Skip to content

Console Output

04:03:29 Started by an SCM change
04:03:29 Running as SYSTEM
04:03:29 Agent centos-7-f925w is provisioned from template centos-7
04:03:29 ---
04:03:29 apiVersion: "v1"
04:03:29 kind: "Pod"
04:03:29 metadata:
04:03:29   annotations: {}
04:03:29   labels:
04:03:29     jenkins: "slave"
04:03:29     jenkins/label: "migration_jipp-migration_centos-7"
04:03:29   name: "centos-7-f925w"
04:03:29 spec:
04:03:29   containers:
04:03:29   - env:
04:03:29     - name: "JENKINS_SECRET"
04:03:29       value: "********"
04:03:29     - name: "JENKINS_TUNNEL"
04:03:29       value: "jenkins-discovery.scout.svc.cluster.local:50000"
04:03:29     - name: "JENKINS_AGENT_NAME"
04:03:29       value: "centos-7-f925w"
04:03:29     - name: "JENKINS_REMOTING_JAVA_OPTS"
04:03:29       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
04:03:29         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
04:03:29     - name: "JAVA_TOOL_OPTIONS"
04:03:29       value: ""
04:03:29     - name: "_JAVA_OPTIONS"
04:03:29       value: ""
04:03:29     - name: "OPENJ9_JAVA_OPTIONS"
04:03:29       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
04:03:29     - name: "JENKINS_NAME"
04:03:29       value: "centos-7-f925w"
04:03:29     - name: "JENKINS_AGENT_WORKDIR"
04:03:29       value: "/home/jenkins/agent"
04:03:29     - name: "JENKINS_URL"
04:03:29       value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
04:03:29     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
04:03:29     imagePullPolicy: "Always"
04:03:29     name: "jnlp"
04:03:29     resources:
04:03:29       limits:
04:03:29         memory: "4096Mi"
04:03:29         cpu: "2000m"
04:03:29       requests:
04:03:29         memory: "4096Mi"
04:03:29         cpu: "1000m"
04:03:29     securityContext:
04:03:29       privileged: false
04:03:29     tty: true
04:03:29     volumeMounts:
04:03:29     - mountPath: "/home/jenkins/.m2/toolchains.xml"
04:03:29       name: "m2-dir"
04:03:29       readOnly: true
04:03:29       subPath: "toolchains.xml"
04:03:29     - mountPath: "/home/jenkins/.mavenrc"
04:03:29       name: "m2-dir"
04:03:29       readOnly: true
04:03:29       subPath: ".mavenrc"
04:03:29     - mountPath: "/opt/tools"
04:03:29       name: "volume-0"
04:03:29       readOnly: false
04:03:29     - mountPath: "/home/jenkins"
04:03:29       name: "volume-2"
04:03:29       readOnly: false
04:03:29     - mountPath: "/home/jenkins/.m2/repository"
04:03:29       name: "volume-3"
04:03:29       readOnly: false
04:03:29     - mountPath: "/home/jenkins/.m2/settings-security.xml"
04:03:29       name: "m2-secret-dir"
04:03:29       readOnly: true
04:03:29       subPath: "settings-security.xml"
04:03:29     - mountPath: "/home/jenkins/.m2/wrapper"
04:03:29       name: "volume-4"
04:03:29       readOnly: false
04:03:29     - mountPath: "/home/jenkins/.m2/settings.xml"
04:03:29       name: "m2-secret-dir"
04:03:29       readOnly: true
04:03:29       subPath: "settings.xml"
04:03:29     - mountPath: "/home/jenkins/.ssh"
04:03:29       name: "volume-1"
04:03:29       readOnly: false
04:03:29     - mountPath: "/home/jenkins/agent"
04:03:29       name: "workspace-volume"
04:03:29       readOnly: false
04:03:29     workingDir: "/home/jenkins/agent"
04:03:29   nodeSelector:
04:03:29     beta.kubernetes.io/os: "linux"
04:03:29   restartPolicy: "Never"
04:03:29   securityContext: {}
04:03:29   volumes:
04:03:29   - name: "volume-0"
04:03:29     persistentVolumeClaim:
04:03:29       claimName: "tools-claim-jiro-scout"
04:03:29       readOnly: true
04:03:29   - name: "m2-secret-dir"
04:03:29     secret:
04:03:29       secretName: "m2-secret-dir"
04:03:29   - emptyDir:
04:03:29       medium: ""
04:03:29     name: "volume-2"
04:03:29   - configMap:
04:03:29       name: "m2-dir"
04:03:29     name: "m2-dir"
04:03:29   - configMap:
04:03:29       name: "known-hosts"
04:03:29     name: "volume-1"
04:03:29   - emptyDir:
04:03:29       medium: ""
04:03:29     name: "workspace-volume"
04:03:29   - emptyDir:
04:03:29       medium: ""
04:03:29     name: "volume-4"
04:03:29   - emptyDir:
04:03:29       medium: ""
04:03:29     name: "volume-3"
04:03:29 
04:03:29 Building remotely on centos-7-f925w (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous
04:03:29 The recommended git tool is: NONE
04:03:30 No credentials specified
04:03:30 Cloning the remote Git repository
04:03:30 Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
04:03:30  > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous # timeout=10
04:03:30 Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git
04:03:30  > git --version # timeout=10
04:03:30  > git --version # 'git version 1.8.3.1'
04:03:30  > git fetch --tags --progress git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
04:04:02  > git config remote.origin.url git://git.eclipse.org/gitroot/scout/org.eclipse.scout.rt.git # timeout=10
04:04:02  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:04:02 Avoid second fetch
04:04:02  > git rev-parse refs/remotes/origin/releases/7.0.x^{commit} # timeout=10
04:04:02 Checking out Revision 8c8d86f43ec2c501aa4c97d53208a73ea671bf29 (refs/remotes/origin/releases/7.0.x)
04:04:02  > git config core.sparsecheckout # timeout=10
04:04:02  > git checkout -f 8c8d86f43ec2c501aa4c97d53208a73ea671bf29 # timeout=10
04:04:06 Commit message: "Remove bintray maven repository"
04:04:06  > git rev-list --no-walk 04bba5e12d2a2d84bf4399274d153b4fb985f282 # timeout=10
04:04:06 [org.eclipse.scout.rt.branch-7.0_continuous] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.scout.rt/pom.xml -Dbranch=origin/releases/7.0.x -Dmaven.repo.local=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository clean install -U -B -e
04:04:07 Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
04:04:07 Maven home: /opt/tools/apache-maven/latest
04:04:07 Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
04:04:07 Default locale: en_US, platform encoding: UTF-8
04:04:07 OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
04:04:08 [INFO] Error stacktraces are turned on.
04:04:08 [INFO] Scanning for projects...
04:04:09 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
04:04:09 [WARNING] The project org.eclipse.scout.rt:org.eclipse.scout.rt-settings:jar:7.0.300-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
04:04:09 [INFO] ------------------------------------------------------------------------
04:04:09 [INFO] Reactor Build Order:
04:04:09 [INFO] 
04:04:09 [INFO] Eclipse Scout RT                                                   [pom]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json                        [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform                 [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test            [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared                   [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test              [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons           [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test      [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api                  [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server                   [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test              [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms               [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt                   [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test        [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc              [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test         [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms                  [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson                  [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest                     [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test                [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client                   [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test              [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client               [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test          [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor  [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html                  [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test             [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium         [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html              [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty                   [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix        [jar]
04:04:09 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test              [jar]
04:04:09 [INFO] org.eclipse.scout.rt-settings                                      [jar]
04:04:09 [INFO] 
04:04:09 [INFO] -------------< org.eclipse.scout.rt:org.eclipse.scout.rt >--------------
04:04:09 [INFO] Building Eclipse Scout RT 7.0.300-SNAPSHOT                        [1/39]
04:04:09 [INFO] --------------------------------[ pom ]---------------------------------
04:04:23 [INFO] 
04:04:23 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt ---
04:04:36 [INFO] 
04:04:36 [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ org.eclipse.scout.rt ---
04:05:04 [INFO] 
04:05:04 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt ---
04:05:36 [INFO] 
04:05:36 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt ---
04:06:12 [INFO] 
04:06:12 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt ---
04:07:00 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt/../org.eclipse.scout.rt/target/jacoco-all.exec
04:07:00 [INFO] 
04:07:00 [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ org.eclipse.scout.rt ---
04:07:00 [INFO] Generating flattened POM of project org.eclipse.scout.rt:org.eclipse.scout.rt:pom:7.0.300-SNAPSHOT...
04:07:01 [INFO] 
04:07:01 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt ---
04:07:57 [INFO] No site descriptor found: nothing to attach.
04:07:57 [INFO] 
04:07:57 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt ---
04:08:01 [INFO] Skipping packaging of the test-jar
04:08:01 [INFO] 
04:08:01 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt ---
04:08:13 [INFO] 
04:08:13 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt ---
04:08:13 [INFO] 
04:08:13 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt ---
04:08:22 [INFO] Checking compile classpath
04:08:22 [INFO] Checking runtime classpath
04:08:22 [INFO] Checking test classpath
04:08:22 [INFO] 
04:08:22 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt ---
04:08:26 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:08:27 [INFO] 
04:08:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt ---
04:08:28 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt/.flattened-pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt/7.0.300-SNAPSHOT/org.eclipse.scout.rt-7.0.300-SNAPSHOT.pom
04:08:28 [INFO] 
04:08:28 [INFO] ------------< org.eclipse.scout.rt:org.eclipse.scout.json >-------------
04:08:28 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.json 7.0.300-SNAPSHOT [2/39]
04:08:28 [INFO] --------------------------------[ jar ]---------------------------------
04:08:33 [INFO] 
04:08:33 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.json ---
04:08:33 [INFO] 
04:08:33 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.json ---
04:08:33 [INFO] 
04:08:33 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.json ---
04:08:34 [INFO] 
04:08:34 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.json ---
04:08:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/../org.eclipse.scout.rt/target/jacoco-all.exec
04:08:34 [INFO] 
04:08:34 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.json ---
04:08:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:08:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/src/main/resources
04:08:37 [INFO] 
04:08:37 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.json ---
04:08:43 [INFO] Changes detected - recompiling the module!
04:08:43 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/classes
04:08:44 [INFO] 
04:08:44 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.json ---
04:08:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:08:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/src/test/resources
04:08:44 [INFO] 
04:08:44 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.json ---
04:08:44 [INFO] Changes detected - recompiling the module!
04:08:44 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/test-classes
04:08:44 [INFO] 
04:08:44 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.json ---
04:08:46 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/surefire-reports
04:08:47 
04:08:47 -------------------------------------------------------
04:08:47  T E S T S
04:08:47 -------------------------------------------------------
04:08:48 Running org.json.CompatibilityTest
04:08:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.json.CompatibilityTest
04:08:48 Running org.json.JSONArrayTest
04:08:48 Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.json.JSONArrayTest
04:08:48 Running org.json.JSONObjectTest
04:08:48 Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.json.JSONObjectTest
04:08:48 Running org.json.JSONStringerTest
04:08:48 Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.json.JSONStringerTest
04:08:48 Running org.json.JSONTokenerTest
04:08:48 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.JSONTokenerTest
04:08:48 Running org.json.ParsingTest
04:08:48 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.json.ParsingTest
04:08:48 Running org.json.SelfUseTest
04:08:48 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.json.SelfUseTest
04:08:48 
04:08:48 Results :
04:08:48 
04:08:48 Tests run: 187, Failures: 0, Errors: 0, Skipped: 0
04:08:48 
04:08:48 [INFO] 
04:08:48 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.json ---
04:08:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar
04:08:48 [INFO] 
04:08:48 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.json ---
04:08:48 [INFO] Skipping because packaging 'jar' is not pom.
04:08:48 [INFO] 
04:08:48 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.json ---
04:08:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar
04:08:48 [INFO] 
04:08:48 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.json ---
04:08:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar
04:08:48 [INFO] 
04:08:48 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.json ---
04:08:48 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar
04:08:48 [INFO] 
04:08:48 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.json ---
04:08:48 [INFO] Checking compile classpath
04:08:48 [INFO] Checking runtime classpath
04:08:48 [INFO] Checking test classpath
04:08:48 [INFO] 
04:08:48 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.json ---
04:08:48 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:08:49 [INFO] 
04:08:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.json ---
04:08:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.jar
04:08:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT.pom
04:08:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-tests.jar
04:08:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-sources.jar
04:08:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.json/target/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.json/7.0.300-SNAPSHOT/org.eclipse.scout.json-7.0.300-SNAPSHOT-test-sources.jar
04:08:49 [INFO] 
04:08:49 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform >---------
04:08:49 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform 7.0.300-SNAPSHOT [3/39]
04:08:49 [INFO] --------------------------------[ jar ]---------------------------------
04:08:55 [INFO] 
04:08:55 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] 
04:08:55 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] 
04:08:55 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] 
04:08:55 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/../org.eclipse.scout.rt/target/jacoco-all.exec
04:08:55 [INFO] 
04:08:55 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:08:55 [INFO] Copying 1 resource
04:08:55 [INFO] 
04:08:55 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.platform ---
04:08:55 [INFO] Changes detected - recompiling the module!
04:08:55 [INFO] Compiling 376 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/target/classes
04:08:57 [INFO] 
04:08:57 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform ---
04:09:04 [INFO] 
04:09:04 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform ---
04:09:04 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:09:04 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/src/test/resources
04:09:04 [INFO] 
04:09:04 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform ---
04:09:04 [INFO] No sources to compile
04:09:04 [INFO] 
04:09:04 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform ---
04:09:04 [INFO] No tests to run.
04:09:04 [INFO] 
04:09:04 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform ---
04:09:04 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar
04:09:05 [INFO] 
04:09:05 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Skipping because packaging 'jar' is not pom.
04:09:05 [INFO] 
04:09:05 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Skipping packaging of the test-jar
04:09:05 [INFO] 
04:09:05 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar
04:09:05 [INFO] 
04:09:05 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] No sources in project. Archive not created.
04:09:05 [INFO] 
04:09:05 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Checking compile classpath
04:09:05 [INFO] Checking runtime classpath
04:09:05 [INFO] Checking test classpath
04:09:05 [INFO] 
04:09:05 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:09:05 [INFO] 
04:09:05 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform ---
04:09:05 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.jar
04:09:05 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT.pom
04:09:05 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform/target/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform-7.0.300-SNAPSHOT-sources.jar
04:09:05 [INFO] 
04:09:05 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test >-------
04:09:05 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test 7.0.300-SNAPSHOT [4/39]
04:09:05 [INFO] --------------------------------[ jar ]---------------------------------
04:09:07 [INFO] 
04:09:07 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] 
04:09:07 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] 
04:09:07 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] 
04:09:07 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:09:07 [INFO] 
04:09:07 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:09:07 [INFO] Copying 2 resources
04:09:07 [INFO] 
04:09:07 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.platform.test ---
04:09:07 [INFO] Changes detected - recompiling the module!
04:09:07 [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/classes
04:09:08 [INFO] 
04:09:08 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.platform.test ---
04:09:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:09:08 [INFO] Copying 28 resources
04:09:08 [INFO] 
04:09:08 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.platform.test ---
04:09:08 [INFO] Changes detected - recompiling the module!
04:09:08 [INFO] Compiling 223 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes
04:09:08 [INFO] 
04:09:08 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.platform.test ---
04:09:08 [INFO] 
04:09:08 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.platform.test ---
04:09:08 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/surefire-reports
04:09:08 
04:09:08 -------------------------------------------------------
04:09:08  T E S T S
04:09:08 -------------------------------------------------------
04:09:09 Running org.eclipse.scout.rt.platform.ApplicationTest
04:09:09 2021-04-28 08:09:09,927 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
04:09:10 2021-04-28 08:09:10,014 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[]
04:09:10 2021-04-28 08:09:10,021 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:09:10 2021-04-28 08:09:10,105 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 89.611970 ms. Total class count: 1639 - MDC[]
04:09:10 2021-04-28 08:09:10,154 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 47.110162 ms - MDC[]
04:09:10 2021-04-28 08:09:10,195 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 41.562660 ms - MDC[]
04:09:10 2021-04-28 08:09:10,202 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:09:10 2021-04-28 08:09:10,218 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[]
04:09:10 2021-04-28 08:09:10,220 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 1.714010 ms - MDC[]
04:09:10 2021-04-28 08:09:10,222 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 2.527629 ms - MDC[]
04:09:10 2021-04-28 08:09:10,223 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:09:10 2021-04-28 08:09:10,227 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[]
04:09:10 2021-04-28 08:09:10,229 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 1.461060 ms - MDC[]
04:09:10 2021-04-28 08:09:10,231 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 2.070062 ms - MDC[]
04:09:10 2021-04-28 08:09:10,231 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:09:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.598 sec - in org.eclipse.scout.rt.platform.ApplicationTest
04:09:10 Running org.eclipse.scout.rt.platform.ApplicationsScopedTest
04:09:10 2021-04-28 08:09:10,244 INFO  [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[]
04:09:10 2021-04-28 08:09:10,245 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 114 beans in 1.283631 ms - MDC[]
04:09:10 2021-04-28 08:09:10,247 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 114 beans in 1.704427 ms - MDC[]
04:09:10 2021-04-28 08:09:10,247 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:09:10 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.eclipse.scout.rt.platform.ApplicationsScopedTest
04:09:10 Running org.eclipse.scout.rt.platform.BEANSTest
04:09:10 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.BEANSTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanContextTest
04:09:10 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.platform.BeanContextTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest
04:09:10 2021-04-28 08:09:10,417 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=111, creatorThreadName=scout-thread-25]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,417 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:10 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:10 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:119)
04:09:10 	... 22 common frames omitted
04:09:10 2021-04-28 08:09:10,424 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=111, creatorThreadName=scout-thread-25]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,424 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:377)
04:09:10 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:09:10 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:09:10 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:09:10 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:53)
04:09:10 	... 22 common frames omitted
04:09:10 2021-04-28 08:09:10,426 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=111, creatorThreadName=scout-thread-25]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,426 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:10 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:10 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:119)
04:09:10 	... 22 common frames omitted
04:09:10 2021-04-28 08:09:10,430 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=111, creatorThreadName=scout-thread-25]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,430 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:377)
04:09:10 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:09:10 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:09:10 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:09:10 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:53)
04:09:10 	... 22 common frames omitted
04:09:10 2021-04-28 08:09:10,488 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=109, creatorThreadName=scout-thread-23]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,488 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Exception while invoking @PostConstruct method private void org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct()
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:122)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from @PostConstruct
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.postConstruct(BeanCreationWithExceptionsTest.java:385)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:10 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:10 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:10 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:119)
04:09:10 	... 22 common frames omitted
04:09:10 2021-04-28 08:09:10,491 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 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=109, creatorThreadName=scout-thread-23]
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:206)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 2021-04-28 08:09:10,491 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1]
04:09:10 org.eclipse.scout.rt.platform.exception.BeanCreationException: Could not create bean [class org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean]
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:56)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:10 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:10 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:318)
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$1.call(BeanCreationWithExceptionsTest.java:1)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:10 	at java.lang.Thread.run(Thread.java:748)
04:09:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:10 Caused by: org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBeanException: expected exception from constructor
04:09:10 	at org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest$TestBean.<init>(BeanCreationWithExceptionsTest.java:377)
04:09:10 	at sun.reflect.GeneratedConstructorAccessor7.newInstance(Unknown Source)
04:09:10 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:09:10 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:09:10 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:53)
04:09:10 	... 22 common frames omitted
04:09:10 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec - in org.eclipse.scout.rt.platform.BeanCreationWithExceptionsTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
04:09:10 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanDoubleRegistrationTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanManagerIsBeanTest
04:09:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanManagerIsBeanTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanManagerUniqueTest
04:09:10 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanManagerUniqueTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanOrderTest
04:09:10 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanOrderTest
04:09:10 Running org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
04:09:10 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.BeanRegisterUnregisterTest
04:09:10 Running org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
04:09:10 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.BeansWithCircularDependenciesTest
04:09:10 Running org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest
04:09:11 2021-04-28 08:09:11,610 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected
04:09:11 creator Thread: 111 - scout-thread-25
04:09:11 	at sun.misc.Unsafe.park(Native Method)
04:09:11 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
04:09:11 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:259)
04:09:11 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:11 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:11 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:11 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:119)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:11 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:11 	at java.lang.Thread.run(Thread.java:748)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:11 current Thread: 108 - scout-thread-22
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:192)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:11 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:11 	at java.lang.Thread.run(Thread.java:748)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:11  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:11 2021-04-28 08:09:11,611 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected
04:09:11 creator Thread: 111 - scout-thread-25
04:09:11 	at sun.misc.Unsafe.park(Native Method)
04:09:11 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
04:09:11 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentPostConstructSelfReferencingTestBean.postConstruct(ConcurrentBeanCreationDeadlockDetectionTest.java:259)
04:09:11 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:11 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:11 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:11 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.initializeBeanInstance(BeanInstanceUtil.java:119)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.initializeBean(DefaultBeanInstanceProducer.java:326)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:277)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:11 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:11 	at java.lang.Thread.run(Thread.java:748)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:11 current Thread: 108 - scout-thread-22
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:212)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:11 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:11 	at java.lang.Thread.run(Thread.java:748)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:11  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:11 2021-04-28 08:09:11,612 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:11 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=111, creatorThreadName=scout-thread-25]
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:213)
04:09:11 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:11 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:11 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:11 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:11 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:11 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:11 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:11 	at java.lang.Thread.run(Thread.java:748)
04:09:11 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12 2021-04-28 08:09:12,671 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected
04:09:12 creator Thread: 108 - scout-thread-22
04:09:12 	at sun.misc.Unsafe.park(Native Method)
04:09:12 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
04:09:12 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.<init>(ConcurrentBeanCreationDeadlockDetectionTest.java:252)
04:09:12 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:09:12 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:09:12 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:53)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:12 	at java.lang.Thread.run(Thread.java:748)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12 current Thread: 111 - scout-thread-25
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:192)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:12 	at java.lang.Thread.run(Thread.java:748)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:12 2021-04-28 08:09:12,672 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.logWarnPotentialDeadlock(DefaultBeanInstanceProducer.java:255) - potential deadlock detected
04:09:12 creator Thread: 108 - scout-thread-22
04:09:12 	at sun.misc.Unsafe.park(Native Method)
04:09:12 	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
04:09:12 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:400)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDoneAndGet(JobFutureTask.java:392)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean.initialize(ConcurrentBeanCreationDeadlockDetectionTest.java:228)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$ConcurrentConstructorSelfReferencingTestBean.<init>(ConcurrentBeanCreationDeadlockDetectionTest.java:252)
04:09:12 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
04:09:12 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
04:09:12 	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.createBean(BeanInstanceUtil.java:53)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.createInstance(DefaultBeanInstanceProducer.java:318)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.safeCreateInstance(DefaultBeanInstanceProducer.java:276)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:151)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:162)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$5.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:12 	at java.lang.Thread.run(Thread.java:748)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12 current Thread: 111 - scout-thread-25
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:212)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:12 	at java.lang.Thread.run(Thread.java:748)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:12 2021-04-28 08:09:12,673 ERROR [scout-thread-25] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:110) -  - MDC[jobName=org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1]
04:09:12 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=108, creatorThreadName=scout-thread-22]
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.getApplicationScopedInstance(DefaultBeanInstanceProducer.java:213)
04:09:12 	at org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer.produce(DefaultBeanInstanceProducer.java:115)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanImplementor.getInstance(BeanImplementor.java:91)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.opt(BEANS.java:57)
04:09:12 	at org.eclipse.scout.rt.platform.BEANS.get(BEANS.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:223)
04:09:12 	at org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest$AbstractConcurrentSelfReferencingTestBean$1.call(ConcurrentBeanCreationDeadlockDetectionTest.java:1)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:12 	at java.lang.Thread.run(Thread.java:748)
04:09:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.124 sec - in org.eclipse.scout.rt.platform.ConcurrentBeanCreationDeadlockDetectionTest
04:09:12 Running org.eclipse.scout.rt.platform.DoubleReplaceTest
04:09:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.DoubleReplaceTest
04:09:12 Running org.eclipse.scout.rt.platform.DynamicAnnotationTest
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.DynamicAnnotationTest
04:09:12 Running org.eclipse.scout.rt.platform.InheritOrderTest
04:09:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InheritOrderTest
04:09:12 Running org.eclipse.scout.rt.platform.InjectInstancesTest
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.InjectInstancesTest
04:09:12 Running org.eclipse.scout.rt.platform.InjectionTest
04:09:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.InjectionTest
04:09:12 Running org.eclipse.scout.rt.platform.InterfaceBeanTest
04:09:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.InterfaceBeanTest
04:09:12 Running org.eclipse.scout.rt.platform.PlatformAwaitStartedTest
04:09:12 2021-04-28 08:09:12,746 INFO  [Thread-2] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
04:09:12 2021-04-28 08:09:12,747 WARN  [Thread-2] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
04:09:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.eclipse.scout.rt.platform.PlatformAwaitStartedTest
04:09:12 Running org.eclipse.scout.rt.platform.PlatformStartTest
04:09:12 2021-04-28 08:09:12,852 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[]
04:09:12 2021-04-28 08:09:12,852 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[]
04:09:12 2021-04-28 08:09:12,854 INFO  [Thread-4] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateHeadless(PlatformImplementor.java:172) - Headless mode: scout.headless=true, java.awt.headless=true, GraphicsEnvironment.isHeadless()=true - MDC[]
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.PlatformStartTest
04:09:12 Running org.eclipse.scout.rt.platform.PostConstructTest
04:09:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.PostConstructTest
04:09:12 Running org.eclipse.scout.rt.platform.PreDestroyTest
04:09:12 2021-04-28 08:09:12,861 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
04:09:12 2021-04-28 08:09:12,861 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
04:09:12 2021-04-28 08:09:12,863 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:316) - 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[]
04:09:12 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
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:315)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:286)
04:09:12 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:243)
04:09:12 	at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyWithInheritedMethods(PreDestroyTest.java:79)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:12 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
04:09:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:12 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
04:09:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:12 Caused by: java.lang.Exception: test
04:09:12 	at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:115)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:311)
04:09:12 	... 29 common frames omitted
04:09:12 2021-04-28 08:09:12,863 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:316) - 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[]
04:09:12 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
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.translateException(BeanInstanceUtil.java:161)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:315)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.callPreDestroyOnBeans(BeanManagerImplementor.java:286)
04:09:12 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.stop(PlatformImplementor.java:243)
04:09:12 	at org.eclipse.scout.rt.platform.PreDestroyTest.testPreDestroyThrowingException(PreDestroyTest.java:70)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:12 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
04:09:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:12 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
04:09:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:12 Caused by: java.lang.Exception: test
04:09:12 	at org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithPreDestroyThrowingException.cleanupOne(PreDestroyTest.java:115)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:12 	at org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:311)
04:09:12 	... 29 common frames omitted
04:09:12 2021-04-28 08:09:12,864 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
04:09:12 2021-04-28 08:09:12,864 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
04:09:12 2021-04-28 08:09:12,864 WARN  [main] org.eclipse.scout.rt.platform.internal.BeanManagerImplementor.destroyBean(BeanManagerImplementor.java:302) - 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[]
04:09:12 2021-04-28 08:09:12,865 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must not be static [method=private static void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupStatic()] - MDC[]
04:09:12 2021-04-28 08:09:12,865 ERROR [main] org.eclipse.scout.rt.platform.internal.BeanInstanceUtil.handleError(BeanInstanceUtil.java:266) - Methods annotated with @PreDestroy must have no arguments [method=private void org.eclipse.scout.rt.platform.PreDestroyTest$P_FixtureWithSingleValidPreDestroy.cleanupWithArgs(int)] - MDC[]
04:09:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.PreDestroyTest
04:09:12 Running org.eclipse.scout.rt.platform.ReUseVsReplaceTest
04:09:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.ReUseVsReplaceTest
04:09:12 Running org.eclipse.scout.rt.platform.SameBeanOrderTest
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SameBeanOrderTest
04:09:12 Running org.eclipse.scout.rt.platform.SimpleInstanceTest
04:09:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.SimpleInstanceTest
04:09:12 Running org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
04:09:12 2021-04-28 08:09:12,885 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@3fd21272] - MDC[]
04:09:12 java.lang.RuntimeException: expected JUnit test exception
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest$6$1.undecorate(CallableChainTest.java:123)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.undecorateSafe(CallableChain.java:239)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:232)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChainTest.testDecoratorChainWithException(CallableChainTest.java:147)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:12 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.chain.callable.CallableChainTest
04:09:12 Running org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest
04:09:12 2021-04-28 08:09:12,892 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureSinglePropertyConfigFileLoader - MDC[]
04:09:12 2021-04-28 08:09:12,893 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest$FixtureEmptyConfigFileLoader - MDC[]
04:09:12 2021-04-28 08:09:12,894 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
04:09:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.config.ConfigFileLoaderTest
04:09:12 Running org.eclipse.scout.rt.platform.config.ConfigPropertyTest
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.config.ConfigPropertyTest
04:09:12 Running org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest
04:09:12 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.config.IntegerConfigPropertyTest
04:09:12 Running org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
04:09:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.config.LongConfigPropertyTest
04:09:12 Running org.eclipse.scout.rt.platform.config.PropertiesHelperTest
04:09:12 2021-04-28 08:09:12,902 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:12 2021-04-28 08:09:12,903 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:12 2021-04-28 08:09:12,904 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:12 2021-04-28 08:09:12,904 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:12 2021-04-28 08:09:12,906 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:12 2021-04-28 08:09:12,906 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:12 2021-04-28 08:09:12,907 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:12 2021-04-28 08:09:12,907 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:12 2021-04-28 08:09:12,909 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from http://www.whatever-not-existing-scout-domain.org/config.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
04:09:13 2021-04-28 08:09:13,159 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,160 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,161 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,161 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,162 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,163 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,164 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,164 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,165 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,165 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
04:09:13 2021-04-28 08:09:13,166 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,166 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,167 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,167 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'namespace|mapKey[a]'. Old value 'a' replaced with 'b'. - MDC[]
04:09:13 2021-04-28 08:09:13,168 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,168 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,169 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,169 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,170 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,171 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,172 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - 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[]
04:09:13 2021-04-28 08:09:13,172 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,172 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,173 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,173 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,174 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,174 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - 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[]
04:09:13 2021-04-28 08:09:13,174 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - 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[]
04:09:13 2021-04-28 08:09:13,174 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - 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[]
04:09:13 2021-04-28 08:09:13,184 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,184 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.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[]
04:09:13 2021-04-28 08:09:13,184 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'virtual-test.properties' skipped because already imported: [file:/tmp/properties-helper-test3418544156084959373.properties, org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties]. - MDC[]
04:09:13 2021-04-28 08:09:13,185 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test3418544156084959373.properties' skipped because already imported: [file:/tmp/properties-helper-test3418544156084959373.properties, org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties]. - MDC[]
04:09:13 2021-04-28 08:09:13,185 INFO  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.parse(PropertiesHelper.java:989) - Reading properties from file:/tmp/properties-helper-test3418544156084959373.properties using org.eclipse.scout.rt.platform.config.DefaultConfigFileLoader - MDC[]
04:09:13 2021-04-28 08:09:13,185 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '22' replaced with '2'. - MDC[]
04:09:13 2021-04-28 08:09:13,185 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'virtual-test.properties' skipped because already imported: [file:/tmp/properties-helper-test3418544156084959373.properties, org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties]. - MDC[]
04:09:13 2021-04-28 08:09:13,185 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.importAll(PropertiesHelper.java:919) - Import of 'file:/tmp/properties-helper-test3418544156084959373.properties' skipped because already imported: [file:/tmp/properties-helper-test3418544156084959373.properties, org/eclipse/scout/rt/platform/config/helper-test.properties, virtual-test.properties]. - MDC[]
04:09:13 2021-04-28 08:09:13,186 WARN  [main] org.eclipse.scout.rt.platform.config.PropertiesHelper.logDuplicateKey(PropertiesHelper.java:956) - Duplicate config key: 'longKey'. Old value '2' replaced with '-11'. - MDC[]
04:09:13 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec - in org.eclipse.scout.rt.platform.config.PropertiesHelperTest
04:09:13 Running org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest
04:09:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.context.RunContextChainInterceptorTest
04:09:13 Running org.eclipse.scout.rt.platform.context.RunContextChainTest
04:09:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.context.RunContextChainTest
04:09:13 Running org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
04:09:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.context.RunContextExceptionTranslationTest
04:09:13 Running org.eclipse.scout.rt.platform.context.RunContextTest
04:09:13 2021-04-28 08:09:13,791 INFO  [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Transaction cancelled] - MDC[jobName=org.eclipse.scout.rt.platform.context.RunContextTest$24]
04:09:13 org.eclipse.scout.rt.platform.util.concurrent.FutureCancelledError: Transaction cancelled
04:09:13 	at org.eclipse.scout.rt.platform.transaction.BasicTransaction.commitPhase1(BasicTransaction.java:127)
04:09:13 	at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitPhase1(TwoPhaseTransactionCommitProtocol.java:100)
04:09:13 	at org.eclipse.scout.rt.platform.transaction.TwoPhaseTransactionCommitProtocol.commitOrRollback(TwoPhaseTransactionCommitProtocol.java:43)
04:09:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:107)
04:09:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:13 	at org.eclipse.scout.rt.platform.context.RunContextTest$24.run(RunContextTest.java:680)
04:09:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:13 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:13 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:13 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:13 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:13 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:13 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:13 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:13 	at java.lang.Thread.run(Thread.java:748)
04:09:13 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:13 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 sec - in org.eclipse.scout.rt.platform.context.RunContextTest
04:09:13 Running org.eclipse.scout.rt.platform.context.RunMonitorTest
04:09:13 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.platform.context.RunMonitorTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
04:09:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.exception.DefaultExceptionTranslatorTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
04:09:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.exception.DefaultRuntimeExceptionTranslatorTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
04:09:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.ExceptionHandlerTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
04:09:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.exception.NullExceptionTranslatorTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
04:09:13 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.exception.PlaceholderExceptionTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
04:09:13 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
04:09:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.exception.PlatformExceptionTranslatorTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
04:09:13 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.exception.ProcessingExceptionTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
04:09:13 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.exception.ProcessingStatusTest
04:09:13 Running org.eclipse.scout.rt.platform.exception.VetoExceptionTest
04:09:13 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.exception.VetoExceptionTest
04:09:13 Running org.eclipse.scout.rt.platform.filter.AndFilterTest
04:09:13 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.filter.AndFilterTest
04:09:13 Running org.eclipse.scout.rt.platform.filter.NotFilterTest
04:09:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.filter.NotFilterTest
04:09:13 Running org.eclipse.scout.rt.platform.filter.OrFilterTest
04:09:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.platform.filter.OrFilterTest
04:09:13 Running org.eclipse.scout.rt.platform.html.HTMLTest
04:09:14 Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.platform.html.HTMLTest
04:09:14 Running org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
04:09:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.html.HtmlContentBuilderTest
04:09:14 Running org.eclipse.scout.rt.platform.html.HtmlHelperTest
04:09:14 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.html.HtmlHelperTest
04:09:14 Running org.eclipse.scout.rt.platform.index.IndexedStoreTest
04:09:14 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.index.IndexedStoreTest
04:09:14 Running org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
04:09:14 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.interceptor.DecoratingProxyTest
04:09:14 Running org.eclipse.scout.rt.platform.internal.BeanFilterTest
04:09:14 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.internal.BeanFilterTest
04:09:14 Running org.eclipse.scout.rt.platform.internal.BeanHierarchyTest
04:09:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.internal.BeanHierarchyTest
04:09:14 Running org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
04:09:14 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.platform.internal.BeanInstanceUtilTest
04:09:14 Running org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
04:09:14 2021-04-28 08:09:14,091 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[]
04:09:14 2021-04-28 08:09:14,092 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - Error during event listener notification. - MDC[]
04:09:14 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:316)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
04:09:14 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:09:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:14 	at java.lang.Thread.run(Thread.java:748)
04:09:14 2021-04-28 08:09:14,092 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - Error during platform startup - MDC[]
04:09:14 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:316)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:135)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
04:09:14 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:09:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:14 	at java.lang.Thread.run(Thread.java:748)
04:09:14 2021-04-28 08:09:14,093 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[]
04:09:14 2021-04-28 08:09:14,093 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
04:09:14 2021-04-28 08:09:14,093 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - Error during event listener notification. - MDC[]
04:09:14 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:316)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:154)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
04:09:14 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:09:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:14 	at java.lang.Thread.run(Thread.java:748)
04:09:14 2021-04-28 08:09:14,094 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[]
04:09:14 2021-04-28 08:09:14,094 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
04:09:14 2021-04-28 08:09:14,094 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:320) - Error during event listener notification. - MDC[]
04:09:14 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:316)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
04:09:14 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:09:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:14 	at java.lang.Thread.run(Thread.java:748)
04:09:14 2021-04-28 08:09:14,095 ERROR [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:144) - Error during platform startup - MDC[]
04:09:14 org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$TestingPlatformStartupException: null
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$1.stateChanged(PlatformImplementorTest.java:67)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.fireStateEvent(PlatformImplementor.java:316)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.changeState(PlatformImplementor.java:286)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementor.start(PlatformImplementor.java:140)
04:09:14 	at org.eclipse.scout.rt.platform.internal.PlatformImplementorTest$4.run(PlatformImplementorTest.java:165)
04:09:14 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
04:09:14 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:14 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:14 	at java.lang.Thread.run(Thread.java:748)
04:09:14 2021-04-28 08:09:14,096 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[]
04:09:14 2021-04-28 08:09:14,102 WARN  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
04:09:14 2021-04-28 08:09:14,103 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[]
04:09:14 2021-04-28 08:09:14,103 WARN  [pool-1-thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.initBeanDecorationFactory(PlatformImplementor.java:233) - Using org.eclipse.scout.rt.platform.SimpleBeanDecorationFactory. Please verify that this application really has no client or server side IBeanDecorationFactory - MDC[]
04:09:14 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.internal.PlatformImplementorTest
04:09:14 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
04:09:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInfoTest
04:09:14 Running org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
04:09:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexClassInventoryTest
04:09:14 Running org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
04:09:18 2021-04-28 08:09:18,249 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:18 2021-04-28 08:09:18,555 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:18 2021-04-28 08:09:18,721 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:18 2021-04-28 08:09:18,917 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index timestamp 2021-04-28 08:09:08.000 is older than folder timestamp 2021-04-28 08:11:08.000. - MDC[]
04:09:18 2021-04-28 08:09:18,917 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:19 2021-04-28 08:09:19,074 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Index file count 1090 != folder file count 1089. - MDC[]
04:09:19 2021-04-28 08:09:19,075 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:19 2021-04-28 08:09:19,258 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-7.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[]
04:09:19 2021-04-28 08:09:19,306 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-7.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[]
04:09:19 2021-04-28 08:09:19,309 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-7.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[]
04:09:22 2021-04-28 08:09:22,326 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:22 2021-04-28 08:09:22,475 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-7.0_continuous/org.eclipse.scout.rt.platform.test/target/test-classes/META-INF/jandex.idx'. Scanning location... - MDC[]
04:09:22 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.499 sec - in org.eclipse.scout.rt.platform.inventory.internal.JandexInventoryBuilderTest
04:09:22 Running org.eclipse.scout.rt.platform.job.AwaitDoneTest
04:09:24 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.611 sec - in org.eclipse.scout.rt.platform.job.AwaitDoneTest
04:09:24 Running org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
04:09:24 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionInterruptionTest
04:09:24 Running org.eclipse.scout.rt.platform.job.BlockingConditionTest
04:09:24 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.BlockingConditionTest
04:09:24 Running org.eclipse.scout.rt.platform.job.ExecutionHintTest
04:09:24 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.ExecutionHintTest
04:09:24 Running org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
04:09:24 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.job.ExecutionTriggerTest
04:09:24 Running org.eclipse.scout.rt.platform.job.FutureAwaitTest
04:09:24 2021-04-28 08:09:24,357 WARN  [scout-thread-22] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 java.lang.RuntimeException: expected JUnit test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneWithTimeout_ComputationFailed(FutureAwaitTest.java:221)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:24 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:24 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 2021-04-28 08:09:24,362 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 java.lang.RuntimeException: expected JUnit test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGet_ComputationFailed(FutureAwaitTest.java:313)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:24 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:24 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 2021-04-28 08:09:24,364 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 java.lang.RuntimeException: expected JUnit test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDoneAndGetWithTimeout_ComputationFailed(FutureAwaitTest.java:403)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:24 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:24 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 2021-04-28 08:09:24,377 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 java.lang.RuntimeException: expected JUnit test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testJobManagerAwaitDone_ComputationFailed(FutureAwaitTest.java:564)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:24 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:24 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 2021-04-28 08:09:24,395 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 java.lang.RuntimeException: expected JUnit test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.FutureAwaitTest.testAwaitDone_ComputationFailed(FutureAwaitTest.java:101)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:24 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:24 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:24 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:24 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:24 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:24 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:24 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:24 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.platform.job.FutureAwaitTest
04:09:24 Running org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest
04:09:24 2021-04-28 08:09:24,412 INFO  [scout-thread-25] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Expected test exception] - MDC[jobName=org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$2]
04:09:24 org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$2.run(JobAsyncExceptionTest.java:74)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:24 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$3.intercept(JobAsyncExceptionTest.java:173)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 2021-04-28 08:09:24,417 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:24 org.eclipse.scout.rt.platform.exception.PlatformException: Expected test exception
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_InterceptorThrowingExceptionProducer$1.intercept(JobAsyncExceptionTest.java:110)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:09:24 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:24 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$2.intercept(JobAsyncExceptionTest.java:154)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest$P_JobManager$1.intercept(JobAsyncExceptionTest.java:135)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:24 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:24 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:24 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:24 	at java.lang.Thread.run(Thread.java:748)
04:09:24 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:24 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.platform.job.JobAsyncExceptionTest
04:09:24 Running org.eclipse.scout.rt.platform.job.JobCancelTest
04:09:24 for-loop 1 in state DONE
04:09:26 for-loop 1000000001 in state DONE
04:09:28 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.046 sec - in org.eclipse.scout.rt.platform.job.JobCancelTest
04:09:28 Running org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
04:09:28 2021-04-28 08:09:28,470 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$2]
04:09:28 java.lang.Exception: expected JUnit test exception
04:09:28 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithExplicitExceptionTranslator(JobExceptionTranslationTest.java:64)
04:09:28 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:28 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:28 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:28 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:28 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:28 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:28 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:28 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:28 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:28 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:28 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:28 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:28 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:28 2021-04-28 08:09:28,475 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest$1]
04:09:28 java.lang.Exception: expected JUnit test exception
04:09:28 	at org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest.testWithImplicitExceptionTranslator(JobExceptionTranslationTest.java:43)
04:09:28 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:28 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:28 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:28 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:28 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:28 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:28 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:28 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:28 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:28 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:28 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:28 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:28 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:28 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:28 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:28 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:28 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:28 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:28 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:28 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:28 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:28 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.platform.job.JobExceptionTranslationTest
04:09:28 Running org.eclipse.scout.rt.platform.job.JobFutureTaskTest
04:09:29 Run: 8977 [8977 run/sec]
04:09:30 Run: 21587 [10793 run/sec]
04:09:31 Run: 38283 [12761 run/sec]
04:09:32 Run: 65264 [16316 run/sec]
04:09:33 Run: 93406 [18651 run/sec]
04:09:34 Run: 100000 [16644 run/sec]
04:09:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.001 sec - in org.eclipse.scout.rt.platform.job.JobFutureTaskTest
04:09:34 Running org.eclipse.scout.rt.platform.job.JobFutureVisitTest
04:09:34 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.platform.job.JobFutureVisitTest
04:09:34 Running org.eclipse.scout.rt.platform.job.JobInputTest
04:09:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.job.JobInputTest
04:09:34 Running org.eclipse.scout.rt.platform.job.JobListenerTest
04:09:34 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.platform.job.JobListenerTest
04:09:34 Running org.eclipse.scout.rt.platform.job.JobManagerLoadTest
04:09:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.977 sec - in org.eclipse.scout.rt.platform.job.JobManagerLoadTest
04:09:38 Running org.eclipse.scout.rt.platform.job.JobManagerTest
04:09:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.platform.job.JobManagerTest
04:09:38 Running org.eclipse.scout.rt.platform.job.JobScheduleTest
04:09:39 2021-04-28 08:09:39,605 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:39 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
04:09:39 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithRunnable(JobScheduleTest.java:86)
04:09:39 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:39 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:39 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:39 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:39 2021-04-28 08:09:39,607 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:39 java.lang.RuntimeException: expected JUnit test exception
04:09:39 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithRunnable(JobScheduleTest.java:134)
04:09:39 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:39 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:39 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:39 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:39 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:39 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:39 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:39 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:39 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:39 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:39 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:39 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:39 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:39 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:39 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:39 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:39 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:39 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:39 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:39 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:41 2021-04-28 08:09:41,614 WARN  [scout-thread-467] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:41 java.lang.Error: expected JUnit test exception
04:09:41 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testErrorWithRunnable(JobScheduleTest.java:230)
04:09:41 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:41 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:41 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:41 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:41 2021-04-28 08:09:41,617 WARN  [scout-thread-467] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:41 java.lang.Exception: expected JUnit test exception
04:09:41 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithCallable(JobScheduleTest.java:206)
04:09:41 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:41 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:41 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:41 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:42 2021-04-28 08:09:42,625 WARN  [scout-thread-467] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:42 java.lang.Exception: expected JUnit test exception
04:09:42 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testExceptionExceptionWithRunnable(JobScheduleTest.java:182)
04:09:42 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:42 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:42 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:42 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:42 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:42 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:42 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:42 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:42 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:42 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:42 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:42 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:42 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:42 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:42 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:42 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:42 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:42 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:42 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:42 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:42 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:45 2021-04-28 08:09:45,146 WARN  [scout-thread-393] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:45 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
04:09:45 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testProcessingExceptionWithCallable(JobScheduleTest.java:110)
04:09:45 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:45 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:45 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:45 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:45 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:45 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:45 2021-04-28 08:09:45,149 WARN  [scout-thread-393] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:45 java.lang.RuntimeException: expected JUnit test exception
04:09:45 	at org.eclipse.scout.rt.platform.job.JobScheduleTest.testRuntimeExceptionWithCallable(JobScheduleTest.java:158)
04:09:45 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:09:45 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:09:45 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:09:45 	at java.lang.reflect.Method.invoke(Method.java:498)
04:09:45 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:09:45 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:09:45 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:09:45 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:09:45 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:09:45 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:09:45 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:09:45 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:09:45 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:09:45 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:09:45 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:09:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:45 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:09:45 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:09:45 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:09:45 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:09:45 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:09:45 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:09:45 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.563 sec - in org.eclipse.scout.rt.platform.job.JobScheduleTest
04:09:45 Running org.eclipse.scout.rt.platform.job.JobStateTest
04:09:47 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.249 sec - in org.eclipse.scout.rt.platform.job.JobStateTest
04:09:47 Running org.eclipse.scout.rt.platform.job.JobsTest
04:09:47 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.job.JobsTest
04:09:47 Running org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
04:09:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.614 sec - in org.eclipse.scout.rt.platform.job.PeriodicJobMutexTest
04:09:49 Running org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
04:09:49 2021-04-28 08:09:49,036 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:49 java.lang.Exception: expected JUnit test exception
04:09:49 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$6.run(ScheduleAtFixedRateTest.java:270)
04:09:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:49 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:49 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:49 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:49 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:49 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:49 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:49 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:09:49 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:09:49 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:09:49 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:49 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:49 	at java.lang.Thread.run(Thread.java:748)
04:09:49 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:50 2021-04-28 08:09:50,038 ERROR [scout-thread-16] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7]
04:09:50 java.lang.Exception: expected JUnit test exception
04:09:50 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$7.run(ScheduleAtFixedRateTest.java:298)
04:09:50 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:50 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:50 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:50 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:50 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:50 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:50 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:50 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:50 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:09:50 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:50 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:50 	at java.lang.Thread.run(Thread.java:748)
04:09:50 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:55 2021-04-28 08:09:55,643 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:55 java.lang.Exception: expected JUnit test exception
04:09:55 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$3.run(ScheduleAtFixedRateTest.java:152)
04:09:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:55 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:55 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:55 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:55 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:55 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:55 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:55 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:55 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:09:55 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:09:55 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:09:55 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:55 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:55 	at java.lang.Thread.run(Thread.java:748)
04:09:55 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:09:59 2021-04-28 08:09:59,949 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:09:59 java.lang.Exception: expected JUnit test exception
04:09:59 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$4.run(ScheduleAtFixedRateTest.java:202)
04:09:59 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:09:59 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:59 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:09:59 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:09:59 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:09:59 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:59 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:09:59 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:59 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:09:59 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:09:59 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:09:59 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:09:59 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:09:59 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:09:59 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:09:59 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:09:59 	at java.lang.Thread.run(Thread.java:748)
04:09:59 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:01 2021-04-28 08:10:01,252 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:01 java.lang.Exception: expected JUnit test exception
04:10:01 	at org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest$2.run(ScheduleAtFixedRateTest.java:103)
04:10:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:01 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:01 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:01 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:01 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:01 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:01 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:01 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:01 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:01 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:01 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:01 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:01 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:01 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:01 	at java.lang.Thread.run(Thread.java:748)
04:10:01 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:01 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.221 sec - in org.eclipse.scout.rt.platform.job.ScheduleAtFixedRateTest
04:10:01 Running org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
04:10:02 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.999 sec - in org.eclipse.scout.rt.platform.job.ScheduleDelayedTest
04:10:02 Running org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
04:10:02 2021-04-28 08:10:02,257 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:02 java.lang.Exception: expected JUnit test exception
04:10:02 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$6.run(ScheduleWithFixedDelayTest.java:259)
04:10:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:02 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:02 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:02 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:02 	at java.lang.Thread.run(Thread.java:748)
04:10:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:03 2021-04-28 08:10:03,260 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - Exception:expected JUnit test exception - MDC[jobName=org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7]
04:10:03 java.lang.Exception: expected JUnit test exception
04:10:03 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$7.run(ScheduleWithFixedDelayTest.java:285)
04:10:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:03 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:03 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:03 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:03 	at java.lang.Thread.run(Thread.java:748)
04:10:03 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:06 2021-04-28 08:10:06,471 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:06 java.lang.Exception: expected JUnit test exception
04:10:06 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$3.run(ScheduleWithFixedDelayTest.java:147)
04:10:06 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:06 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:06 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:06 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:06 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:06 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:06 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:06 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:06 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:06 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:06 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:06 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:06 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:06 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:06 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:06 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:06 	at java.lang.Thread.run(Thread.java:748)
04:10:06 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:10 2021-04-28 08:10:10,777 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:10 java.lang.Exception: expected JUnit test exception
04:10:10 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$4.run(ScheduleWithFixedDelayTest.java:195)
04:10:10 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:10 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:10 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:10 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:10 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:10 	at java.lang.Thread.run(Thread.java:748)
04:10:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:12 2021-04-28 08:10:12,081 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: expected JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest$2.run(ScheduleWithFixedDelayTest.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:10:12 	at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
04:10:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.job.internal.FutureRunner.run(FutureRunner.java:46)
04:10:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:10:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:10:12 	at java.lang.Thread.run(Thread.java:748)
04:10:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:10:12 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.829 sec - in org.eclipse.scout.rt.platform.job.ScheduleWithFixedDelayTest
04:10:12 Running org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
04:10:12 2021-04-28 08:10:12,086 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,089 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,091 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,093 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,097 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,099 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,101 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,103 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,105 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,106 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,108 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,110 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,111 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,113 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,115 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,125 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,128 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,130 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,132 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,133 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,135 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,136 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,138 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,139 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,189 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,191 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,192 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,194 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,196 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,197 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,199 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,201 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,203 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,205 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,210 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,211 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,211 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,211 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,212 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,212 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,213 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,213 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,213 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,214 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,214 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,215 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,215 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,215 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,216 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,216 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,216 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,217 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,217 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,217 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,218 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,218 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,218 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,219 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,219 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,219 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,220 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:12 2021-04-28 08:10:12,220 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:12 java.lang.Exception: JUnit test exception
04:10:12 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:12 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,220 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,221 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,221 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,221 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,222 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,222 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,222 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,223 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,223 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,223 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,224 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,224 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,224 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,225 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,225 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,225 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,226 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,226 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,226 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,227 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,227 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,227 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,228 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,228 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,228 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,229 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,229 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,229 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,230 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,230 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,230 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,231 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,231 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,231 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,232 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,232 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,232 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,233 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.Exception: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testException(WhenDoneScheduleTest.java:569)
04:10:13 	at sun.reflect.GeneratedMethodAccessor30.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,321 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,324 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,389 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,391 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,393 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,396 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,398 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,400 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,402 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,404 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,406 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,409 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,415 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,418 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,420 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,422 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:13 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,424 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,426 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,427 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,429 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,431 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,489 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,491 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,493 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,495 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,496 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,498 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,500 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,501 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,503 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,505 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,509 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,509 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,510 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,510 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,511 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,511 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,511 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,512 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,512 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,512 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,513 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,513 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,514 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,514 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,514 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,515 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,515 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,515 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,516 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,516 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,516 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,517 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,517 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,517 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,518 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,518 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,518 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,519 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,519 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,519 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,520 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,520 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,520 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,521 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,521 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,521 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,522 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,522 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,522 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,523 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,523 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,523 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,524 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,524 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,524 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,525 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,525 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,525 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,526 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,526 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,526 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,527 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,527 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,527 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,528 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,528 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,528 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,529 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,529 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,529 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,530 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,530 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,531 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,531 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,531 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,531 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,532 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,532 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:13 2021-04-28 08:10:12,532 WARN  [scout-thread-16] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:13 java.lang.RuntimeException: JUnit test exception
04:10:13 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testExceptionInFunction(WhenDoneScheduleTest.java:613)
04:10:13 	at sun.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
04:10:13 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:13 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:13 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:13 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:13 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:13 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:13 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:13 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:13 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:13 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:13 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:13 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:13 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:13 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:13 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:13 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:13 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:13 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:13 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:13 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:13 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,900 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.Exception: JUnit test exception 1
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,901 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.RuntimeException: JUnit test exception 2
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,901 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.RuntimeException: JUnit test exception 3
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,901 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.RuntimeException: JUnit test exception 4
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,901 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.Exception: JUnit test exception 1
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,902 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.RuntimeException: JUnit test exception 2
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:14 2021-04-28 08:10:14,902 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:14 java.lang.RuntimeException: JUnit test exception 3
04:10:14 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:14 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:14 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:14 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:14 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:14 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,903 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,903 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,903 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,903 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,904 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,905 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,905 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,905 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,906 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,906 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,906 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,907 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,907 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,908 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,908 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,910 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,910 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,911 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,911 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,911 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,911 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,912 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,912 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,912 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,912 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,913 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,913 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,913 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,913 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,913 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,914 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,914 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,914 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,914 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,914 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,915 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,915 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,915 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,915 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,916 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,916 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,916 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,916 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,917 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,917 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,918 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,918 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,918 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,918 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,918 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,919 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,919 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,919 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,919 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,920 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,921 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,921 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,921 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,921 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,921 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,922 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,923 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,924 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,924 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,924 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,924 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,924 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,925 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,925 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,925 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,925 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,926 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,926 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,926 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,926 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,926 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,927 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,927 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,927 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,927 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,927 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,928 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,928 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,928 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,928 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,928 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,929 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,929 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,929 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,929 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,929 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,930 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,930 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,930 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,930 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,930 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,931 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,931 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,931 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,931 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,931 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,932 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,932 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,932 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,932 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,932 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,933 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,933 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,933 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,933 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,933 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 3
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,934 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 4
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,935 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.Exception: JUnit test exception 1
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:15 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:15 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:15 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:15 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:15 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:15 2021-04-28 08:10:14,935 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:15 java.lang.RuntimeException: JUnit test exception 2
04:10:15 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:15 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,935 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,935 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,935 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,936 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,937 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,937 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,937 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,937 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,937 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,938 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,987 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,988 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,988 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,988 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,989 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,989 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,989 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,990 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,991 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,992 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,992 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,992 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,992 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,992 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,993 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,994 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,994 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,994 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,994 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,994 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,995 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,995 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,995 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,995 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,996 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,996 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,996 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,996 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,996 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,997 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,997 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,997 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,997 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,997 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,998 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,998 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,998 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,998 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,998 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,999 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,999 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,999 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,999 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:14,999 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,000 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,000 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,000 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,001 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,001 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,001 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,001 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,001 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,002 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,003 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,003 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,003 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,003 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,003 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,004 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,004 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,004 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,004 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,004 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,005 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,005 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,005 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,005 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,006 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,006 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,006 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,006 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,007 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,007 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,007 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,007 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,008 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,008 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,008 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 4
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,008 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.Exception: JUnit test exception 1
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,009 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 2
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:16 2021-04-28 08:10:15,009 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:16 java.lang.RuntimeException: JUnit test exception 3
04:10:16 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:16 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:16 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:16 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:16 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:16 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:16 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:16 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:16 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:16 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:16 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:16 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:16 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:16 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:16 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:16 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:16 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:16 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:16 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:16 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:16 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:16 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:16 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,009 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,009 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,010 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,010 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,010 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,010 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,011 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,011 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,011 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,011 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,012 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,012 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,012 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,012 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,013 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,013 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,013 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,013 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,014 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,014 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,014 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,014 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,015 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,015 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,015 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,015 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,016 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,016 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,016 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,016 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,017 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,017 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,017 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,017 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,018 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,018 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,018 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,018 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,019 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,019 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,019 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,020 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,020 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,020 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,020 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,021 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,021 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,021 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,021 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,021 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,022 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,022 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,022 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,023 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,023 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,023 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,023 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,024 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,024 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,024 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,024 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,025 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,025 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,025 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,025 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,026 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.Exception: JUnit test exception 1
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,026 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 2
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,026 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 3
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:17 2021-04-28 08:10:15,027 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:17 java.lang.RuntimeException: JUnit test exception 4
04:10:17 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:17 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:17 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:17 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:17 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:17 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:17 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:17 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:17 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:17 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:17 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:17 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:17 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,027 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,027 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,027 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,028 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,028 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,028 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,029 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,029 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,029 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,029 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,030 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,030 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,030 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,030 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,030 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,031 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,031 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,031 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,031 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,032 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,032 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,032 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,032 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,033 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,033 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,033 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,033 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,034 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,034 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,034 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,034 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,035 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,035 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,087 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,088 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,088 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,088 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,088 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,089 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,089 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,089 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,089 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,089 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,090 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,090 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,090 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,090 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,091 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,091 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,091 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,091 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,091 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,092 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,092 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,092 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,092 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,092 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,093 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 2
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 3
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.RuntimeException: JUnit test exception 4
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:18 2021-04-28 08:10:15,094 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:18 java.lang.Exception: JUnit test exception 1
04:10:18 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:77)
04:10:18 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:18 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:18 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:18 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:18 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:18 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:18 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:18 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:18 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:18 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:18 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:18 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:18 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:18 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:18 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:18 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:18 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:18 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:18 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:18 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:18 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:18 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 2021-04-28 08:10:15,095 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:19 java.lang.RuntimeException: JUnit test exception 2
04:10:19 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:78)
04:10:19 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:19 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 2021-04-28 08:10:15,095 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:19 java.lang.RuntimeException: JUnit test exception 3
04:10:19 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:79)
04:10:19 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:19 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 2021-04-28 08:10:15,095 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:19 java.lang.RuntimeException: JUnit test exception 4
04:10:19 	at org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest.testCascadingException(WhenDoneScheduleTest.java:80)
04:10:19 	at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)
04:10:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:19 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.927 sec - in org.eclipse.scout.rt.platform.job.WhenDoneScheduleTest
04:10:19 Running org.eclipse.scout.rt.platform.job.WhenDoneTest
04:10:19 2021-04-28 08:10:16,199 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:19 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
04:10:19 	at org.eclipse.scout.rt.platform.job.WhenDoneTest.testError(WhenDoneTest.java:127)
04:10:19 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:19 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:19 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 2021-04-28 08:10:16,209 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:10:19 org.eclipse.scout.rt.platform.exception.ProcessingException: expected JUnit test exception [severity=ERROR]
04:10:19 	at org.eclipse.scout.rt.platform.job.WhenDoneTest.testErrorWithJobAlreadyCompleted(WhenDoneTest.java:170)
04:10:19 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:19 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:19 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:19 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:19 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:19 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:19 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:19 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:19 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:19 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:19 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:19 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:19 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:19 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:19 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:19 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:19 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:19 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:19 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:19 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:19 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:19 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:19 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:19 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.platform.job.WhenDoneTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
04:10:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterBuilderTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
04:10:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.event.JobEventFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.ExecutionHintFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
04:10:19 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterBuilderTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.FutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.JobNameRegexFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.MutexFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.RunContextFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.filter.future.SingleExecutionFutureFilterTest
04:10:19 Running org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
04:10:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.internal.CompletionPromiseTest
04:10:19 Running org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
04:10:19 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.platform.job.internal.DevelopmentThreadNameDecoratorTest
04:10:19 Running org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
04:10:19 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.platform.job.internal.ExceptionProcessorTest
04:10:19 Running org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
04:10:23 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.947 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphoreTest
04:10:23 Running org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
04:10:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.001 sec - in org.eclipse.scout.rt.platform.job.internal.ExecutionTriggerWithCalendarTest
04:10:27 Running org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
04:10:29 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.004 sec - in org.eclipse.scout.rt.platform.job.internal.FutureFinishedTest
04:10:29 Running org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
04:10:29 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerChainTest
04:10:29 Running org.eclipse.scout.rt.platform.job.internal.JobManagerTest
04:10:29 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec - in org.eclipse.scout.rt.platform.job.internal.JobManagerTest
04:10:29 Running org.eclipse.scout.rt.platform.job.internal.MisfireTest
04:10:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.709 sec - in org.eclipse.scout.rt.platform.job.internal.MisfireTest
04:10:30 Running org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
04:10:31 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec - in org.eclipse.scout.rt.platform.job.internal.MutualExclusionTest
04:10:31 Running org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
04:10:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.job.internal.NamedThreadFactoryTest
04:10:31 Running org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
04:10:33 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.259 sec - in org.eclipse.scout.rt.platform.job.internal.PermitAcquisitionOrderTest
04:10:33 Running org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
04:10:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.224 sec - in org.eclipse.scout.rt.platform.job.internal.SerialFutureExecutionTest
04:10:39 Running org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
04:10:53 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.03 sec - in org.eclipse.scout.rt.platform.job.internal.TemporalValueComputationTest
04:10:53 Running org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
04:10:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.job.internal.ThreadNameDecoratorTest
04:10:53 Running org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
04:10:53 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.logger.JulLoggerSupportTest
04:10:53 Running org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
04:10:53 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.platform.logger.Log4jLoggerSupportTest
04:10:53 Running org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
04:10:53 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.logger.LogbackLoggerSupportTest
04:10:53 Running org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
04:10:53 2021-04-28 08:10:53,702 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[]
04:10:53 2021-04-28 08:10:53,702 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[]
04:10:53 2021-04-28 08:10:53,702 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[]
04:10:53 2021-04-28 08:10:53,702 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[]
04:10:53 2021-04-28 08:10:53,703 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[]
04:10:53 2021-04-28 08:10:53,703 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[]
04:10:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.logger.NullLoggerSupportTest
04:10:53 Running org.eclipse.scout.rt.platform.nls.CollatorProviderTest
04:10:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.platform.nls.CollatorProviderTest
04:10:53 Running org.eclipse.scout.rt.platform.nls.DynamicNlsTest
04:10:53 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.nls.DynamicNlsTest
04:10:53 Running org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
04:10:53 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.platform.reflect.BasicPropertySupportTest
04:10:53 Running org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
04:10:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.reflect.FastBeanUtilityTest
04:10:53 Running org.eclipse.scout.rt.platform.resource.BinaryResourceTest
04:10:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.platform.resource.BinaryResourceTest
04:10:53 Running org.eclipse.scout.rt.platform.security.MalwareScannerTest
04:10:53 Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.security.MalwareScannerTest
04:10:53 Running org.eclipse.scout.rt.platform.security.SecurityUtilityTest
04:10:54 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 sec - in org.eclipse.scout.rt.platform.security.SecurityUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.security.SubjectProcessorTest
04:10:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.security.SubjectProcessorTest
04:10:54 Running org.eclipse.scout.rt.platform.service.ServiceTest
04:10:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.service.ServiceTest
04:10:54 Running org.eclipse.scout.rt.platform.status.MultiStatusTest
04:10:54 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.status.MultiStatusTest
04:10:54 Running org.eclipse.scout.rt.platform.status.StatusTest
04:10:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.status.StatusTest
04:10:54 Running org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest
04:10:54 java.lang.RuntimeException: Expected JUnit exception
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithExistingTransactionAndError(TransactionProcessorTest.java:298)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:54 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:54 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:54 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:54 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:54 2021-04-28 08:10:54,651 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$219831829@489f06aa] - MDC[]
04:10:54 java.lang.RuntimeException: Expected JUnit exception
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiresNewWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:228)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:54 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:54 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:54 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:54 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:54 2021-04-28 08:10:54,655 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$219831829@5692fe3e] - MDC[]
04:10:54 java.lang.RuntimeException: Expected JUnit exception
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest.testRequiredWithoutExistingTransactionAndErrorOnCommit(TransactionProcessorTest.java:402)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:54 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:54 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:54 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:54 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:54 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:54 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:54 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:54 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:54 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:54 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:54 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:54 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:54 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:54 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:54 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:54 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:54 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:54 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:54 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:54 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:54 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:54 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:54 Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec - in org.eclipse.scout.rt.platform.transaction.TransactionProcessorTest
04:10:54 Running org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
04:10:54 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.AlphanumericComparatorTest
04:10:54 Running org.eclipse.scout.rt.platform.util.AssertionsTest
04:10:54 Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.AssertionsTest
04:10:54 Running org.eclipse.scout.rt.platform.util.Base64UtilityTest
04:10:54 #TUNING: decode[1000] sum=10.555911ms min=0.001790ms avg=0.010555ms median=0.010319ms max=0.035427ms  [without 10 smallest and 10 largest:  sum=10.254977 min=0.002955ms avg=0.010474ms median=0.010319ms max=0.021335ms]
04:10:54 #TUNING: encode[1000] sum=6.070589ms min=0.001738ms avg=0.006070ms median=0.005429ms max=0.470714ms  [without 10 smallest and 10 largest:  sum=5.460171 min=0.002111ms avg=0.005577ms median=0.005429ms max=0.009521ms]
04:10:54 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.platform.util.Base64UtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.BeanUtilityTest
04:10:54 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.BeanUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
04:10:54 Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.platform.util.BomInputStreamReaderTest
04:10:54 Running org.eclipse.scout.rt.platform.util.BooleanUtilityTest
04:10:54 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.BooleanUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.ClassIdentifierTest
04:10:54 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.ClassIdentifierTest
04:10:54 Running org.eclipse.scout.rt.platform.util.CloneUtilityTest
04:10:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.CloneUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.CollectionUtilityTest
04:10:54 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.CollectionUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.CompareUtilityTest
04:10:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.CompareUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.CompositeObjectTest
04:10:54 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.CompositeObjectTest
04:10:54 Running org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
04:10:54 Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.platform.util.ConcurrentExpiringMapTest
04:10:54 Running org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
04:10:54 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.ConfigurationUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.EventListenerListTest
04:10:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.platform.util.EventListenerListTest
04:10:54 Running org.eclipse.scout.rt.platform.util.FileUtilityTest
04:10:54 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.FileUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.FinalValueTest
04:10:54 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.FinalValueTest
04:10:54 Running org.eclipse.scout.rt.platform.util.FormattingUtilityTest
04:10:54 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.FormattingUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.HexUtilityTest
04:10:54 #TUNING: decode[1000] sum=20.270094ms min=0.001353ms avg=0.020270ms median=0.020013ms max=0.069556ms  [without 10 smallest and 10 largest:  sum=19.729465 min=0.001751ms avg=0.020152ms median=0.020013ms max=0.039043ms]
04:10:54 #TUNING: encode[1000] sum=14.099184ms min=0.001471ms avg=0.014099ms median=0.013718ms max=0.043757ms  [without 10 smallest and 10 largest:  sum=13.722829 min=0.001787ms avg=0.014017ms median=0.013718ms max=0.027080ms]
04:10:54 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - in org.eclipse.scout.rt.platform.util.HexUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.IOUtilityTest
04:10:54 Tests run: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.platform.util.IOUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.LazyValueTest
04:10:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.LazyValueTest
04:10:54 Running org.eclipse.scout.rt.platform.util.MatrixUtilityTest
04:10:54 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.platform.util.MatrixUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
04:10:54 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.platform.util.MimeTypeDetectorTest
04:10:54 Running org.eclipse.scout.rt.platform.util.NumberUtilityTest
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,990 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,991 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,991 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,991 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
04:10:54 2021-04-28 08:10:54,991 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,992 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,992 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
04:10:54 2021-04-28 08:10:54,992 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'NaN' - MDC[]
04:10:54 2021-04-28 08:10:54,992 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: '-Infinity' - MDC[]
04:10:54 2021-04-28 08:10:54,992 WARN  [main] org.eclipse.scout.rt.platform.util.NumberUtility.numberToBigDecimal(NumberUtility.java:101) - converting to BigDecimal failed for Number: 'Infinity' - MDC[]
04:10:54 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.platform.util.NumberUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.ObjectUtilityTest
04:10:54 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.ObjectUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.PairTest
04:10:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PairTest
04:10:54 Running org.eclipse.scout.rt.platform.util.PathValidatorTest
04:10:54 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PathValidatorTest
04:10:54 Running org.eclipse.scout.rt.platform.util.PreferredValueTest
04:10:54 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.PreferredValueTest
04:10:54 Running org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
04:10:54 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.ReflectionUtilityTest
04:10:54 Running org.eclipse.scout.rt.platform.util.StringUtilityTest
04:10:55 Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.eclipse.scout.rt.platform.util.StringUtilityTest
04:10:55 Running org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
04:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.ThreadLocalProcessorTest
04:10:55 Running org.eclipse.scout.rt.platform.util.ToStringBuilderTest
04:10:55 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.ToStringBuilderTest
04:10:55 Running org.eclipse.scout.rt.platform.util.TriStateTest
04:10:55 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.util.TriStateTest
04:10:55 Running org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
04:10:55 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.TypeCastUtilityTest
04:10:55 Running org.eclipse.scout.rt.platform.util.UriBuilderTest
04:10:55 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.UriBuilderTest
04:10:55 Running org.eclipse.scout.rt.platform.util.UriUtilityTest
04:10:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.platform.util.UriUtilityTest
04:10:55 Running org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
04:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityFactoryTest
04:10:55 Running org.eclipse.scout.rt.platform.util.XmlUtilityTest
04:10:55 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec - in org.eclipse.scout.rt.platform.util.XmlUtilityTest
04:10:55 Running org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
04:10:55 Tests run: 102, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec - in org.eclipse.scout.rt.platform.util.collection.OrderedCollectionTest
04:10:55 Running org.eclipse.scout.rt.platform.util.collection.TransformingSetTest
04:10:55 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.collection.TransformingSetTest
04:10:55 Running org.eclipse.scout.rt.platform.util.date.DateProviderTest
04:10:55 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.platform.util.date.DateProviderTest
04:10:55 Running org.eclipse.scout.rt.platform.util.date.DateUtilityTest
04:10:56 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.343 sec - in org.eclipse.scout.rt.platform.util.date.DateUtilityTest
04:10:56 Running org.eclipse.scout.rt.platform.util.event.AbstractCompositeEventListenerListTest
04:10:56 #TUNING: add1 50000 took 25.582316ms
04:10:56 #TUNING: add1-last 50000 took 17.855270ms
04:10:56 #TUNING: add2 50000 took 15.685704ms
04:10:56 #TUNING: add2-last 50000 took 7.637099ms
04:10:56 #TUNING: event1 took 16.793392ms
04:10:57 #TUNING: event2 took 10.115445ms
04:10:57 #TUNING: remove1 50000 took 97.759422ms
04:10:57 #TUNING: remove2 50000 took 8.910993ms
04:10:57 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.205 sec - in org.eclipse.scout.rt.platform.util.event.AbstractCompositeEventListenerListTest
04:10:57 Running org.eclipse.scout.rt.platform.util.event.SimpleEventListenerListTest
04:10:57 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.platform.util.event.SimpleEventListenerListTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
04:10:57 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.platform.mock.BeanAnnotationsTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
04:10:57 2021-04-28 08:10:57,121 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
04:10:57 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testSingleException(JUnitExceptionHandlerTest.java:33)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 2021-04-28 08:10:57,122 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
04:10:57 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestProcessingException3: expected JUnit test exception [severity=ERROR]
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testProcessingException(JUnitExceptionHandlerTest.java:63)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 2021-04-28 08:10:57,122 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=expected JUnit test exception [severity=ERROR]] - MDC[]
04:10:57 2021-04-28 08:10:57,122 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=expected JUnit test exception] - MDC[]
04:10:57 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testMultipleExceptions(JUnitExceptionHandlerTest.java:46)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 2021-04-28 08:10:57,122 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:52) - 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[]
04:10:57 2021-04-28 08:10:57,123 ERROR [main] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - TestException1:expected JUnit test exception - MDC[]
04:10:57 org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest$TestException1: expected JUnit test exception
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest.testCustomExceptionHandler(JUnitExceptionHandlerTest.java:92)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandlerTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
04:10:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.MockBeanTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest
04:10:57 2021-04-28 08:10:57,137 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=unexpected exception] - MDC[]
04:10:57 org.eclipse.scout.rt.platform.exception.PlatformException: unexpected exception
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:116)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:10:57 	at java.security.AccessController.doPrivileged(Native Method)
04:10:57 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:10:57 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
04:10:57 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:107)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testUnexpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:88)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
04:10:57 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 2021-04-28 08:10:57,141 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=expected exception] - MDC[]
04:10:57 org.eclipse.scout.rt.platform.exception.PlatformException: expected exception
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTestFixture.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTestFixture.java:111)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:10:57 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:10:57 	at java.security.AccessController.doPrivileged(Native Method)
04:10:57 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:10:57 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:10:57 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:10:57 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:10:57 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:10:57 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
04:10:57 	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.runServerTestRunner(PlatformTestRunnerTransactionTest.java:107)
04:10:57 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest.testExpectedExceptionHandledByExceptionHandler(PlatformTestRunnerTransactionTest.java:83)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:10:57 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:10:57 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:10:57 	at java.lang.reflect.Method.invoke(Method.java:498)
04:10:57 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:10:57 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:10:57 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:10:57 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:10:57 	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
04:10:57 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
04:10:57 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:10:57 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:10:57 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:10:57 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:10:57 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:10:57 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:10:57 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:10:57 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:10:57 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:10:57 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:10:57 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunnerTransactionTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
04:10:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesClassLevelTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
04:10:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.TimesMethodLevelTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
04:10:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedPlatformTestRunnerTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
04:10:57 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.ParameterizedTestRunnerExtensionTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
04:10:57 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.runner.parameterized.SampleParameterizedPlatformTest
04:10:57 Running org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
04:10:58 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.975 sec - in org.eclipse.scout.rt.testing.platform.runner.statement.ScheduledDescendantJobListenerPlatformTest
04:10:58 Running org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
04:10:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 sec - in org.eclipse.scout.rt.testing.platform.util.BlockingCountDownLatchTest
04:10:59 Running org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
04:10:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.util.ScoutAssertTest
04:10:59 Running org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
04:10:59 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.OptimisticLockTest
04:10:59 Running org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
04:10:59 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.platform.util.concurrent.ThreadInterruptionTest
04:10:59 Running org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
04:10:59 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.platform.util.date.FixedDateProviderTest
04:10:59 
04:10:59 Results :
04:10:59 
04:10:59 Tests run: 1580, Failures: 0, Errors: 0, Skipped: 5
04:10:59 
04:10:59 [INFO] 
04:10:59 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar
04:10:59 [INFO] 
04:10:59 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Skipping because packaging 'jar' is not pom.
04:10:59 [INFO] 
04:10:59 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar
04:10:59 [INFO] 
04:10:59 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar
04:10:59 [INFO] 
04:10:59 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar
04:10:59 [INFO] 
04:10:59 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.platform.test ---
04:10:59 [INFO] Checking compile classpath
04:10:59 [INFO] Checking runtime classpath
04:10:59 [INFO] Checking test classpath
04:11:00 [INFO] 
04:11:00 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.platform.test ---
04:11:00 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:00 [INFO] 
04:11:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.platform.test ---
04:11:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar
04:11:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.pom
04:11:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-tests.jar
04:11:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-sources.jar
04:11:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.platform.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:00 [INFO] 
04:11:00 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared >----------
04:11:00 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared 7.0.300-SNAPSHOT [5/39]
04:11:00 [INFO] --------------------------------[ jar ]---------------------------------
04:11:08 [INFO] 
04:11:08 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared ---
04:11:08 [INFO] 
04:11:08 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared ---
04:11:08 [INFO] 
04:11:08 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] 
04:11:09 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:09 [INFO] Copying 29 resources
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Changes detected - recompiling the module!
04:11:09 [INFO] Compiling 316 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/target/classes
04:11:09 [INFO] 
04:11:09 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:09 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/src/test/resources
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] No sources to compile
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] No tests to run.
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Skipping because packaging 'jar' is not pom.
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Skipping packaging of the test-jar
04:11:09 [INFO] 
04:11:09 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared ---
04:11:09 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar
04:11:10 [INFO] 
04:11:10 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared ---
04:11:10 [INFO] No sources in project. Archive not created.
04:11:10 [INFO] 
04:11:10 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared ---
04:11:10 [INFO] Checking compile classpath
04:11:10 [INFO] Checking runtime classpath
04:11:10 [INFO] Checking test classpath
04:11:10 [INFO] 
04:11:10 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared ---
04:11:10 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:10 [INFO] 
04:11:10 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared ---
04:11:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.jar
04:11:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT.pom
04:11:10 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared/target/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared-7.0.300-SNAPSHOT-sources.jar
04:11:10 [INFO] 
04:11:10 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test >--------
04:11:10 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test 7.0.300-SNAPSHOT [6/39]
04:11:10 [INFO] --------------------------------[ jar ]---------------------------------
04:11:10 [INFO] 
04:11:10 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.shared.test ---
04:11:10 [INFO] 
04:11:10 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.shared.test ---
04:11:10 [INFO] 
04:11:10 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] 
04:11:11 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:11 [INFO] 
04:11:11 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:11 [INFO] Copying 1 resource
04:11:11 [INFO] 
04:11:11 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] Changes detected - recompiling the module!
04:11:11 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/classes
04:11:11 [INFO] 
04:11:11 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:11 [INFO] Copying 10 resources
04:11:11 [INFO] 
04:11:11 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] Changes detected - recompiling the module!
04:11:11 [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/test-classes
04:11:11 [INFO] 
04:11:11 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] 
04:11:11 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.shared.test ---
04:11:11 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/surefire-reports
04:11:11 
04:11:11 -------------------------------------------------------
04:11:11  T E S T S
04:11:11 -------------------------------------------------------
04:11:12 Running org.eclipse.scout.rt.shared.cache.BasicCacheTest
04:11:12 2021-04-28 08:11:12,396 INFO  [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[]
04:11:12 2021-04-28 08:11:12,410 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:11:12 2021-04-28 08:11:12,495 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 91.855618 ms. Total class count: 1227 - MDC[]
04:11:12 2021-04-28 08:11:12,629 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 137 beans in 132.056173 ms - MDC[]
04:11:12 2021-04-28 08:11:12,656 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 137 beans in 27.120233 ms - MDC[]
04:11:12 2021-04-28 08:11:12,691 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:11:12 2021-04-28 08:11:12,696 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 9 code type classes registered. - MDC[]
04:11:12 2021-04-28 08:11:12,697 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:11:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 sec - in org.eclipse.scout.rt.shared.cache.BasicCacheTest
04:11:12 Running org.eclipse.scout.rt.shared.cache.CacheBuilderTest
04:11:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.985 sec - in org.eclipse.scout.rt.shared.cache.CacheBuilderTest
04:11:13 Running org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
04:11:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.shared.cache.CacheRegistryServiceTest
04:11:13 Running org.eclipse.scout.rt.shared.calendar.CalendarTest
04:11:13 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.shared.calendar.CalendarTest
04:11:13 Running org.eclipse.scout.rt.shared.csv.CsvHelperTest
04:11:13 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec - in org.eclipse.scout.rt.shared.csv.CsvHelperTest
04:11:13 Running org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest
04:11:13 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.basic.MemoryOptimizedObjectTest
04:11:13 Running org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest
04:11:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.basic.NamedBitMaskHelperTest
04:11:13 Running org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
04:11:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec - in org.eclipse.scout.rt.shared.data.basic.table.AbstractTableRowDataTest
04:11:13 Running org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
04:11:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.shared.data.form.FormDataInjectionTest
04:11:13 Running org.eclipse.scout.rt.shared.data.form.FormDataTest
04:11:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.data.form.FormDataTest
04:11:13 Running org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
04:11:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.data.form.FormDataUtilityTest
04:11:13 Running org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
04:11:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.form.FormFieldDataTest
04:11:14 Running org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
04:11:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.data.form.fields.tablefield.TableFieldBeanDataTest
04:11:14 Running org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
04:11:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.data.form.properties.FormDataPropertyTest
04:11:14 Running org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
04:11:14 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.scout.rt.shared.data.model.DataModelAttributeTest
04:11:14 Running org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
04:11:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 sec - in org.eclipse.scout.rt.shared.data.model.DataModelUtilityTest
04:11:14 Running org.eclipse.scout.rt.shared.extension.ExtensionChainTest
04:11:14 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.shared.extension.ExtensionChainTest
04:11:14 Running org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
04:11:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.service.common.code.CodeTypeAopTest
04:11:14 Running org.eclipse.scout.rt.shared.mail.MailHelperTest
04:11:14 2021-04-28 08:11:14,904 INFO  [main] org.eclipse.scout.rt.shared.mail.MailHelper.collectMailParts(MailHelper.java:149) - Unable to mime part content - MDC[]
04:11:14 java.io.UnsupportedEncodingException: unicode-1-1-utf-7
04:11:14 	at sun.nio.cs.StreamDecoder.forInputStreamReader(StreamDecoder.java:71)
04:11:14 	at java.io.InputStreamReader.<init>(InputStreamReader.java:100)
04:11:14 	at com.sun.mail.handlers.text_plain.getContent(text_plain.java:80)
04:11:14 	at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:795)
04:11:14 	at javax.activation.DataHandler.getContent(DataHandler.java:542)
04:11:14 	at javax.mail.internet.MimeBodyPart.getContent(MimeBodyPart.java:657)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelper.collectMailParts(MailHelper.java:146)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelper.collectMailParts(MailHelper.java:155)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelper.getBodyParts(MailHelper.java:98)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelper.getPlainText(MailHelper.java:261)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelperTest.testFallbackForUnknownEncoding(MailHelperTest.java:509)
04:11:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:14 2021-04-28 08:11:14,905 WARN  [main] org.eclipse.scout.rt.shared.mail.MailHelper.getPlainText(MailHelper.java:273) - unsupported encoding - MDC[]
04:11:14 java.io.UnsupportedEncodingException: unicode-1-1-utf-7
04:11:14 	at java.lang.StringCoding.decode(StringCoding.java:190)
04:11:14 	at java.lang.String.<init>(String.java:426)
04:11:14 	at java.lang.String.<init>(String.java:491)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelper.getPlainText(MailHelper.java:270)
04:11:14 	at org.eclipse.scout.rt.shared.mail.MailHelperTest.testFallbackForUnknownEncoding(MailHelperTest.java:509)
04:11:14 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:14 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:14 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:14 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:14 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:14 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:14 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:14 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:14 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:14 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:14 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:14 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:14 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:14 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:14 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:14 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:14 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:14 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:14 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec - in org.eclipse.scout.rt.shared.mail.MailHelperTest
04:11:14 Running org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 sec - in org.eclipse.scout.rt.shared.notification.NotificationHandlerRegistryTest
04:11:15 Running org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
04:11:15 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.notification.TypeParameterBeanRegistryTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
04:11:15 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.services.common.calendar.CalendarItemTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
04:11:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeRowTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
04:11:15 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeServiceTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeClassInventoryTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrationTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.services.common.code.CodeTypeWithAddRemoveCodeTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
04:11:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.shared.services.common.jdbc.SearchFilterTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
04:11:15 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.services.common.prefs.PreferencesTest
04:11:15 Running org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
04:11:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.services.common.security.SharedAccessControlServiceTest
04:11:15 Running org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
04:11:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.shared.services.lookup.CodeLookupCallTest
04:11:15 Running org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
04:11:15 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.services.lookup.LocalLookupCallTest
04:11:15 Running org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
04:11:15 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.services.lookup.LookupRowTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
04:11:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.scout.rt.shared.servicetunnel.BinaryServiceTunnelContentHandlerTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
04:11:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.shared.servicetunnel.LenientPermissionWrapperTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
04:11:15 2021-04-28 08:11:15,232 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,236 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,237 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,238 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,238 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[]
04:11:15 2021-04-28 08:11:15,239 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,239 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,240 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,241 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,242 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,242 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 2021-04-28 08:11:15,243 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListener.registerTunnelToServerProxies(RegisterTunnelToServerPlatformListener.java:68) - Tunnel to server proxies registered. - MDC[]
04:11:15 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.scout.rt.shared.servicetunnel.RegisterTunnelToServerPlatformListenerTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
04:11:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.shared.servicetunnel.SoapServiceTunnelContentHandlerTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.DefaultAuthTokenTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
04:11:15 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.HttpServiceTunnelTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
04:11:15 2021-04-28 08:11:15,525 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.install(MultiSessionCookieStoreInstaller.java:43) - Successfully installed java.net.CookieManager@440e2406 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@56adb75e) - MDC[]
04:11:15 2021-04-28 08:11:15,594 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieHandler, hashCode: 743792379 - MDC[]
04:11:15 2021-04-28 08:11:15,595 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 916424134 (Cookie store: null) - MDC[]
04:11:15 2021-04-28 08:11:15,632 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.checkMultiSessionCookieStoreAlreadyInstalled(MultiSessionCookieStoreInstaller.java:72) - Overriding pre-installed cookie handler: Mock for CookieManager, hashCode: 916424134 (Cookie store: Mock for CookieStore, hashCode: 1027687578) - MDC[]
04:11:15 2021-04-28 08:11:15,633 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@440e2406 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@56adb75e) - MDC[]
04:11:15 2021-04-28 08:11:15,633 INFO  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstaller.uninstall(MultiSessionCookieStoreInstaller.java:81) - Successfully uninstalled java.net.CookieManager@440e2406 (Cookie store: org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore@56adb75e) - MDC[]
04:11:15 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStoreInstallerTest
04:11:15 Running org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest
04:11:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.eclipse.scout.rt.shared.servicetunnel.http.RemoteServiceInvocationCallableDisconnectTest
04:11:15 Running org.eclipse.scout.rt.shared.session.SessionDataTest
04:11:15 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.session.SessionDataTest
04:11:15 Running org.eclipse.scout.rt.shared.text.HTMLTextTest
04:11:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.text.HTMLTextTest
04:11:15 Running org.eclipse.scout.rt.shared.text.TextsTest
04:11:15 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.text.TextsTest
04:11:15 Running org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
04:11:15 2021-04-28 08:11:15,823 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:97) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent:  - MDC[]
04:11:15 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
04:11:15 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
04:11:15 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
04:11:15 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testEmptyId(DefaultUserAgentParserTest.java:27)
04:11:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:15 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
04:11:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:15 2021-04-28 08:11:15,824 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:97) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: XY|DESKTOP|UNKNOWN|Windows7 - MDC[]
04:11:15 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
04:11:15 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
04:11:15 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
04:11:15 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest.testInvalidId(DefaultUserAgentParserTest.java:21)
04:11:15 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:15 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:15 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:15 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:15 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:15 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:15 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:15 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:15 	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
04:11:15 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:15 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:15 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:15 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:15 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:15 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:15 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:15 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:15 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:15 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:15 2021-04-28 08:11:15,825 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[]
04:11:15 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.shared.ui.DefaultUserAgentParserTest
04:11:15 Running org.eclipse.scout.rt.shared.ui.UserAgentTest
04:11:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.shared.ui.UserAgentTest
04:11:15 Running org.eclipse.scout.rt.testing.shared.TestingUtilityTest
04:11:15 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.shared.TestingUtilityTest
04:11:16 
04:11:16 Results :
04:11:16 
04:11:16 Tests run: 246, Failures: 0, Errors: 0, Skipped: 0
04:11:16 
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Skipping because packaging 'jar' is not pom.
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:16 [INFO] 
04:11:16 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Checking compile classpath
04:11:16 [INFO] Checking runtime classpath
04:11:16 [INFO] Checking test classpath
04:11:16 [INFO] 
04:11:16 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:16 [INFO] 
04:11:16 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.shared.test ---
04:11:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.jar
04:11:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT.pom
04:11:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-tests.jar
04:11:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-sources.jar
04:11:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.shared.test/target/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.shared.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.shared.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:16 [INFO] 
04:11:16 [INFO] ------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons >------
04:11:16 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons 7.0.300-SNAPSHOT [7/39]
04:11:16 [INFO] --------------------------------[ jar ]---------------------------------
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] 
04:11:17 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] 
04:11:17 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:17 [INFO] Copying 1 resource
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Changes detected - recompiling the module!
04:11:17 [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/target/classes
04:11:17 [INFO] 
04:11:17 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/src/test/resources
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] No sources to compile
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] No tests to run.
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Skipping because packaging 'jar' is not pom.
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Skipping packaging of the test-jar
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar
04:11:17 [INFO] 
04:11:17 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] No sources in project. Archive not created.
04:11:17 [INFO] 
04:11:17 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons ---
04:11:17 [INFO] Checking compile classpath
04:11:17 [INFO] Checking runtime classpath
04:11:17 [INFO] Checking test classpath
04:11:18 [INFO] 
04:11:18 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons ---
04:11:18 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:18 [INFO] 
04:11:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons ---
04:11:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.jar
04:11:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT.pom
04:11:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons/target/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons-7.0.300-SNAPSHOT-sources.jar
04:11:18 [INFO] 
04:11:18 [INFO] ---< org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test >----
04:11:18 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test 7.0.300-SNAPSHOT [8/39]
04:11:18 [INFO] --------------------------------[ jar ]---------------------------------
04:11:18 [INFO] 
04:11:18 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.commons.test ---
04:11:18 [INFO] 
04:11:18 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.commons.test ---
04:11:18 [INFO] 
04:11:18 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] 
04:11:19 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:19 [INFO] 
04:11:19 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/src/main/resources
04:11:19 [INFO] 
04:11:19 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] No sources to compile
04:11:19 [INFO] 
04:11:19 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:19 [INFO] Copying 2 resources
04:11:19 [INFO] 
04:11:19 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] Changes detected - recompiling the module!
04:11:19 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/test-classes
04:11:19 [INFO] 
04:11:19 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/classes. Directory does not exist!
04:11:19 [INFO] 
04:11:19 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.commons.test ---
04:11:19 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/surefire-reports
04:11:19 
04:11:19 -------------------------------------------------------
04:11:19  T E S T S
04:11:19 -------------------------------------------------------
04:11:19 Running org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
04:11:20 2021-04-28 08:11:20,133 INFO  [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[]
04:11:20 2021-04-28 08:11:20,144 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:11:20 2021-04-28 08:11:20,198 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 59.658955 ms. Total class count: 1132 - MDC[]
04:11:20 2021-04-28 08:11:20,317 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 153 beans in 117.662817 ms - MDC[]
04:11:20 2021-04-28 08:11:20,333 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 153 beans in 16.065699 ms - MDC[]
04:11:20 2021-04-28 08:11:20,338 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:11:20 2021-04-28 08:11:20,341 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:11:20 2021-04-28 08:11:20,342 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:11:20 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.929 sec - in org.eclipse.scout.rt.server.commons.FileUtilityMimeTypeTest
04:11:20 Running org.eclipse.scout.rt.server.commons.cache.CacheElementTest
04:11:20 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.commons.cache.CacheElementTest
04:11:20 Running org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
04:11:20 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec - in org.eclipse.scout.rt.server.commons.cache.StickySessionCacheStoreServiceTest
04:11:20 Running org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest
04:11:22 2021-04-28 08:11:22,605 WARN  [Time-limited test] org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker.checkHealth(AbstractHealthChecker.java:123) - HealthCheck[57a27a52-0010-4539-a534-5d227978f42c] has timed out after 1000ms, future=JobFutureTask@5895d6b2[job=57a27a52-0010-4539-a534-5d227978f42c, state=RUNNING]. Cancelling job now. - MDC[]
04:11:26 2021-04-28 08:11:26,633 INFO  [scout-thread-23] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Array index out of range: 2] - MDC[jobName=9b91333d-b1ae-44e3-8686-3f7a020f17f6]
04:11:26 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 2
04:11:26 	at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$5.run(HealthCheckerTest.java:200)
04:11:26 	at org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest$1.execCheckHealth(HealthCheckerTest.java:55)
04:11:26 	at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker$1.call(AbstractHealthChecker.java:139)
04:11:26 	at org.eclipse.scout.rt.server.commons.healthcheck.AbstractHealthChecker$1.call(AbstractHealthChecker.java:1)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:26 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:26 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:11:26 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:26 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:26 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:26 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:26 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:26 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:11:26 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:11:26 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:11:26 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:11:26 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:11:26 	at java.lang.Thread.run(Thread.java:748)
04:11:26 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:11:26 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.085 sec - in org.eclipse.scout.rt.server.commons.healthcheck.HealthCheckerTest
04:11:26 Running org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest
04:11:26 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.commons.servlet.ContentSecurityPolicyTest
04:11:26 Running org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest
04:11:26 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec - in org.eclipse.scout.rt.server.commons.servlet.HttpClientInfoTest
04:11:26 Running org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest
04:11:26 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec - in org.eclipse.scout.rt.server.commons.servlet.HttpServletControlTest
04:11:26 Running org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
04:11:26 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.commons.servlet.ServletExceptionTranslatorTest
04:11:26 Running org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest
04:11:26 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.server.commons.servlet.cache.DownloadHttpResponseInterceptorTest
04:11:27 
04:11:27 Results :
04:11:27 
04:11:27 Tests run: 60, Failures: 0, Errors: 0, Skipped: 0
04:11:27 
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [WARNING] JAR will be empty - no content was marked for inclusion!
04:11:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Skipping because packaging 'jar' is not pom.
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] No sources in project. Archive not created.
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:27 [INFO] 
04:11:27 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Checking compile classpath
04:11:27 [INFO] Checking runtime classpath
04:11:27 [INFO] Checking test classpath
04:11:27 [INFO] 
04:11:27 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:27 [INFO] 
04:11:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.commons.test ---
04:11:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.jar
04:11:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT.pom
04:11:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-tests.jar
04:11:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.commons.test/target/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.commons.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.commons.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:27 [INFO] 
04:11:27 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api >----------
04:11:27 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api 7.0.300-SNAPSHOT [9/39]
04:11:27 [INFO] --------------------------------[ jar ]---------------------------------
04:11:29 [INFO] 
04:11:29 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.api ---
04:11:29 [INFO] 
04:11:29 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api ---
04:11:29 [INFO] 
04:11:29 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] 
04:11:30 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:30 [INFO] Copying 1 resource
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Changes detected - recompiling the module!
04:11:30 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/target/classes
04:11:30 [INFO] 
04:11:30 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/src/test/resources
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] No sources to compile
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] No tests to run.
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Skipping because packaging 'jar' is not pom.
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Skipping packaging of the test-jar
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] No sources in project. Archive not created.
04:11:30 [INFO] 
04:11:30 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Checking compile classpath
04:11:30 [INFO] Checking runtime classpath
04:11:30 [INFO] Checking test classpath
04:11:30 [INFO] 
04:11:30 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api ---
04:11:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.jar
04:11:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT.pom
04:11:30 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api/target/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api-7.0.300-SNAPSHOT-sources.jar
04:11:30 [INFO] 
04:11:30 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.server >----------
04:11:30 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server 7.0.300-SNAPSHOT [10/39]
04:11:30 [INFO] --------------------------------[ jar ]---------------------------------
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server ---
04:11:30 [INFO] 
04:11:30 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server ---
04:11:30 [INFO] 
04:11:30 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] 
04:11:31 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:31 [INFO] Copying 1 resource
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Changes detected - recompiling the module!
04:11:31 [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/target/classes
04:11:31 [INFO] 
04:11:31 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/src/test/resources
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] No sources to compile
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] No tests to run.
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Skipping because packaging 'jar' is not pom.
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Skipping packaging of the test-jar
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] No sources in project. Archive not created.
04:11:31 [INFO] 
04:11:31 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Checking compile classpath
04:11:31 [INFO] Checking runtime classpath
04:11:31 [INFO] Checking test classpath
04:11:31 [INFO] 
04:11:31 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:31 [INFO] 
04:11:31 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server ---
04:11:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.jar
04:11:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT.pom
04:11:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server/target/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server-7.0.300-SNAPSHOT-sources.jar
04:11:31 [INFO] 
04:11:31 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.test >--------
04:11:31 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.test 7.0.300-SNAPSHOT [11/39]
04:11:31 [INFO] --------------------------------[ jar ]---------------------------------
04:11:33 [INFO] 
04:11:33 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.test ---
04:11:33 [INFO] 
04:11:33 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.test ---
04:11:33 [INFO] 
04:11:33 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] 
04:11:34 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:34 [INFO] 
04:11:34 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:34 [INFO] Copying 1 resource
04:11:34 [INFO] 
04:11:34 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] Changes detected - recompiling the module!
04:11:34 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/classes
04:11:34 [INFO] 
04:11:34 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:34 [INFO] Copying 3 resources
04:11:34 [INFO] 
04:11:34 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] Changes detected - recompiling the module!
04:11:34 [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes
04:11:34 [INFO] 
04:11:34 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] 
04:11:34 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.test ---
04:11:34 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/surefire-reports
04:11:34 
04:11:34 -------------------------------------------------------
04:11:34  T E S T S
04:11:34 -------------------------------------------------------
04:11:34 Running org.eclipse.scout.rt.server.AbstractServerSessionTest
04:11:35 2021-04-28 08:11:35,117 INFO  [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[]
04:11:35 2021-04-28 08:11:35,129 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:11:35 2021-04-28 08:11:35,197 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 73.391250 ms. Total class count: 1494 - MDC[]
04:11:35 2021-04-28 08:11:35,348 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 249 beans in 150.543724 ms - MDC[]
04:11:35 2021-04-28 08:11:35,391 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 249 beans in 43.194496 ms - MDC[]
04:11:35 2021-04-28 08:11:35,397 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:11:35 2021-04-28 08:11:35,403 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 2 code type classes registered. - MDC[]
04:11:35 2021-04-28 08:11:35,404 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:11:35 2021-04-28 08:11:35,408 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
04:11:35 2021-04-28 08:11:35,465 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@44c13103[id = fed57b07-bdfc-4195-8a5c-d54f351a5176], user=john] - MDC[]
04:11:35 2021-04-28 08:11:35,559 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@31e130bf[id = 83cb4fa3-6a1a-44e4-97de-0a4d3e52ab32], user=john] - MDC[]
04:11:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.673 sec - in org.eclipse.scout.rt.server.AbstractServerSessionTest
04:11:35 Running org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
04:11:35 2021-04-28 08:11:35,851 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:97) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
04:11:35 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
04:11:35 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
04:11:35 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
04:11:35 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
04:11:35 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:156)
04:11:35 	at org.eclipse.scout.rt.server.PiggyBackClientNotificationTest.testPiggyBack(PiggyBackClientNotificationTest.java:68)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:35 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:11:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:11:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.303 sec - in org.eclipse.scout.rt.server.PiggyBackClientNotificationTest
04:11:35 Running org.eclipse.scout.rt.server.ServerSessionListenerTest
04:11:35 2021-04-28 08:11:35,900 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@69d2fb0a[id = ], user=null] - MDC[]
04:11:35 2021-04-28 08:11:35,905 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@627acb38[id = ], user=null] - MDC[]
04:11:35 2021-04-28 08:11:35,907 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.stop(AbstractServerSession.java:264) - Server session stopped [session=org.eclipse.scout.rt.server.TestServerSession@627acb38[id = ], user=null] - MDC[]
04:11:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.server.ServerSessionListenerTest
04:11:35 Running org.eclipse.scout.rt.server.ServiceOperationInvokerTest
04:11:35 2021-04-28 08:11:35,916 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - 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[]
04:11:35 org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:35 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:35 	at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:55)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:103)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:64)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:1)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithSession(ServiceOperationInvokerTest.java:73)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:35 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:11:35 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:11:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:11:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:35 2021-04-28 08:11:35,927 INFO  [main] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - 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[]
04:11:35 org.eclipse.scout.rt.platform.exception.ProcessingException: xxx [severity=ERROR, service.name=org.eclipse.scout.rt.shared.services.common.ping.IPingService, service.operation=ping]
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:35 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:35 	at org.eclipse.scout.rt.shared.servicetunnel.ServiceUtility.invoke(ServiceUtility.java:55)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invokeInternal(ServiceOperationInvoker.java:103)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:64)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker$1.call(ServiceOperationInvoker.java:1)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvoker.invoke(ServiceOperationInvoker.java:60)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.invokePingService(ServiceOperationInvokerTest.java:112)
04:11:35 	at org.eclipse.scout.rt.server.ServiceOperationInvokerTest.testInvokeInvalidWithoutSession(ServiceOperationInvokerTest.java:88)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:35 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:35 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:35 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:35 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:35 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:35 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:35 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:11:35 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:11:35 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:35 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:35 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:35 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:35 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:35 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:35 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:35 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:35 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:35 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:35 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:11:35 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:11:35 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:35 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:35 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.server.ServiceOperationInvokerTest
04:11:35 Running org.eclipse.scout.rt.server.ServiceTunnelServletTest
04:11:35 2021-04-28 08:11:35,930 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@2ce47652[id = ce4143d7-4f96-40d2-9563-cc669c90b6fa], user=default] - MDC[]
04:11:36 2021-04-28 08:11:36,221 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@11170228[id = testSessionId], user=default] - MDC[]
04:11:38 2021-04-28 08:11:38,255 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@4ac0ed65[id = testid], user=default] - MDC[]
04:11:38 2021-04-28 08:11:38,259 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@514dc5f4[id = id1], user=null] - MDC[]
04:11:38 2021-04-28 08:11:38,261 ERROR [main] org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:97) - UserAgentIdentifier could not be parsed. Exception occured while parsing. UserAgent: null - MDC[]
04:11:38 org.eclipse.scout.rt.platform.exception.PlatformException: Invalid number of tokens
04:11:38 	at org.eclipse.scout.rt.shared.ui.DefaultUserAgentParser.parseIdentifier(DefaultUserAgentParser.java:45)
04:11:38 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:94)
04:11:38 	at org.eclipse.scout.rt.shared.ui.UserAgents.createByIdentifier(UserAgents.java:103)
04:11:38 	at org.eclipse.scout.rt.server.ServiceTunnelServlet.doPost(ServiceTunnelServlet.java:156)
04:11:38 	at org.eclipse.scout.rt.server.ServiceTunnelServletTest.testPostSuccessful(ServiceTunnelServletTest.java:196)
04:11:38 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:11:38 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:11:38 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:11:38 	at java.lang.reflect.Method.invoke(Method.java:498)
04:11:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:11:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:11:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:11:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:38 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluateWithServerRunContext(ServerRunContextStatement.java:84)
04:11:38 	at org.eclipse.scout.rt.testing.server.runner.statement.ServerRunContextStatement.evaluate(ServerRunContextStatement.java:53)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:38 	at org.eclipse.scout.rt.testing.server.runner.statement.ClientNotificationsStatement.evaluate(ClientNotificationsStatement.java:46)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:38 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:11:38 	at java.security.AccessController.doPrivileged(Native Method)
04:11:38 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:11:38 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:62)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:11:38 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:11:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:11:38 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:11:38 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:11:38 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:11:38 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:11:38 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:11:38 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:11:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:11:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:11:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:11:38 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:11:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:11:38 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:11:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:11:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:11:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:11:38 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:11:38 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:11:38 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:11:38 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:11:38 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.339 sec - in org.eclipse.scout.rt.server.ServiceTunnelServletTest
04:11:38 Running org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
04:11:38 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.admin.inspector.SessionInspectorTest
04:11:38 Running org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
04:11:38 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.cache.ConcurrentTransactionalMapTest
04:11:38 Running org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
04:11:38 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.cache.CopyOnWriteTransactionalMapTest
04:11:38 Running org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
04:11:38 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.cache.InvalidateCacheNofificationCoalescerTest
04:11:38 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
04:11:38 2021-04-28 08:11:38,526 WARN  [main] org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueue.putDroppingOld(ClientNotificationNodeQueue.java:147) - Notification queue capacity reached. Remove oldest 1 notification messages. - MDC[]
04:11:38 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.481 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationNodeQueueTest
04:11:38 Running org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
04:11:40 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.519 sec - in org.eclipse.scout.rt.server.clientnotification.ClientNotificationRegistryTest
04:11:40 Running org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
04:11:40 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.server.clientnotification.TransactionalClientNotificationCollectorTest
04:11:40 Running org.eclipse.scout.rt.server.commons.http.HttpRedirectTest
04:11:40 2021-04-28 08:11:40,296 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[]
04:11:40 2021-04-28 08:11:40,299 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 249 beans in 2.401178 ms - MDC[]
04:11:40 2021-04-28 08:11:40,301 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 249 beans in 2.412720 ms - MDC[]
04:11:40 2021-04-28 08:11:40,302 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:11:40 2021-04-28 08:11:40,302 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 2 code type classes registered. - MDC[]
04:11:40 2021-04-28 08:11:40,303 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:11:40 2021-04-28 08:11:40,304 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
04:11:40 2021-04-28 08:11:40,338 INFO  [main] org.eclipse.jetty.util.log.initialized(Log.java:192) - Logging initialized @5909ms to org.eclipse.jetty.util.log.Slf4jLog - MDC[]
04:11:40 2021-04-28 08:11:40,435 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[]
04:11:40 2021-04-28 08:11:40,516 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
04:11:40 2021-04-28 08:11:40,526 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[]
04:11:40 2021-04-28 08:11:40,526 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[]
04:11:40 2021-04-28 08:11:40,528 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 600000ms - MDC[]
04:11:40 2021-04-28 08:11:40,547 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@2fb555e8{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
04:11:40 2021-04-28 08:11:40,559 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@682fc714{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:40 2021-04-28 08:11:40,559 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6130ms - MDC[]
04:11:40 2021-04-28 08:11:40,959 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@682fc714{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:40 2021-04-28 08:11:40,959 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[]
04:11:40 2021-04-28 08:11:40,962 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@2fb555e8{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[]
04:11:40 2021-04-28 08:11:40,964 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[]
04:11:40 2021-04-28 08:11:40,987 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
04:11:40 2021-04-28 08:11:40,988 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[]
04:11:40 2021-04-28 08:11:40,988 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[]
04:11:40 2021-04-28 08:11:40,988 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 660000ms - MDC[]
04:11:40 2021-04-28 08:11:40,990 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@79ac02a9{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
04:11:40 2021-04-28 08:11:40,990 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@79499fa{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:40 2021-04-28 08:11:40,991 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6562ms - MDC[]
04:11:40 2021-04-28 08:11:40,997 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@79499fa{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:40 2021-04-28 08:11:40,998 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[]
04:11:40 2021-04-28 08:11:40,998 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@79ac02a9{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[]
04:11:41 2021-04-28 08:11:41,001 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[]
04:11:41 2021-04-28 08:11:41,008 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
04:11:41 2021-04-28 08:11:41,009 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[]
04:11:41 2021-04-28 08:11:41,009 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[]
04:11:41 2021-04-28 08:11:41,009 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 600000ms - MDC[]
04:11:41 2021-04-28 08:11:41,011 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@5f571d96{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
04:11:41 2021-04-28 08:11:41,011 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@291fbdc9{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:41 2021-04-28 08:11:41,011 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6583ms - MDC[]
04:11:41 2021-04-28 08:11:41,017 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@291fbdc9{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:41 2021-04-28 08:11:41,017 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[]
04:11:41 2021-04-28 08:11:41,018 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@5f571d96{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[]
04:11:41 2021-04-28 08:11:41,020 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:372) - jetty-9.4.3.v20170317 - MDC[]
04:11:41 2021-04-28 08:11:41,027 INFO  [main] org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:281) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet - MDC[]
04:11:41 2021-04-28 08:11:41,028 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:360) - DefaultSessionIdManager workerName=node0 - MDC[]
04:11:41 2021-04-28 08:11:41,028 INFO  [main] org.eclipse.jetty.server.session.doStart(DefaultSessionIdManager.java:365) - No SessionScavenger set, using defaults - MDC[]
04:11:41 2021-04-28 08:11:41,028 INFO  [main] org.eclipse.jetty.server.session.startScavenging(HouseKeeper.java:146) - Scavenging every 660000ms - MDC[]
04:11:41 2021-04-28 08:11:41,030 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:802) - Started o.e.j.w.WebAppContext@75be3cdf{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,AVAILABLE} - MDC[]
04:11:41 2021-04-28 08:11:41,030 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStart(AbstractConnector.java:280) - Started ServerConnector@3f19f197{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:41 2021-04-28 08:11:41,030 INFO  [main] org.eclipse.jetty.server.Server.doStart(Server.java:444) - Started @6601ms - MDC[]
04:11:41 2021-04-28 08:11:41,042 INFO  [main] org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:320) - Stopped ServerConnector@3f19f197{HTTP/1.1,[http/1.1]}{0.0.0.0:33006} - MDC[]
04:11:41 2021-04-28 08:11:41,042 INFO  [main] org.eclipse.jetty.server.session.stopScavenging(HouseKeeper.java:164) - Stopped scavenging - MDC[]
04:11:41 2021-04-28 08:11:41,043 INFO  [main] org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:943) - Stopped o.e.j.w.WebAppContext@75be3cdf{/,file:///home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/test-classes/org.eclipse.scout.rt.server.commons.http.webapp/,UNAVAILABLE} - MDC[]
04:11:41 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 sec - in org.eclipse.scout.rt.server.commons.http.HttpRedirectTest
04:11:41 Running org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
04:11:41 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.context.RunMonitorCancelRegistryTest
04:11:41 Running org.eclipse.scout.rt.server.context.ServerRunContextChainTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.context.ServerRunContextChainTest
04:11:41 Running org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
04:11:41 2021-04-28 08:11:41,096 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@274010fe[id = e294b792-fba7-43c3-a93a-de6e45ea42ea], user=alpha] - MDC[]
04:11:41 2021-04-28 08:11:41,098 INFO  [scout-thread-23] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@361fc503[id = 5a18ef24-9409-462a-8fab-924292e23ad2], user=beta] - MDC[jobName=org.eclipse.scout.rt.server.context.ServerRunContextProducerTest$1]
04:11:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.server.context.ServerRunContextProducerTest
04:11:41 Running org.eclipse.scout.rt.server.context.ServerRunContextTest
04:11:41 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.server.context.ServerRunContextTest
04:11:41 Running org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.eclipse.scout.rt.server.job.filter.event.SessionJobEventFilterTest
04:11:41 Running org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
04:11:41 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.server.job.filter.future.ServerRunContextFutureFilterTest
04:11:41 Running org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.job.filter.future.SessionFutureFilterTest
04:11:41 Running org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
04:11:41 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.notification.NotificationCoalescerTest
04:11:41 Running org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.server.services.RemoteServiceAccessDeniedTest
04:11:41 Running org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.RemoteServiceWithoutAuthorizationTest
04:11:41 Running org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.services.ServiceWithSessionInterceptorTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
04:11:41 2021-04-28 08:11:41,302 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,313 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestServerSession@295d8b70[id = 361d2f51-d5e7-4db1-a188-bccacbd274ec], user=system] - MDC[]
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClientNotificationClusterNotificationTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
04:11:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterNodeStatusInfoTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
04:11:41 2021-04-28 08:11:41,561 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,565 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,566 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,568 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,570 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,571 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,573 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,575 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 2021-04-28 08:11:41,577 INFO  [main] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'TestClusterMom'. No messages are published and received. - MDC[]
04:11:41 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.server.services.common.clustersync.ClusterSynchronizationServiceTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest
04:11:41 1
04:11:41 2
04:11:41 1
04:11:41 2
04:11:41 3
04:11:41 1
04:11:41 2
04:11:41 1
04:11:41 3
04:11:41 2
04:11:41 4
04:11:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceInvalidateTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
04:11:41 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.scout.rt.server.services.common.code.CodeServiceTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest
04:11:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.services.common.pwd.DefaultPasswordPolicyTest
04:11:41 Running org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
04:11:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 sec - in org.eclipse.scout.rt.server.services.common.security.AccessControlServiceTest
04:11:42 Running org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
04:11:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.services.common.security.PermissionServiceTest
04:11:42 Running org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
04:11:42 2021-04-28 08:11:42,163 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:164) - 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[]
04:11:42 2021-04-28 08:11:42,193 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:164) - 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[]
04:11:42 2021-04-28 08:11:42,204 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:164) - 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[]
04:11:42 2021-04-28 08:11:42,213 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:164) - 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[]
04:11:42 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.server.services.lookup.BatchLookupTest
04:11:42 Running org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
04:11:42 2021-04-28 08:11:42,239 WARN  [main] org.eclipse.scout.rt.shared.services.lookup.BatchLookupResultCache.verifyLookupCallBeanQuality(BatchLookupResultCache.java:164) - 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[]
04:11:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.server.services.lookup.BatchNormalizerTest
04:11:42 Running org.eclipse.scout.rt.server.session.ServerSessionCacheTest
04:11:42 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.server.session.ServerSessionCacheTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
04:11:42 2021-04-28 08:11:42,292 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@734fcb45[id = fd492ba8-1140-479c-b98a-20fe0be505d8], user=anna] - MDC[]
04:11:42 2021-04-28 08:11:42,294 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@4b68d2a6[id = a99c9a54-9c8a-43d8-880c-cd5c14498290], user=anna] - MDC[]
04:11:42 2021-04-28 08:11:42,295 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@596c6c3e[id = bc414fe0-6ff9-473d-8a0d-444879d52d53], user=anna] - MDC[]
04:11:42 2021-04-28 08:11:42,297 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession2@75e81be2[id = 7ebb192e-961e-41ae-8056-3f6aa1a8dfa3], user=anna] - MDC[]
04:11:42 2021-04-28 08:11:42,298 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest$JUnitServerSession1@63c57bde[id = 7bc8c828-830d-4c1c-a57f-1fd498ad8a2c], user=anna] - MDC[]
04:11:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSessionTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
04:11:42 2021-04-28 08:11:42,300 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@23038621[id = 84d8596e-d8a4-4ad2-81ef-d5a5d11f3eb9], user=anna] - MDC[]
04:11:42 2021-04-28 08:11:42,302 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest$JUnitServerSession@15e8e884[id = a1f34950-c778-437a-8472-3cdeebc24de5], user=john] - MDC[]
04:11:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerDifferentSubjectTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
04:11:42 2021-04-28 08:11:42,304 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest$JUnitServerSession@2f9bd5ac[id = 666b9148-ff5a-4778-bddd-38e83a949def], user=anna] - MDC[]
04:11:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerSameSessionTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
04:11:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
04:11:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.testing.server.runner.ServerTestRunnerTimeoutTransactionTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
04:11:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
04:11:42 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
04:11:42 Running org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
04:11:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.testing.server.runner.parameterized.SampleParameterizedServerTest
04:11:42 
04:11:42 Results :
04:11:42 
04:11:42 Tests run: 171, Failures: 0, Errors: 0, Skipped: 0
04:11:42 
04:11:42 [INFO] 
04:11:42 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar
04:11:42 [INFO] 
04:11:42 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Skipping because packaging 'jar' is not pom.
04:11:42 [INFO] 
04:11:42 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar
04:11:42 [INFO] 
04:11:42 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar
04:11:42 [INFO] 
04:11:42 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:42 [INFO] 
04:11:42 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Checking compile classpath
04:11:42 [INFO] Checking runtime classpath
04:11:42 [INFO] Checking test classpath
04:11:42 [INFO] 
04:11:42 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.test ---
04:11:42 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:43 [INFO] 
04:11:43 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.test ---
04:11:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.jar
04:11:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT.pom
04:11:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-tests.jar
04:11:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-sources.jar
04:11:43 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.test/target/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.test-7.0.300-SNAPSHOT-test-sources.jar
04:11:43 [INFO] 
04:11:43 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms >--------
04:11:43 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms 7.0.300-SNAPSHOT [12/39]
04:11:43 [INFO] --------------------------------[ jar ]---------------------------------
04:11:44 [INFO] 
04:11:44 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jms ---
04:11:44 [INFO] 
04:11:44 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jms ---
04:11:44 [INFO] 
04:11:44 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] 
04:11:45 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:45 [INFO] Copying 1 resource
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Changes detected - recompiling the module!
04:11:45 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/target/classes
04:11:45 [INFO] 
04:11:45 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:45 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/src/test/resources
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] No sources to compile
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] No tests to run.
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Skipping because packaging 'jar' is not pom.
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Skipping packaging of the test-jar
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] No sources in project. Archive not created.
04:11:45 [INFO] 
04:11:45 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Checking compile classpath
04:11:45 [INFO] Checking runtime classpath
04:11:45 [INFO] Checking test classpath
04:11:45 [INFO] 
04:11:45 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:45 [INFO] 
04:11:45 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jms ---
04:11:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.jar
04:11:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT.pom
04:11:45 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jms/target/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jms-7.0.300-SNAPSHOT-sources.jar
04:11:45 [INFO] 
04:11:45 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws >-------
04:11:45 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws 7.0.300-SNAPSHOT [13/39]
04:11:45 [INFO] --------------------------------[ jar ]---------------------------------
04:11:46 [INFO] 
04:11:46 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws ---
04:11:46 [INFO] 
04:11:46 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws ---
04:11:46 [INFO] 
04:11:46 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] 
04:11:47 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:47 [INFO] Copying 1 resource
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Changes detected - recompiling the module!
04:11:47 [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/target/classes
04:11:47 [INFO] 
04:11:47 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/src/test/resources
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] No sources to compile
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] No tests to run.
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Skipping because packaging 'jar' is not pom.
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Skipping packaging of the test-jar
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar
04:11:47 [INFO] 
04:11:47 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] No sources in project. Archive not created.
04:11:47 [INFO] 
04:11:47 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Checking compile classpath
04:11:47 [INFO] Checking runtime classpath
04:11:47 [INFO] Checking test classpath
04:11:47 [INFO] 
04:11:47 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws ---
04:11:47 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:48 [INFO] 
04:11:48 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws ---
04:11:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.jar
04:11:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT.pom
04:11:48 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws/target/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws-7.0.300-SNAPSHOT-sources.jar
04:11:48 [INFO] 
04:11:48 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt >----------
04:11:48 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt 7.0.300-SNAPSHOT [14/39]
04:11:48 [INFO] --------------------------------[ jar ]---------------------------------
04:11:48 [INFO] 
04:11:48 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] 
04:11:48 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] 
04:11:48 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] 
04:11:48 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:48 [INFO] 
04:11:48 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:48 [INFO] Copying 1 resource
04:11:48 [INFO] 
04:11:48 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.jaxws.apt ---
04:11:48 [INFO] Changes detected - recompiling the module!
04:11:48 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/target/classes
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:11:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/src/test/resources
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] No sources to compile
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] No tests to run.
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Skipping because packaging 'jar' is not pom.
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Skipping packaging of the test-jar
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] No sources in project. Archive not created.
04:11:49 [INFO] 
04:11:49 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Checking compile classpath
04:11:49 [INFO] Checking runtime classpath
04:11:49 [INFO] Checking test classpath
04:11:49 [INFO] 
04:11:49 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:11:49 [INFO] 
04:11:49 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.jaxws.apt ---
04:11:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.jar
04:11:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT.pom
04:11:49 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.jaxws.apt/target/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.jaxws.apt/7.0.300-SNAPSHOT/org.eclipse.scout.jaxws.apt-7.0.300-SNAPSHOT-sources.jar
04:11:49 [INFO] 
04:11:49 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test >-----
04:11:49 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test 7.0.300-SNAPSHOT [15/39]
04:11:49 [INFO] --------------------------------[ jar ]---------------------------------
04:11:51 [INFO] 
04:11:51 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jaxws.test ---
04:11:51 [INFO] 
04:11:51 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jaxws.test ---
04:11:51 [INFO] 
04:11:51 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jaxws.test ---
04:11:52 [INFO] 
04:11:52 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jaxws.test ---
04:11:52 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:11:52 [INFO] 
04:11:52 [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-1) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:10 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl
04:12:10 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsConsumerTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsConsumerTestService.wsdl"]
04:12:10 parsing WSDL...
04:12:10 
04:12:10 
04:12:10 
04:12:10 Generating code...
04:12:10 
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoRequest.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/EchoResponse.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderRequest.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/GetHeaderResponse.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestService.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/JaxWsConsumerTestServicePortType.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/ObjectFactory.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderRequest.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SetHeaderResponse.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepRequest.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/SleepResponse.java
04:12:10 org/eclipse/scout/jaxws/consumer/jaxwsconsumertestservice/package-info.java
04:12:10 [INFO] 
04:12:10 [INFO] --- jaxws-maven-plugin:2.4.1:wsimport (wsimport-2) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:10 [INFO] Processing: file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl
04:12:10 [INFO] jaxws:wsimport args: [-keep, -s, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -d, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport', -verbose, -encoding, UTF-8, -Xnocompile, -wsdllocation, WEB-INF/wsdl/JaxWsPingTestService.wsdl, -Xdebug, -XdisableSSLHostnameVerification, -XdisableAuthenticator, -b, '/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/binding/global-binding.xml', "file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/src/main/resources/WEB-INF/wsdl/JaxWsPingTestService.wsdl"]
04:12:11 parsing WSDL...
04:12:11 
04:12:11 
04:12:11 
04:12:11 Generating code...
04:12:11 
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestService.java
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/JaxWsPingTestServicePortType.java
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/ObjectFactory.java
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingRequest.java
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/PingResponse.java
04:12:11 org/eclipse/scout/jaxws/consumer/jaxwspingtestservice/package-info.java
04:12:11 [INFO] 
04:12:11 [INFO] --- build-helper-maven-plugin:1.12:add-source (add-wsimport-source) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:13 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/wsimport added.
04:12:13 [INFO] 
04:12:13 [INFO] --- build-helper-maven-plugin:1.12:add-source (add-apt-source) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:13 [INFO] Source directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/generated-sources/annotations added.
04:12:13 [INFO] 
04:12:13 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-wsimport-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:13 [INFO] Copying 0 resource
04:12:13 [INFO] 
04:12:13 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:13 [INFO] Copying 3 resources
04:12:13 [INFO] 
04:12:13 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-jaxws-artifacts-to-meta-inf) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:13 [INFO] Copying 2 resources
04:12:13 [INFO] 
04:12:13 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:15 [INFO] Changes detected - recompiling the module!
04:12:15 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/classes
04:12:15 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
04:12:15 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwsconsumertestservice.JaxWsConsumerTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
04:12:15 [INFO] Annotation processing: Skipped entry point generation for endpoint interface 'org.eclipse.scout.jaxws.consumer.jaxwspingtestservice.JaxWsPingTestServicePortType' because not configured with WebServiceEntryPoint annotation. [processor=JaxWsAnnotationProcessor]
04:12:15 [INFO] Annotation processing: Annotation processing started... [processor=JaxWsAnnotationProcessor]
04:12:16 [INFO] 
04:12:16 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-apt-artifacts) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:16 [INFO] Copying 0 resource
04:12:16 [INFO] 
04:12:16 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:16 [INFO] Copying 2 resources
04:12:16 [INFO] 
04:12:16 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:16 [INFO] Changes detected - recompiling the module!
04:12:16 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/test-classes
04:12:16 [INFO] 
04:12:16 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:16 [INFO] 
04:12:16 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:16 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/surefire-reports
04:12:16 
04:12:16 -------------------------------------------------------
04:12:16  T E S T S
04:12:16 -------------------------------------------------------
04:12:16 Running org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
04:12:16 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec - in org.eclipse.scout.rt.server.jaxws.adapter.CalendarDateTimeAdapterTest
04:12:16 Running org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
04:12:17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.server.jaxws.adapter.DefaultTimezoneDateTimeAdapterTest
04:12:17 Running org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
04:12:17 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.server.jaxws.adapter.UtcDateTimeAdapterTest
04:12:17 Running org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
04:12:17 2021-04-28 09:12:17,103 INFO  [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[]
04:12:17 2021-04-28 09:12:17,116 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:12:17 2021-04-28 09:12:17,203 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 92.685271 ms. Total class count: 1479 - MDC[]
04:12:17 2021-04-28 09:12:17,446 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 241.693965 ms - MDC[]
04:12:17 2021-04-28 09:12:17,491 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 44.694743 ms - MDC[]
04:12:17 2021-04-28 09:12:17,497 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:12:17 2021-04-28 09:12:17,499 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.installImplementorSpecifics(JaxWsPlatformListener.java:65) - JAX-WS implementor specific class installed: org.eclipse.scout.rt.server.jaxws.implementor.JaxWsRISpecifics - MDC[]
04:12:17 2021-04-28 09:12:17,501 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:12:17 2021-04-28 09:12:17,502 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:12:17 2021-04-28 09:12:17,538 INFO  [Thread-1] org.eclipse.scout.rt.server.jaxws.JaxWsPlatformListener.logImplementorInfo(JaxWsPlatformListener.java:73) - JAX-WS implementor: JAX-WS RI 2.2.9-b130926.1035 svn-revision#5f6196f2b90e9460065a4c2f4e30e065b245e51e (http://jax-ws.java.net, Oracle Corporation, bundled with JRE) - MDC[]
04:12:17 2021-04-28 09:12:17,542 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
04:12:17 2021-04-28 09:12:17,648 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.jaxws.JaxWsTestServerSession@69fa8e76[id = 77dddb61-2891-46fe-9ccb-9f2856e9e5e3], user=jaxws-user] - MDC[]
04:12:18 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.335 sec - in org.eclipse.scout.rt.server.jaxws.consumer.InvocationContextTest
04:12:18 Running org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
04:12:18 2021-04-28 09:12:18,349 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServerSession@68f776ee[id = 0e75dac3-1e6a-4b3f-ae99-0230576b59bb], user=default] - MDC[]
04:12:18 2021-04-28 09:12:18,529 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:47) - Published JaxWsConsumerTestServiceProvider on endpoint http://localhost:41376/WS/JaxWsConsumerTestService - MDC[]
04:12:18 2021-04-28 09:12:18,541 INFO  [main] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsTestProviderInstaller.install(JaxWsTestProviderInstaller.java:49) - Published JaxWsPingTestServiceProvider on endpoint http://localhost:41376/WS/JaxWsPingTestService - MDC[]
04:12:18 2021-04-28 09:12:18,606 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message' - MDC[]
04:12:18 2021-04-28 09:12:18,614 INFO  [pool-1-thread-1] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:19 2021-04-28 09:12:19,166 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:19 2021-04-28 09:12:19,172 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
04:12:19 2021-04-28 09:12:19,215 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
04:12:19 2021-04-28 09:12:19,260 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:19 2021-04-28 09:12:19,304 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
04:12:19 2021-04-28 09:12:19,347 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:19 2021-04-28 09:12:19,392 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
04:12:19 2021-04-28 09:12:19,433 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
04:12:19 2021-04-28 09:12:19,475 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
04:12:19 2021-04-28 09:12:19,518 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
04:12:19 2021-04-28 09:12:19,562 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:19 2021-04-28 09:12:19,603 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
04:12:19 2021-04-28 09:12:19,646 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 2' - MDC[]
04:12:19 2021-04-28 09:12:19,688 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 3' - MDC[]
04:12:19 2021-04-28 09:12:19,730 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 4' - MDC[]
04:12:19 2021-04-28 09:12:19,772 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 5' - MDC[]
04:12:19 2021-04-28 09:12:19,815 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 6' - MDC[]
04:12:19 2021-04-28 09:12:19,857 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 7' - MDC[]
04:12:19 2021-04-28 09:12:19,898 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 8' - MDC[]
04:12:19 2021-04-28 09:12:19,941 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 9' - MDC[]
04:12:19 2021-04-28 09:12:19,984 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='null', headerSet=false] - MDC[]
04:12:20 2021-04-28 09:12:20,037 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:20 2021-04-28 09:12:20,080 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:20 2021-04-28 09:12:20,124 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:20 2021-04-28 09:12:20,174 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsPingTestServiceProvider.ping(JaxWsPingTestServiceProvider.java:30) - echo 'ping' - MDC[]
04:12:20 2021-04-28 09:12:20,218 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:20 2021-04-28 09:12:20,261 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
04:12:20 2021-04-28 09:12:20,849 INFO  [pool-1-thread-2] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
04:12:21 2021-04-28 09:12:21,395 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:21 2021-04-28 09:12:21,400 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
04:12:21 2021-04-28 09:12:21,445 INFO  [pool-1-thread-3] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.getHeader(JaxWsConsumerTestServiceProvider.java:104) - get header ['X-Scout-JaxWsTestHeader'='test header value', headerSet=true] - MDC[]
04:12:21 2021-04-28 09:12:21,557 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:21 2021-04-28 09:12:21,561 INFO  [pool-1-thread-4] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.setHeader(JaxWsConsumerTestServiceProvider.java:113) - set header ['X-Scout-JaxWsTestHeader'='test header value'] - MDC[]
04:12:22 2021-04-28 09:12:22,107 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'test message' - MDC[]
04:12:22 2021-04-28 09:12:22,113 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:22 2021-04-28 09:12:22,165 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 0' - MDC[]
04:12:22 2021-04-28 09:12:22,207 INFO  [pool-1-thread-5] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
04:12:22 2021-04-28 09:12:22,207 INFO  [pool-1-thread-6] org.eclipse.scout.rt.server.jaxws.consumer.JaxWsConsumerTestServiceProvider.echo(JaxWsConsumerTestServiceProvider.java:60) - echo 'Test Message 1' - MDC[]
04:12:23 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.91 sec - in org.eclipse.scout.rt.server.jaxws.consumer.JaxWsRiClientTest
04:12:23 Running org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
04:12:23 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.server.jaxws.consumer.PortCacheTest
04:12:23 Running org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
04:12:23 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsConsumerCorrelationIdHandlerTest
04:12:23 Running org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
04:12:23 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.server.jaxws.handler.WsProviderCorrelationIdHandlerTest
04:12:23 
04:12:23 Results :
04:12:23 
04:12:23 Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
04:12:23 
04:12:23 [INFO] 
04:12:23 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar
04:12:23 [INFO] 
04:12:23 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Skipping because packaging 'jar' is not pom.
04:12:23 [INFO] 
04:12:23 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar
04:12:23 [INFO] 
04:12:23 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar
04:12:23 [INFO] 
04:12:23 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:23 [INFO] 
04:12:23 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Checking compile classpath
04:12:23 [INFO] Checking runtime classpath
04:12:23 [INFO] Checking test classpath
04:12:23 [INFO] 
04:12:23 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:23 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jaxws.test ---
04:12:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.jar
04:12:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT.pom
04:12:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-tests.jar
04:12:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-sources.jar
04:12:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jaxws.test/target/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jaxws.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jaxws.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:24 [INFO] 
04:12:24 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc >--------
04:12:24 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc 7.0.300-SNAPSHOT [16/39]
04:12:24 [INFO] --------------------------------[ jar ]---------------------------------
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] 
04:12:24 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] 
04:12:24 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/../org.eclipse.scout.rt/target/jacoco-all.exec
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:24 [INFO] Copying 1 resource
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Changes detected - recompiling the module!
04:12:24 [INFO] Compiling 72 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/target/classes
04:12:24 [INFO] 
04:12:24 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/src/test/resources
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] No sources to compile
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] No tests to run.
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Skipping because packaging 'jar' is not pom.
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc ---
04:12:24 [INFO] Skipping packaging of the test-jar
04:12:24 [INFO] 
04:12:24 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc ---
04:12:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar
04:12:25 [INFO] 
04:12:25 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc ---
04:12:25 [INFO] No sources in project. Archive not created.
04:12:25 [INFO] 
04:12:25 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc ---
04:12:25 [INFO] Checking compile classpath
04:12:25 [INFO] Checking runtime classpath
04:12:25 [INFO] Checking test classpath
04:12:25 [INFO] 
04:12:25 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc ---
04:12:25 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:12:25 [INFO] 
04:12:25 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc ---
04:12:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.jar
04:12:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT.pom
04:12:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc/target/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc-7.0.300-SNAPSHOT-sources.jar
04:12:25 [INFO] 
04:12:25 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test >-----
04:12:25 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test 7.0.300-SNAPSHOT [17/39]
04:12:25 [INFO] --------------------------------[ jar ]---------------------------------
04:12:25 [INFO] 
04:12:25 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:25 [INFO] 
04:12:25 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:25 [INFO] 
04:12:25 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] 
04:12:26 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:12:26 [INFO] 
04:12:26 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/src/main/resources
04:12:26 [INFO] 
04:12:26 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] No sources to compile
04:12:26 [INFO] 
04:12:26 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:26 [INFO] Copying 13 resources
04:12:26 [INFO] 
04:12:26 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] Changes detected - recompiling the module!
04:12:26 [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/test-classes
04:12:26 [INFO] 
04:12:26 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/classes. Directory does not exist!
04:12:26 [INFO] 
04:12:26 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:26 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/surefire-reports
04:12:26 
04:12:26 -------------------------------------------------------
04:12:26  T E S T S
04:12:26 -------------------------------------------------------
04:12:26 Running org.eclipse.scout.rt.server.jdbc.BindValueTest
04:12:26 2021-04-28 08:12:26,659 INFO  [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[]
04:12:26 2021-04-28 08:12:26,690 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:12:26 2021-04-28 08:12:26,732 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 65.953420 ms. Total class count: 1549 - MDC[]
04:12:26 2021-04-28 08:12:26,912 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 259 beans in 178.525942 ms - MDC[]
04:12:26 2021-04-28 08:12:26,939 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 259 beans in 26.941560 ms - MDC[]
04:12:26 2021-04-28 08:12:26,945 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:12:26 2021-04-28 08:12:26,949 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:12:26 2021-04-28 08:12:26,950 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:12:26 2021-04-28 08:12:26,955 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
04:12:27 2021-04-28 08:12:27,035 INFO  [main] org.eclipse.scout.rt.server.AbstractServerSession.start(AbstractServerSession.java:203) - Server session started [session=org.eclipse.scout.rt.server.TestJdbcServerSession@6d469831[id = a4f70174-c13a-48e2-a160-768371ee73b0], user=default] - MDC[]
04:12:27 2021-04-28 08:12:27,114 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.<clinit>(StatementProcessor.java:80) - SQL Log 'INFO': statements are logged with bind details, but not as plaintext. Use level 'FINE' to also log SQL as plain text (suitable for direct use in executable form) - MDC[]
04:12:27 2021-04-28 08:12:27,137 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A
04:12:27 FROM      T
04:12:27 WHERE     A = :a
04:12:27 IN  :a => ? [BIGINT null] - MDC[]
04:12:27 2021-04-28 08:12:27,161 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A
04:12:27 FROM      T
04:12:27 WHERE     A = :a
04:12:27 IN  :a => ? [BIGINT null] - MDC[]
04:12:27 2021-04-28 08:12:27,165 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A
04:12:27 FROM      T
04:12:27 WHERE     A = :a
04:12:27 IN  :a => ? [NULL null] - MDC[]
04:12:27 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.749 sec - in org.eclipse.scout.rt.server.jdbc.BindValueTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
04:12:27 2021-04-28 08:12:27,193 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
04:12:27 2021-04-28 08:12:27,193 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[]
04:12:27 2021-04-28 08:12:27,204 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,204 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,206 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
04:12:27 IN  :{filter.active} => ? [INTEGER 1]
04:12:27 IN  :{filter.state} => ? [INTEGER 3]
04:12:27 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,208 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
04:12:27 IN  :{filter.active} => ? [INTEGER 0]
04:12:27 IN  :{filter.state} => ? [INTEGER 6]
04:12:27 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,212 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,212 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,214 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
04:12:27 IN  :{table.active} => ? [INTEGER 1]
04:12:27 IN  :{table.state} => ? [INTEGER 3]
04:12:27 IN  :{table.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,215 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
04:12:27 IN  :{table.active} => ? [INTEGER 0]
04:12:27 IN  :{table.state} => ? [INTEGER 6]
04:12:27 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,218 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,219 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,220 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,221 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,224 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,224 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,226 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
04:12:27 IN  :{active} => ? [INTEGER 1]
04:12:27 IN  :{state} => ? [INTEGER 3]
04:12:27 IN  :{name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,227 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
04:12:27 IN  :{active} => ? [INTEGER 0]
04:12:27 IN  :{state} => ? [INTEGER 6]
04:12:27 IN  :{name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,229 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,230 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,231 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,232 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,237 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,237 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,238 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
04:12:27 IN  :{active} => ? [INTEGER 1]
04:12:27 IN  :{state} => ? [INTEGER 3]
04:12:27 IN  :{name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,239 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{active} , S = :{state} WHERE N = :{name}
04:12:27 IN  :{active} => ? [INTEGER 0]
04:12:27 IN  :{state} => ? [INTEGER 6]
04:12:27 IN  :{name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,242 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,242 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,243 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
04:12:27 IN  :{filter.active} => ? [INTEGER 1]
04:12:27 IN  :{filter.state} => ? [INTEGER 3]
04:12:27 IN  :{filter.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,244 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{filter.active} , S = :{filter.state} WHERE N = :{filter.name}
04:12:27 IN  :{filter.active} => ? [INTEGER 0]
04:12:27 IN  :{filter.state} => ? [INTEGER 6]
04:12:27 IN  :{filter.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,287 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,288 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,289 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
04:12:27 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 1]
04:12:27 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 3]
04:12:27 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,289 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{TableBeanHolderFilter.active} , S = :{TableBeanHolderFilter.state} WHERE N = :{TableBeanHolderFilter.name}
04:12:27 IN  :{TableBeanHolderFilter.active} => ? [INTEGER 0]
04:12:27 IN  :{TableBeanHolderFilter.state} => ? [INTEGER 6]
04:12:27 IN  :{TableBeanHolderFilter.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,292 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,292 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,293 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
04:12:27 IN  :{tableFieldBeanData.active} => ? [INTEGER 1]
04:12:27 IN  :{tableFieldBeanData.state} => ? [INTEGER 3]
04:12:27 IN  :{tableFieldBeanData.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,294 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{tableFieldBeanData.active} , S = :{tableFieldBeanData.state} WHERE N = :{tableFieldBeanData.name}
04:12:27 IN  :{tableFieldBeanData.active} => ? [INTEGER 0]
04:12:27 IN  :{tableFieldBeanData.state} => ? [INTEGER 6]
04:12:27 IN  :{tableFieldBeanData.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,297 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,297 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,298 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,299 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,302 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,302 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,303 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,304 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,306 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = 1 , S = 3 WHERE N = 'lorem' - MDC[]
04:12:27 2021-04-28 08:12:27,306 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,307 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
04:12:27 IN  :{table.active} => ? [INTEGER 1]
04:12:27 IN  :{table.state} => ? [INTEGER 3]
04:12:27 IN  :{table.name} => ? [VARCHAR lorem] - MDC[]
04:12:27 2021-04-28 08:12:27,308 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE MY_TABLE SET A = :{table.active} , S = :{table.state} WHERE N = :{table.name}
04:12:27 IN  :{table.active} => ? [INTEGER 0]
04:12:27 IN  :{table.state} => ? [INTEGER 6]
04:12:27 IN  :{table.name} => ? [VARCHAR ipsum] - MDC[]
04:12:27 2021-04-28 08:12:27,311 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,311 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,312 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,313 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,316 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 5 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,317 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,317 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,318 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,321 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = 'lorem' WHERE R = 6 AND P = 9 - MDC[]
04:12:27 2021-04-28 08:12:27,321 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,322 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 6]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 2021-04-28 08:12:27,323 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 *** UNPARSED ***
04:12:27 UDPATE THIS_TABLE SET V = :value WHERE R = :{roles} AND P = :personNr
04:12:27 IN  :value => ? [VARCHAR lorem]
04:12:27 IN  :{roles} => ? [BIGINT 5]
04:12:27 IN  :personNr => ? [BIGINT 9] - MDC[]
04:12:27 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 sec - in org.eclipse.scout.rt.server.jdbc.SelectInputBindTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
04:12:27 2021-04-28 08:12:27,329 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,329 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,330 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :{h.active},
04:12:27           :{h.state},
04:12:27           :{h.name}
04:12:27 OUT :{h.active} => ? [Active]
04:12:27 OUT :{h.state} => ? [State]
04:12:27 OUT :{h.name} => ? [Name] - MDC[]
04:12:27 2021-04-28 08:12:27,335 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     A = :{h.active}
04:12:27           AND B = :{h.state}
04:12:27           AND C = :{h.name}
04:12:27 IN  :{h.active} => ? [INTEGER 1]
04:12:27 IN  :{h.state} => ? [INTEGER 1]
04:12:27 IN  :{h.name} => ? [VARCHAR abc] - MDC[]
04:12:27 2021-04-28 08:12:27,336 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     A = :{h.active}
04:12:27           AND B = :{h.state}
04:12:27           AND C = :{h.name}
04:12:27 IN  :{h.active} => ? [INTEGER null]
04:12:27 IN  :{h.state} => ? [INTEGER null]
04:12:27 IN  :{h.name} => ? [VARCHAR null] - MDC[]
04:12:27 2021-04-28 08:12:27,391 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = 42 - MDC[]
04:12:27 2021-04-28 08:12:27,391 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,391 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = :personNr
04:12:27 INTO      :{roles}
04:12:27 IN  :personNr => ? [BIGINT 42]
04:12:27 OUT :{roles} => ? - MDC[]
04:12:27 2021-04-28 08:12:27,395 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,395 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,396 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :{table.active},
04:12:27           :{table.state},
04:12:27           :{table.name}
04:12:27 OUT :{table.active} => ? [Boolean]
04:12:27 OUT :{table.state} => ? [Integer]
04:12:27 OUT :{table.name} => ? [String] - MDC[]
04:12:27 2021-04-28 08:12:27,399 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = 63 - MDC[]
04:12:27 2021-04-28 08:12:27,399 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,399 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = :personNr
04:12:27 INTO      :{roles}
04:12:27 IN  :personNr => ? [BIGINT 63]
04:12:27 OUT :{roles} => ? - MDC[]
04:12:27 2021-04-28 08:12:27,402 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,402 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,402 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :{table.active},
04:12:27           :{table.state},
04:12:27           :{table.name}
04:12:27 OUT :{table.active} => ? [Boolean]
04:12:27 OUT :{table.state} => ? [Integer]
04:12:27 OUT :{table.name} => ? [String] - MDC[]
04:12:27 2021-04-28 08:12:27,405 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = 42 - MDC[]
04:12:27 2021-04-28 08:12:27,406 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,406 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = :personNr
04:12:27 INTO      :{roles}
04:12:27 IN  :personNr => ? [BIGINT 42]
04:12:27 OUT :{roles} => ? [Long] - MDC[]
04:12:27 2021-04-28 08:12:27,409 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,409 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,410 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :{tableFieldBeanData.active},
04:12:27           :{tableFieldBeanData.state},
04:12:27           :{tableFieldBeanData.name}
04:12:27 OUT :{tableFieldBeanData.active} => ? [Boolean]
04:12:27 OUT :{tableFieldBeanData.state} => ? [Integer]
04:12:27 OUT :{tableFieldBeanData.name} => ? [String] - MDC[]
04:12:27 2021-04-28 08:12:27,412 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = 42 - MDC[]
04:12:27 2021-04-28 08:12:27,413 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,413 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    ROLE_NR
04:12:27 FROM      USER_ROLE
04:12:27 WHERE     USER_NR = :personNr
04:12:27 INTO      :{roles}
04:12:27 IN  :personNr => ? [BIGINT 42]
04:12:27 OUT :{roles} => ? - MDC[]
04:12:27 2021-04-28 08:12:27,416 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,416 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,416 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :{h.active},
04:12:27           :{h.state},
04:12:27           :{h.name}
04:12:27 OUT :{h.active} => ? [boolean]
04:12:27 OUT :{h.state} => ? [int]
04:12:27 OUT :{h.name} => ? [String] - MDC[]
04:12:27 2021-04-28 08:12:27,419 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,421 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:70) - SQL Log:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0 - MDC[]
04:12:27 2021-04-28 08:12:27,421 INFO  [main] org.eclipse.scout.rt.server.jdbc.fixture.SqlServiceMock.createPlainTextLog(SqlServiceMock.java:71) -  sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2) - MDC[]
04:12:27 2021-04-28 08:12:27,421 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:27 SQL with binds:
04:12:27 SELECT    A,
04:12:27           B,
04:12:27           C
04:12:27 FROM      T
04:12:27 WHERE     D = 0
04:12:27 INTO      :active,
04:12:27           :state,
04:12:27           :name
04:12:27 OUT :active => ? [Boolean]
04:12:27 OUT :state => ? [Integer]
04:12:27 OUT :name => ? [String] - MDC[]
04:12:27 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoArrayTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.SelectIntoTest
04:12:27 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.eclipse.scout.rt.server.jdbc.SelectIntoTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
04:12:27 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.server.jdbc.builder.EntityContributionUtilityTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
04:12:27 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
04:12:27 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.server.jdbc.builder.FormDataStatementBuilderWithComposerTest
04:12:27 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
04:12:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorCreateSqlDumpTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
04:12:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorFindNextBindTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
04:12:28 2021-04-28 08:12:28,100 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    :bind1,
04:12:28           :bind2
04:12:28 FROM      DUAL
04:12:28 IN  :bind1 => ? [NULL null]
04:12:28 IN  :bind2 => ? [NULL null] - MDC[]
04:12:28 2021-04-28 08:12:28,101 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    :bind1,
04:12:28           :bind2
04:12:28 FROM      DUAL
04:12:28 IN  :bind1 => ? [NULL null]
04:12:28 IN  :bind2 => ? [NULL null] - MDC[]
04:12:28 2021-04-28 08:12:28,102 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    1,
04:12:28           2
04:12:28 FROM      DUAL
04:12:28 INTO      :bind1,
04:12:28           :bind2
04:12:28 OUT :bind1 => ? [Integer]
04:12:28 OUT :bind2 => ? [Integer] - MDC[]
04:12:28 2021-04-28 08:12:28,103 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    1,
04:12:28           2
04:12:28 FROM      DUAL
04:12:28 INTO      :bind1,
04:12:28           :bind2
04:12:28 OUT :bind1 => ? [Integer]
04:12:28 OUT :bind2 => ? [Integer] - MDC[]
04:12:28 2021-04-28 08:12:28,104 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    :userId,
04:12:28           :bind1
04:12:28 FROM      DUAL
04:12:28 IN  :userId => ? [NULL null]
04:12:28 IN  :bind1 => ? [NULL null] - MDC[]
04:12:28 2021-04-28 08:12:28,105 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    :bind1,
04:12:28           :bind2
04:12:28 FROM      DUAL
04:12:28 IN  :bind1 => ? [NULL null]
04:12:28 IN  :bind2 => ? [NULL null] - MDC[]
04:12:28 2021-04-28 08:12:28,106 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    1,
04:12:28           2
04:12:28 FROM      DUAL
04:12:28 INTO      :bind1,
04:12:28           :bind2
04:12:28 OUT :bind1 => ? [Integer]
04:12:28 OUT :bind2 => ? [Integer] - MDC[]
04:12:28 2021-04-28 08:12:28,111 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
04:12:28 2021-04-28 08:12:28,111 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[]
04:12:28 2021-04-28 08:12:28,113 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    P.PERSON_NR,
04:12:28           P.NAME
04:12:28 FROM      PERSON P
04:12:28 WHERE     P.PERSON_NR = :key
04:12:28           AND P.NAME LIKE '%' || :text || '%'
04:12:28 IN  :key => ? [VARCHAR null]
04:12:28 IN  :text => ? [VARCHAR null] - MDC[]
04:12:28 2021-04-28 08:12:28,117 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
04:12:28 2021-04-28 08:12:28,117 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[]
04:12:28 2021-04-28 08:12:28,120 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    COUNT(*)
04:12:28 FROM      PERSON P
04:12:28 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
04:12:28           AND :name LIKE '%Me%'
04:12:28           AND :{addressTable.street} LIKE '%Park%'
04:12:28 INTO      :countConcurrent
04:12:28 IN  :birthdate => ? [TIMESTAMP null]
04:12:28 IN  :name => ? [VARCHAR null]
04:12:28 IN  :{addressTable.street} => ? [VARCHAR null]
04:12:28 OUT :countConcurrent => ? [Integer] - MDC[]
04:12:28 2021-04-28 08:12:28,121 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    COUNT(*)
04:12:28 FROM      PERSON P
04:12:28 WHERE     NVL(:birthdate, TO_DATE('1.1.3000', 'dd.mm.yyyy')) >= SYSDATE
04:12:28           AND :name LIKE '%Me%'
04:12:28           AND :{addressTable.street} LIKE '%Park%'
04:12:28 INTO      :countConcurrent
04:12:28 IN  :birthdate => ? [TIMESTAMP null]
04:12:28 IN  :name => ? [VARCHAR null]
04:12:28 IN  :{addressTable.street} => ? [VARCHAR null]
04:12:28 OUT :countConcurrent => ? [Integer] - MDC[]
04:12:28 2021-04-28 08:12:28,125 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
04:12:28 2021-04-28 08:12:28,125 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[]
04:12:28 2021-04-28 08:12:28,126 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    BP_NR
04:12:28 FROM      FLM_BP
04:12:28 WHERE     BP_NO LIKE :bpNo
04:12:28 INTO      :bpNr
04:12:28 IN  :bpNo => ? [VARCHAR 12]
04:12:28 OUT :bpNr => ? [Long] - MDC[]
04:12:28 2021-04-28 08:12:28,128 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:186) - JDBC Mapping: jdbc:oracle:thin:@localhost:1521:ORCL - MDC[]
04:12:28 2021-04-28 08:12:28,129 INFO  [main] org.eclipse.scout.rt.server.jdbc.AbstractSqlService.logServiceConfig(AbstractSqlService.java:187) - Schema: null - MDC[]
04:12:28 2021-04-28 08:12:28,130 INFO  [main] org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessor.dump(StatementProcessor.java:847) - 
04:12:28 SQL with binds:
04:12:28 SELECT    1
04:12:28 FROM      DUAL
04:12:28 INTO      :active
04:12:28 OUT :active => ? [Integer] - MDC[]
04:12:28 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.server.jdbc.internal.exec.StatementProcessorTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
04:12:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.BindParserTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
04:12:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.server.jdbc.parsers.SqlFunctionReplaceTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
04:12:28 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec - in org.eclipse.scout.rt.server.jdbc.parsers.sql.SqlFormatterTest
04:12:28 Running org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
04:12:28 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.385 sec - in org.eclipse.scout.rt.server.jdbc.style.AbstractSqlStyleTest
04:12:28 
04:12:28 Results :
04:12:28 
04:12:28 Tests run: 95, Failures: 0, Errors: 0, Skipped: 0
04:12:28 
04:12:28 [INFO] 
04:12:28 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [WARNING] JAR will be empty - no content was marked for inclusion!
04:12:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar
04:12:28 [INFO] 
04:12:28 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [INFO] Skipping because packaging 'jar' is not pom.
04:12:28 [INFO] 
04:12:28 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar
04:12:28 [INFO] 
04:12:28 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [INFO] No sources in project. Archive not created.
04:12:28 [INFO] 
04:12:28 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:28 [INFO] 
04:12:28 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:28 [INFO] Checking compile classpath
04:12:29 [INFO] Checking runtime classpath
04:12:29 [INFO] Checking test classpath
04:12:29 [INFO] 
04:12:29 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:12:29 [INFO] 
04:12:29 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.server.jdbc.test ---
04:12:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.jar
04:12:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT.pom
04:12:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-tests.jar
04:12:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.server.jdbc.test/target/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.server.jdbc.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.server.jdbc.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:29 [INFO] 
04:12:29 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test >-------
04:12:29 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test 7.0.300-SNAPSHOT [18/39]
04:12:29 [INFO] --------------------------------[ jar ]---------------------------------
04:12:29 [INFO] 
04:12:29 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.api.test ---
04:12:29 [INFO] 
04:12:29 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.api.test ---
04:12:29 [INFO] 
04:12:29 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] 
04:12:30 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:12:30 [INFO] 
04:12:30 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/src/main/resources
04:12:30 [INFO] 
04:12:30 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] No sources to compile
04:12:30 [INFO] 
04:12:30 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:30 [INFO] Copying 1 resource
04:12:30 [INFO] 
04:12:30 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] Changes detected - recompiling the module!
04:12:30 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/test-classes
04:12:30 [INFO] 
04:12:30 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/classes. Directory does not exist!
04:12:30 [INFO] 
04:12:30 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.api.test ---
04:12:30 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/surefire-reports
04:12:30 
04:12:30 -------------------------------------------------------
04:12:30  T E S T S
04:12:30 -------------------------------------------------------
04:12:30 Running org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest
04:12:30 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:12:30 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:12:30 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:12:30 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.eclipse.scout.rt.mom.api.DestinationConfigPropertyParserTest
04:12:30 Running org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest
04:12:30 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec - in org.eclipse.scout.rt.mom.api.marshaller.BytesMarshallerTest
04:12:30 Running org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest
04:12:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 sec - in org.eclipse.scout.rt.mom.api.marshaller.JsonMarshallerTest
04:12:31 Running org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest
04:12:31 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.mom.api.marshaller.ObjectMarshallerTest
04:12:31 Running org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest
04:12:31 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.mom.api.marshaller.TextMarshallerTest
04:12:31 
04:12:31 Results :
04:12:31 
04:12:31 Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
04:12:31 
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [WARNING] JAR will be empty - no content was marked for inclusion!
04:12:31 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Skipping because packaging 'jar' is not pom.
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] No sources in project. Archive not created.
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:31 [INFO] 
04:12:31 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Checking compile classpath
04:12:31 [INFO] Checking runtime classpath
04:12:31 [INFO] Checking test classpath
04:12:31 [INFO] 
04:12:31 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.api.test ---
04:12:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.jar
04:12:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT.pom
04:12:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-tests.jar
04:12:31 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.api.test/target/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.api.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.api.test-7.0.300-SNAPSHOT-test-sources.jar
04:12:31 [INFO] 
04:12:31 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms >----------
04:12:31 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms 7.0.300-SNAPSHOT [19/39]
04:12:31 [INFO] --------------------------------[ jar ]---------------------------------
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.jms ---
04:12:31 [INFO] 
04:12:31 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms ---
04:12:31 [INFO] 
04:12:31 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] 
04:12:32 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/../org.eclipse.scout.rt/target/jacoco-all.exec
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:32 [INFO] Copying 1 resource
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Changes detected - recompiling the module!
04:12:32 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/target/classes
04:12:32 [INFO] 
04:12:32 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/src/test/resources
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] No sources to compile
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] No tests to run.
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Skipping because packaging 'jar' is not pom.
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Skipping packaging of the test-jar
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] No sources in project. Archive not created.
04:12:32 [INFO] 
04:12:32 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Checking compile classpath
04:12:32 [INFO] Checking runtime classpath
04:12:32 [INFO] Checking test classpath
04:12:32 [INFO] 
04:12:32 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:12:32 [INFO] 
04:12:32 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms ---
04:12:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.jar
04:12:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT.pom
04:12:32 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms/target/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms-7.0.300-SNAPSHOT-sources.jar
04:12:32 [INFO] 
04:12:32 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test >-------
04:12:32 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test 7.0.300-SNAPSHOT [20/39]
04:12:32 [INFO] --------------------------------[ jar ]---------------------------------
04:12:42 [INFO] 
04:12:42 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:42 [INFO] 
04:12:42 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:42 [INFO] 
04:12:42 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] 
04:12:43 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:12:43 [INFO] 
04:12:43 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/src/main/resources
04:12:43 [INFO] 
04:12:43 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] No sources to compile
04:12:43 [INFO] 
04:12:43 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:12:43 [INFO] Copying 2 resources
04:12:43 [INFO] 
04:12:43 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] Changes detected - recompiling the module!
04:12:43 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/test-classes
04:12:43 [INFO] 
04:12:43 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/classes. Directory does not exist!
04:12:43 [INFO] 
04:12:43 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.mom.jms.test ---
04:12:43 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/surefire-reports
04:12:43 
04:12:43 -------------------------------------------------------
04:12:43  T E S T S
04:12:43 -------------------------------------------------------
04:12:43 Running org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest
04:12:44 2021-04-28 08:12:44,254 INFO  [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[]
04:12:44 2021-04-28 08:12:44,291 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:12:44 2021-04-28 08:12:44,324 INFO  [Thread-1] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 62.832259 ms. Total class count: 715 - MDC[]
04:12:44 2021-04-28 08:12:44,372 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 86 beans in 46.863196 ms - MDC[]
04:12:44 2021-04-28 08:12:44,403 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 86 beans in 31.185491 ms - MDC[]
04:12:44 2021-04-28 08:12:44,411 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:12:44 2021-04-28 08:12:44,411 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:12:44 2021-04-28 08:12:44,415 INFO  [Thread-1] org.eclipse.scout.rt.mom.api.AbstractMomTransport.initDelegate(AbstractMomTransport.java:76) - +++ Using 'NullMomImplementor' for transport 'ClusterMom'. No messages are published and received. - MDC[]
04:12:44 2021-04-28 08:12:44,660 INFO  [main] org.apache.activemq.artemis.core.server.start(ActiveMQServerImpl.java:387) - AMQ221000: live Message Broker is starting with configuration Broker Configuration (clustered=false,journalDirectory=data/journal,bindingsDirectory=data/bindings,largeMessagesDirectory=data/largemessages,pagingDirectory=data/paging) - MDC[]
04:12:44 2021-04-28 08:12:44,670 INFO  [main] org.apache.activemq.artemis.core.server.initialisePart1(ActiveMQServerImpl.java:1455) - AMQ221045: libaio is not available, switching the configuration into NIO - MDC[]
04:12:44 2021-04-28 08:12:44,695 INFO  [main] org.apache.activemq.artemis.core.server.<init>(JournalStorageManager.java:249) - AMQ221013: Using NIO Journal - MDC[]
04:12:44 2021-04-28 08:12:44,752 INFO  [main] org.apache.activemq.artemis.core.server.<init>(RemotingServiceImpl.java:147) - AMQ221043: Protocol module found: [artemis-server]. Adding protocol support for: CORE - MDC[]
04:12:45 2021-04-28 08:12:45,105 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.mom.requestreply.cancellation - MDC[]
04:12:45 2021-04-28 08:12:45,185 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishFirst - MDC[]
04:12:45 2021-04-28 08:12:45,193 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testProperties - MDC[]
04:12:45 2021-04-28 08:12:45,201 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyTimeout - MDC[]
04:12:45 2021-04-28 08:12:45,209 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyRequestFirst - MDC[]
04:12:45 2021-04-28 08:12:45,218 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyMultipleSubscriptions - MDC[]
04:12:45 2021-04-28 08:12:45,226 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCorrelationId - MDC[]
04:12:45 2021-04-28 08:12:45,242 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeMultipleSubscriptions - MDC[]
04:12:45 2021-04-28 08:12:45,251 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyJsonObjectMarshaller - MDC[]
04:12:45 2021-04-28 08:12:45,259 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReplyCancellation - MDC[]
04:12:45 2021-04-28 08:12:45,268 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicRequestReply - MDC[]
04:12:45 2021-04-28 08:12:45,276 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testTopicPublishSubscribeCorrelationId - MDC[]
04:12:45 2021-04-28 08:12:45,284 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testMessageSelector - MDC[]
04:12:45 2021-04-28 08:12:45,299 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.test/mom/testQueueRequestReplyCancellation - MDC[]
04:12:45 2021-04-28 08:12:45,309 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.differentTopic - MDC[]
04:12:45 2021-04-28 08:12:45,317 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.topic.scout.physical.UnitTestTopic - MDC[]
04:12:45 2021-04-28 08:12:45,326 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue Durable-Test-Subscription - MDC[]
04:12:45 2021-04-28 08:12:45,334 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishBytes - MDC[]
04:12:45 2021-04-28 08:12:45,342 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishText - MDC[]
04:12:45 2021-04-28 08:12:45,351 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObject - MDC[]
04:12:45 2021-04-28 08:12:45,359 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testConcurrentMessageConsumption - MDC[]
04:12:45 2021-04-28 08:12:45,367 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishAndConsumeInternal - MDC[]
04:12:45 2021-04-28 08:12:45,376 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeTransactional - MDC[]
04:12:45 2021-04-28 08:12:45,384 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSubscribeFailover - MDC[]
04:12:45 2021-04-28 08:12:45,392 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueuePublishFirst - MDC[]
04:12:45 2021-04-28 08:12:45,401 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonData - MDC[]
04:12:45 2021-04-28 08:12:45,409 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishJsonDataSecure - MDC[]
04:12:45 2021-04-28 08:12:45,417 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testQueueRequestReplyRequestFirst - MDC[]
04:12:45 2021-04-28 08:12:45,426 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishTransactional - MDC[]
04:12:45 2021-04-28 08:12:45,434 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishStringData - MDC[]
04:12:45 2021-04-28 08:12:45,442 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testPublishObjectData - MDC[]
04:12:45 2021-04-28 08:12:45,451 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testCurrentMessagePubSub - MDC[]
04:12:45 2021-04-28 08:12:45,459 INFO  [main] org.apache.activemq.artemis.core.server.deployQueue(ActiveMQServerImpl.java:1174) - AMQ221003: trying to deploy queue jms.queue.test/mom/testSerialMessageConsumption - MDC[]
04:12:45 2021-04-28 08:12:45,473 INFO  [main] org.apache.activemq.artemis.core.server.run(LiveOnlyActivation.java:68) - AMQ221007: Server is now live - MDC[]
04:12:45 2021-04-28 08:12:45,473 INFO  [main] org.apache.activemq.artemis.core.server.start(ActiveMQServerImpl.java:409) - AMQ221001: Apache ActiveMQ Artemis Message Broker version 1.1.0 [nodeID=82b22439-a7f9-11eb-8134-9714c7e64c64]  - MDC[]
04:12:45 2021-04-28 08:12:45,535 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCreateContextOrdinaryMap> - MDC[]
04:12:45 2021-04-28 08:12:45,538 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2.198679 ms - MDC[]
04:12:45 2021-04-28 08:12:45,538 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCreateContextOrdinaryMap> - MDC[]
04:12:45 2021-04-28 08:12:45,540 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,540 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCreateContextMapWithNullEntries> - MDC[]
04:12:45 2021-04-28 08:12:45,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:664) - ignoring property having null key or value [key=key, value=null] - MDC[]
04:12:45 2021-04-28 08:12:45,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.446295 ms - MDC[]
04:12:45 2021-04-28 08:12:45,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCreateContextMapWithNullEntries> - MDC[]
04:12:45 2021-04-28 08:12:45,542 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,542 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testInstanceScoped> - MDC[]
04:12:45 2021-04-28 08:12:45,546 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3.686603 ms - MDC[]
04:12:45 2021-04-28 08:12:45,546 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testInstanceScoped> - MDC[]
04:12:45 2021-04-28 08:12:45,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCreateContextNullMap> - MDC[]
04:12:45 2021-04-28 08:12:45,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.340549 ms - MDC[]
04:12:45 2021-04-28 08:12:45,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCreateContextNullMap> - MDC[]
04:12:45 2021-04-28 08:12:45,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCreateContextEmptyMap> - MDC[]
04:12:45 2021-04-28 08:12:45,550 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.292959 ms - MDC[]
04:12:45 2021-04-28 08:12:45,550 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCreateContextEmptyMap> - MDC[]
04:12:45 2021-04-28 08:12:45,550 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:45 2021-04-28 08:12:45,551 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeTransactional [activemq]> - MDC[]
04:12:45 2021-04-28 08:12:45,825 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #1 initialized: null - MDC[]
04:12:45 2021-04-28 08:12:45,862 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:46 2021-04-28 08:12:46,005 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-f925w-33691-1619597565877-0:1) is starting - MDC[]
04:12:46 2021-04-28 08:12:46,009 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-f925w-33691-1619597565877-0:1) started - MDC[]
04:12:46 2021-04-28 08:12:46,009 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:46 2021-04-28 08:12:46,030 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom1 started - MDC[]
04:12:46 2021-04-28 08:12:46,044 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-4:1,clientId=Scout JUnit MOM #1 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@29d534ce, org.eclipse.scout.rt.mom.jms.JmsSubscription@1a3761a] - MDC[]
04:12:50 2021-04-28 08:12:50,200 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@59f0f273[job=JMS subscriber, state=DONE]] - MDC[]
04:12:50 2021-04-28 08:12:50,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.094721 ms - MDC[]
04:12:50 2021-04-28 08:12:50,203 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,203 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,205 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom1 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,206 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-f925w-33691-1619597565877-0:1) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,215 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-f925w-33691-1619597565877-0:1) uptime 4.356 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,215 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom1, ID:centos-7-f925w-33691-1619597565877-0:1) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,216 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,216 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4665.264030 ms - MDC[]
04:12:50 2021-04-28 08:12:50,216 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeTransactional [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,220 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #2 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,222 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,223 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-f925w-33691-1619597565877-0:2) is starting - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,223 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-f925w-33691-1619597565877-0:2) started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,223 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,224 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom2 started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,226 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-7:1,clientId=Scout JUnit MOM #2 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,249 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2fb574e2, org.eclipse.scout.rt.mom.jms.JmsSubscription@69ed8fd4] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,293 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@791305f3, org.eclipse.scout.rt.mom.jms.JmsSubscription@6826324d] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,303 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@59cc243a, org.eclipse.scout.rt.mom.jms.JmsSubscription@45f38394] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,313 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@46176952, org.eclipse.scout.rt.mom.jms.JmsSubscription@46359e3d] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,325 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3f33f79b, org.eclipse.scout.rt.mom.jms.JmsSubscription@432249f7] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,335 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4735d42, org.eclipse.scout.rt.mom.jms.JmsSubscription@48dcef61] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,345 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7776e9ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@fc96137] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,396 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4f4cda40, org.eclipse.scout.rt.mom.jms.JmsSubscription@9a1e268] - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4e73758f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:12:50 2021-04-28 08:12:50,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.016740 ms - MDC[]
04:12:50 2021-04-28 08:12:50,398 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,398 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,400 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom2 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,400 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-f925w-33691-1619597565877-0:2) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,402 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-f925w-33691-1619597565877-0:2) uptime 0.179 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,402 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom2, ID:centos-7-f925w-33691-1619597565877-0:2) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,402 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,402 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 184.009301 ms - MDC[]
04:12:50 2021-04-28 08:12:50,402 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,404 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #3 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,405 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,405 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-f925w-33691-1619597565877-0:3) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,405 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-f925w-33691-1619597565877-0:3) started - MDC[]
04:12:50 2021-04-28 08:12:50,405 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,406 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom3 started - MDC[]
04:12:50 2021-04-28 08:12:50,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-10:1,clientId=Scout JUnit MOM #3 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,415 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54d1c9ba] - MDC[]
04:12:50 2021-04-28 08:12:50,416 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,416 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,417 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom3 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,417 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-f925w-33691-1619597565877-0:3) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-f925w-33691-1619597565877-0:3) uptime 0.014 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,419 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom3, ID:centos-7-f925w-33691-1619597565877-0:3) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,419 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.584898 ms - MDC[]
04:12:50 2021-04-28 08:12:50,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,421 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #4 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,422 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,422 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-f925w-33691-1619597565877-0:4) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,423 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-f925w-33691-1619597565877-0:4) started - MDC[]
04:12:50 2021-04-28 08:12:50,423 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,424 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom4 started - MDC[]
04:12:50 2021-04-28 08:12:50,425 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-13:1,clientId=Scout JUnit MOM #4 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,431 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a8b1e67] - MDC[]
04:12:50 2021-04-28 08:12:50,431 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,431 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,433 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom4 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,433 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-f925w-33691-1619597565877-0:4) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,434 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-f925w-33691-1619597565877-0:4) uptime 0.012 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,434 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom4, ID:centos-7-f925w-33691-1619597565877-0:4) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,434 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.307440 ms - MDC[]
04:12:50 2021-04-28 08:12:50,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,436 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,437 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #5 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,437 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,438 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-f925w-33691-1619597565877-0:5) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,438 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-f925w-33691-1619597565877-0:5) started - MDC[]
04:12:50 2021-04-28 08:12:50,438 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,439 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom5 started - MDC[]
04:12:50 2021-04-28 08:12:50,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-16:1,clientId=Scout JUnit MOM #5 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,495 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ba0948f] - MDC[]
04:12:50 2021-04-28 08:12:50,496 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,496 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,497 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom5 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,497 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-f925w-33691-1619597565877-0:5) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,498 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-f925w-33691-1619597565877-0:5) uptime 0.061 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,498 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom5, ID:centos-7-f925w-33691-1619597565877-0:5) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,499 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.123043 ms - MDC[]
04:12:50 2021-04-28 08:12:50,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,501 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #6 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,501 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,502 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-f925w-33691-1619597565877-0:6) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,502 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-f925w-33691-1619597565877-0:6) started - MDC[]
04:12:50 2021-04-28 08:12:50,503 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,503 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom6 started - MDC[]
04:12:50 2021-04-28 08:12:50,505 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-19:1,clientId=Scout JUnit MOM #6 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,510 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@12026d62] - MDC[]
04:12:50 2021-04-28 08:12:50,511 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,511 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,512 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom6 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,512 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-f925w-33691-1619597565877-0:6) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,513 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-f925w-33691-1619597565877-0:6) uptime 0.012 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,513 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom6, ID:centos-7-f925w-33691-1619597565877-0:6) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,513 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,513 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.276306 ms - MDC[]
04:12:50 2021-04-28 08:12:50,514 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,514 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,514 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,515 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #7 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,516 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,516 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-f925w-33691-1619597565877-0:7) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,517 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-f925w-33691-1619597565877-0:7) started - MDC[]
04:12:50 2021-04-28 08:12:50,517 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,518 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom7 started - MDC[]
04:12:50 2021-04-28 08:12:50,519 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-22:1,clientId=Scout JUnit MOM #7 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,524 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ac24c17] - MDC[]
04:12:50 2021-04-28 08:12:50,525 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,526 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,526 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom7 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,527 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-f925w-33691-1619597565877-0:7) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,528 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-f925w-33691-1619597565877-0:7) uptime 0.011 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,528 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom7, ID:centos-7-f925w-33691-1619597565877-0:7) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,528 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.562479 ms - MDC[]
04:12:50 2021-04-28 08:12:50,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,529 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,529 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,530 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #8 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,531 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,531 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-f925w-33691-1619597565877-0:8) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,531 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-f925w-33691-1619597565877-0:8) started - MDC[]
04:12:50 2021-04-28 08:12:50,532 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,532 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom8 started - MDC[]
04:12:50 2021-04-28 08:12:50,534 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-25:1,clientId=Scout JUnit MOM #8 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e954b94] - MDC[]
04:12:50 2021-04-28 08:12:50,587 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,587 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,588 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom8 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,589 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-f925w-33691-1619597565877-0:8) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,589 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-f925w-33691-1619597565877-0:8) uptime 0.058 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,589 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom8, ID:centos-7-f925w-33691-1619597565877-0:8) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,590 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.581120 ms - MDC[]
04:12:50 2021-04-28 08:12:50,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,591 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #9 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,592 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,592 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-f925w-33691-1619597565877-0:9) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,592 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-f925w-33691-1619597565877-0:9) started - MDC[]
04:12:50 2021-04-28 08:12:50,592 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,593 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom9 started - MDC[]
04:12:50 2021-04-28 08:12:50,594 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-28:1,clientId=Scout JUnit MOM #9 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,599 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@237a41ff] - MDC[]
04:12:50 2021-04-28 08:12:50,600 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,600 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,602 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom9 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,602 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-f925w-33691-1619597565877-0:9) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,604 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-f925w-33691-1619597565877-0:9) uptime 0.012 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,604 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom9, ID:centos-7-f925w-33691-1619597565877-0:9) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,604 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,604 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.802941 ms - MDC[]
04:12:50 2021-04-28 08:12:50,605 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,605 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,606 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,606 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #10 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,607 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,607 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-f925w-33691-1619597565877-0:10) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,608 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-f925w-33691-1619597565877-0:10) started - MDC[]
04:12:50 2021-04-28 08:12:50,608 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,609 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom10 started - MDC[]
04:12:50 2021-04-28 08:12:50,611 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-31:1,clientId=Scout JUnit MOM #10 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,616 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6392ecbc] - MDC[]
04:12:50 2021-04-28 08:12:50,617 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1f146411[job=JMS subscriber, state=RUNNING]] - MDC[]
04:12:50 2021-04-28 08:12:50,617 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013910 ms - MDC[]
04:12:50 2021-04-28 08:12:50,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,618 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,619 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom10 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,619 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-f925w-33691-1619597565877-0:10) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,619 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-f925w-33691-1619597565877-0:10) uptime 0.012 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,620 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom10, ID:centos-7-f925w-33691-1619597565877-0:10) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,620 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,620 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.275338 ms - MDC[]
04:12:50 2021-04-28 08:12:50,620 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,621 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,621 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,622 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #11 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,622 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,623 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-f925w-33691-1619597565877-0:11) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,623 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-f925w-33691-1619597565877-0:11) started - MDC[]
04:12:50 2021-04-28 08:12:50,623 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,624 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom11 started - MDC[]
04:12:50 2021-04-28 08:12:50,625 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-34:1,clientId=Scout JUnit MOM #11 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,630 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b272037] - MDC[]
04:12:50 2021-04-28 08:12:50,630 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,630 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,631 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom11 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,632 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-f925w-33691-1619597565877-0:11) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,632 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-f925w-33691-1619597565877-0:11) uptime 0.010 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,632 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom11, ID:centos-7-f925w-33691-1619597565877-0:11) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,633 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.587152 ms - MDC[]
04:12:50 2021-04-28 08:12:50,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,634 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #12 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,634 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,635 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-f925w-33691-1619597565877-0:12) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,635 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-f925w-33691-1619597565877-0:12) started - MDC[]
04:12:50 2021-04-28 08:12:50,635 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,636 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom12 started - MDC[]
04:12:50 2021-04-28 08:12:50,689 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-37:1,clientId=Scout JUnit MOM #12 (centos-7-f925w:8080),started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e04af28] - MDC[]
04:12:50 2021-04-28 08:12:50,695 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,695 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,696 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom12 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,697 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-f925w-33691-1619597565877-0:12) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,697 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-f925w-33691-1619597565877-0:12) uptime 0.063 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,697 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom12, ID:centos-7-f925w-33691-1619597565877-0:12) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,697 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.128737 ms - MDC[]
04:12:50 2021-04-28 08:12:50,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,699 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,699 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyWithBlockingCondition [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,700 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #13 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,701 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,702 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-f925w-33691-1619597565877-0:13) is starting - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,702 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-f925w-33691-1619597565877-0:13) started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,702 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,703 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom13 started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,705 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-40:1,clientId=Scout JUnit MOM #13 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:12:50 Reply: TheReply
04:12:50 2021-04-28 08:12:50,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20c3be4c] - MDC[]
04:12:50 2021-04-28 08:12:50,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@11ef9c19[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:12:50 2021-04-28 08:12:50,717 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013062 ms - MDC[]
04:12:50 2021-04-28 08:12:50,717 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,717 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,718 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom13 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,718 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-f925w-33691-1619597565877-0:13) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,719 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-f925w-33691-1619597565877-0:13) uptime 0.018 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,719 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom13, ID:centos-7-f925w-33691-1619597565877-0:13) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,719 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.535538 ms - MDC[]
04:12:50 2021-04-28 08:12:50,719 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyWithBlockingCondition [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,720 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,720 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomDefaultMarshaller [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,723 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #14 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,724 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:50 2021-04-28 08:12:50,724 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-f925w-33691-1619597565877-0:14) is starting - MDC[]
04:12:50 2021-04-28 08:12:50,725 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-f925w-33691-1619597565877-0:14) started - MDC[]
04:12:50 2021-04-28 08:12:50,725 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:50 2021-04-28 08:12:50,725 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom14 started - MDC[]
04:12:50 2021-04-28 08:12:50,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-43:1,clientId=junit_mom_client,started=true} - MDC[]
04:12:50 2021-04-28 08:12:50,736 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@40f95b87, org.eclipse.scout.rt.mom.jms.JmsSubscription@4907472e, org.eclipse.scout.rt.mom.jms.JmsSubscription@50dfac19] - MDC[]
04:12:50 2021-04-28 08:12:50,737 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,738 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom14 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-f925w-33691-1619597565877-0:14) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-f925w-33691-1619597565877-0:14) uptime 0.015 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom14, ID:centos-7-f925w-33691-1619597565877-0:14) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.851968 ms - MDC[]
04:12:50 2021-04-28 08:12:50,739 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomDefaultMarshaller [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,787 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,787 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_StringMarshaller_Exception [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,789 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #15 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:12:50 2021-04-28 08:12:50,791 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,791 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-f925w-33691-1619597565877-0:15) is starting - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,792 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-f925w-33691-1619597565877-0:15) started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,792 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,792 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom15 started - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,794 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-46:1,clientId=Scout JUnit MOM #15 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:12:50 2021-04-28 08:12:50,803 ERROR [scout-thread-20] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ff0b8f07-cc64-47a8-92ba-3d14becf6bd7]
04:12:50 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:12:50 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356)
04:12:50 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:12:50 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:12:50 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:12:50 	at java.lang.reflect.Method.invoke(Method.java:498)
04:12:50 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:12:50 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:12:50 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:12:50 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:12:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:12:50 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:12:50 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:12:50 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:12:50 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:12:50 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:12:50 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:12:50 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:12:50 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:12:50 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:12:50 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:12:50 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:12:50 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:12:50 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:12:50 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:12:50 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:12:50 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:12:50 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:12:50 	at java.lang.Thread.run(Thread.java:748)
04:12:50 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:12:50 2021-04-28 08:12:50,811 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a9732a7] - MDC[]
04:12:50 2021-04-28 08:12:50,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7a819af8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:12:50 2021-04-28 08:12:50,813 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009976 ms - MDC[]
04:12:50 2021-04-28 08:12:50,813 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:50 2021-04-28 08:12:50,813 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:50 2021-04-28 08:12:50,815 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom15 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,815 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-f925w-33691-1619597565877-0:15) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,815 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-f925w-33691-1619597565877-0:15) uptime 0.024 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,816 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom15, ID:centos-7-f925w-33691-1619597565877-0:15) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,816 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:50 2021-04-28 08:12:50,816 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 28.352369 ms - MDC[]
04:12:50 2021-04-28 08:12:50,816 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_StringMarshaller_Exception [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,817 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:50 2021-04-28 08:12:50,817 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeFailover [activemq]> - MDC[]
04:12:50 2021-04-28 08:12:50,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #16 initialized: null - MDC[]
04:12:50 2021-04-28 08:12:50,823 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:12:50 2021-04-28 08:12:50,823 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:16) is starting - MDC[jobName=JMS subscriber]
04:12:50 2021-04-28 08:12:50,824 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:16) started - MDC[jobName=JMS subscriber]
04:12:50 2021-04-28 08:12:50,824 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:12:50 2021-04-28 08:12:50,824 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber]
04:12:50 2021-04-28 08:12:50,825 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-49:1,clientId=Scout JUnit MOM #16 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:12:50 simulateConnectionDown
04:12:50 2021-04-28 08:12:50,829 WARN  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:176) - invalidate 1 connection and 1 sessions due to 'JUnit fixture: connection failed' - MDC[]
04:12:50 2021-04-28 08:12:50,830 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[]
04:12:50 2021-04-28 08:12:50,830 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@7b81283 - MDC[]
04:12:50 2021-04-28 08:12:50,830 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[]
04:12:50 2021-04-28 08:12:50,831 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[]
04:12:50 2021-04-28 08:12:50,832 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:16) is shutting down - MDC[]
04:12:50 2021-04-28 08:12:50,832 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:16) uptime 0.009 seconds - MDC[]
04:12:50 2021-04-28 08:12:50,832 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:16) is shutdown - MDC[]
04:12:50 2021-04-28 08:12:50,833 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[]
04:12:50 2021-04-28 08:12:50,833 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #1 in 1 seconds - MDC[jobName=JMS subscriber]
04:12:51 2021-04-28 08:12:51,833 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #2 in 1 seconds - MDC[jobName=JMS subscriber]
04:12:52 2021-04-28 08:12:52,833 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #3 in 1 seconds - MDC[jobName=JMS subscriber]
04:12:53 2021-04-28 08:12:53,834 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #4 in 1 seconds - MDC[jobName=JMS subscriber]
04:12:54 2021-04-28 08:12:54,834 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #5 in 1 seconds - MDC[jobName=JMS subscriber]
04:12:55 2021-04-28 08:12:55,835 WARN  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:279) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; fail after 5 retry - MDC[jobName=JMS subscriber]
04:12:55 2021-04-28 08:12:55,835 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.waitForRetry(JmsSessionProviderWrapper.java:157) - JMS call failed 'javax.jms.JMSException: JUnit fixture: no connection'; retry in 2 seconds - MDC[jobName=JMS subscriber]
04:12:57 simulateConnectionUp
04:12:57 2021-04-28 08:12:57,836 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,837 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:17) is starting - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,837 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:17) started - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,837 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,838 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom16 started - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,839 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-49:2,clientId=Scout JUnit MOM #16 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:12:57 2021-04-28 08:12:57,843 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3dbcdd4a, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d093885] - MDC[]
04:12:57 2021-04-28 08:12:57,844 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:57 2021-04-28 08:12:57,844 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:57 2021-04-28 08:12:57,846 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom16 stopped - MDC[]
04:12:57 2021-04-28 08:12:57,846 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:17) is shutting down - MDC[]
04:12:57 2021-04-28 08:12:57,847 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:17) uptime 0.010 seconds - MDC[]
04:12:57 2021-04-28 08:12:57,847 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom16, ID:centos-7-f925w-33691-1619597565877-0:17) is shutdown - MDC[]
04:12:57 2021-04-28 08:12:57,847 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:57 2021-04-28 08:12:57,847 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7030.014502 ms - MDC[]
04:12:57 2021-04-28 08:12:57,847 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeFailover [activemq]> - MDC[]
04:12:57 2021-04-28 08:12:57,848 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:57 2021-04-28 08:12:57,849 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:57 2021-04-28 08:12:57,850 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #17 initialized: null - MDC[]
04:12:57 2021-04-28 08:12:57,850 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:57 2021-04-28 08:12:57,851 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-f925w-33691-1619597565877-0:18) is starting - MDC[]
04:12:57 2021-04-28 08:12:57,851 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-f925w-33691-1619597565877-0:18) started - MDC[]
04:12:57 2021-04-28 08:12:57,851 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:57 2021-04-28 08:12:57,852 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom17 started - MDC[]
04:12:57 2021-04-28 08:12:57,853 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-53:1,clientId=Scout JUnit MOM #17 (centos-7-f925w:8080),started=true} - MDC[]
04:12:58 2021-04-28 08:12:58,057 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@320d98f5] - MDC[]
04:12:58 2021-04-28 08:12:58,057 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:58 2021-04-28 08:12:58,058 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:58 2021-04-28 08:12:58,059 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom17 stopped - MDC[]
04:12:58 2021-04-28 08:12:58,059 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-f925w-33691-1619597565877-0:18) is shutting down - MDC[]
04:12:58 2021-04-28 08:12:58,059 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-f925w-33691-1619597565877-0:18) uptime 0.209 seconds - MDC[]
04:12:58 2021-04-28 08:12:58,060 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom17, ID:centos-7-f925w-33691-1619597565877-0:18) is shutdown - MDC[]
04:12:58 2021-04-28 08:12:58,060 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:58 2021-04-28 08:12:58,060 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.322018 ms - MDC[]
04:12:58 2021-04-28 08:12:58,060 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:58 2021-04-28 08:12:58,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,062 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #18 initialized: null - MDC[]
04:12:58 2021-04-28 08:12:58,062 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:58 2021-04-28 08:12:58,063 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-f925w-33691-1619597565877-0:19) is starting - MDC[]
04:12:58 2021-04-28 08:12:58,063 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-f925w-33691-1619597565877-0:19) started - MDC[]
04:12:58 2021-04-28 08:12:58,063 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:58 2021-04-28 08:12:58,064 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom18 started - MDC[]
04:12:58 2021-04-28 08:12:58,065 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-56:1,clientId=Scout JUnit MOM #18 (centos-7-f925w:8080),started=true} - MDC[]
04:12:58 2021-04-28 08:12:58,267 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@22876aea] - MDC[]
04:12:58 2021-04-28 08:12:58,268 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:58 2021-04-28 08:12:58,268 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:58 2021-04-28 08:12:58,269 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom18 stopped - MDC[]
04:12:58 2021-04-28 08:12:58,270 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-f925w-33691-1619597565877-0:19) is shutting down - MDC[]
04:12:58 2021-04-28 08:12:58,270 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-f925w-33691-1619597565877-0:19) uptime 0.208 seconds - MDC[]
04:12:58 2021-04-28 08:12:58,270 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom18, ID:centos-7-f925w-33691-1619597565877-0:19) is shutdown - MDC[]
04:12:58 2021-04-28 08:12:58,270 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:58 2021-04-28 08:12:58,270 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.472384 ms - MDC[]
04:12:58 2021-04-28 08:12:58,271 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,271 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:58 2021-04-28 08:12:58,271 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,272 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #19 initialized: null - MDC[]
04:12:58 2021-04-28 08:12:58,272 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:58 2021-04-28 08:12:58,273 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-f925w-33691-1619597565877-0:20) is starting - MDC[]
04:12:58 2021-04-28 08:12:58,273 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-f925w-33691-1619597565877-0:20) started - MDC[]
04:12:58 2021-04-28 08:12:58,273 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:58 2021-04-28 08:12:58,273 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom19 started - MDC[]
04:12:58 2021-04-28 08:12:58,275 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-59:1,clientId=Scout JUnit MOM #19 (centos-7-f925w:8080),started=true} - MDC[]
04:12:58 2021-04-28 08:12:58,477 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@70d28000] - MDC[]
04:12:58 2021-04-28 08:12:58,478 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7111b312[job=JMS subscriber, state=DONE]] - MDC[]
04:12:58 2021-04-28 08:12:58,478 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008156 ms - MDC[]
04:12:58 2021-04-28 08:12:58,478 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:58 2021-04-28 08:12:58,479 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:58 2021-04-28 08:12:58,479 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom19 stopped - MDC[]
04:12:58 2021-04-28 08:12:58,479 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-f925w-33691-1619597565877-0:20) is shutting down - MDC[]
04:12:58 2021-04-28 08:12:58,480 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-f925w-33691-1619597565877-0:20) uptime 0.208 seconds - MDC[]
04:12:58 2021-04-28 08:12:58,480 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom19, ID:centos-7-f925w-33691-1619597565877-0:20) is shutdown - MDC[]
04:12:58 2021-04-28 08:12:58,480 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:58 2021-04-28 08:12:58,480 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.978331 ms - MDC[]
04:12:58 2021-04-28 08:12:58,480 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,481 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:58 2021-04-28 08:12:58,481 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,482 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #20 initialized: null - MDC[]
04:12:58 2021-04-28 08:12:58,482 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:58 2021-04-28 08:12:58,482 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-f925w-33691-1619597565877-0:21) is starting - MDC[]
04:12:58 2021-04-28 08:12:58,483 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-f925w-33691-1619597565877-0:21) started - MDC[]
04:12:58 2021-04-28 08:12:58,483 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:58 2021-04-28 08:12:58,483 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom20 started - MDC[]
04:12:58 2021-04-28 08:12:58,486 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-62:1,clientId=Scout JUnit MOM #20 (centos-7-f925w:8080),started=true} - MDC[]
04:12:58 2021-04-28 08:12:58,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@59fe8d94] - MDC[]
04:12:58 2021-04-28 08:12:58,690 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3d62648d[job=JMS subscriber, state=DONE]] - MDC[]
04:12:58 2021-04-28 08:12:58,690 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011988 ms - MDC[]
04:12:58 2021-04-28 08:12:58,690 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:58 2021-04-28 08:12:58,691 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:58 2021-04-28 08:12:58,692 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom20 stopped - MDC[]
04:12:58 2021-04-28 08:12:58,692 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-f925w-33691-1619597565877-0:21) is shutting down - MDC[]
04:12:58 2021-04-28 08:12:58,693 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-f925w-33691-1619597565877-0:21) uptime 0.211 seconds - MDC[]
04:12:58 2021-04-28 08:12:58,693 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom20, ID:centos-7-f925w-33691-1619597565877-0:21) is shutdown - MDC[]
04:12:58 2021-04-28 08:12:58,693 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:58 2021-04-28 08:12:58,693 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.763878 ms - MDC[]
04:12:58 2021-04-28 08:12:58,693 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:58 2021-04-28 08:12:58,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #21 initialized: null - MDC[]
04:12:58 2021-04-28 08:12:58,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:58 2021-04-28 08:12:58,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-f925w-33691-1619597565877-0:22) is starting - MDC[]
04:12:58 2021-04-28 08:12:58,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-f925w-33691-1619597565877-0:22) started - MDC[]
04:12:58 2021-04-28 08:12:58,696 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:58 2021-04-28 08:12:58,696 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom21 started - MDC[]
04:12:58 2021-04-28 08:12:58,697 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-65:1,clientId=Scout JUnit MOM #21 (centos-7-f925w:8080),started=true} - MDC[]
04:12:58 2021-04-28 08:12:58,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@28f20b2a] - MDC[]
04:12:58 2021-04-28 08:12:58,901 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@52bd1783[job=JMS subscriber, state=DONE]] - MDC[]
04:12:58 2021-04-28 08:12:58,901 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011160 ms - MDC[]
04:12:58 2021-04-28 08:12:58,901 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:58 2021-04-28 08:12:58,902 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:58 2021-04-28 08:12:58,902 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom21 stopped - MDC[]
04:12:58 2021-04-28 08:12:58,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-f925w-33691-1619597565877-0:22) is shutting down - MDC[]
04:12:58 2021-04-28 08:12:58,903 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-f925w-33691-1619597565877-0:22) uptime 0.208 seconds - MDC[]
04:12:58 2021-04-28 08:12:58,903 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom21, ID:centos-7-f925w-33691-1619597565877-0:22) is shutdown - MDC[]
04:12:58 2021-04-28 08:12:58,903 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:58 2021-04-28 08:12:58,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.464767 ms - MDC[]
04:12:58 2021-04-28 08:12:58,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,904 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:58 2021-04-28 08:12:58,904 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:58 2021-04-28 08:12:58,905 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #22 initialized: null - MDC[]
04:12:58 2021-04-28 08:12:58,905 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:58 2021-04-28 08:12:58,905 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-f925w-33691-1619597565877-0:23) is starting - MDC[]
04:12:58 2021-04-28 08:12:58,906 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-f925w-33691-1619597565877-0:23) started - MDC[]
04:12:58 2021-04-28 08:12:58,906 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:58 2021-04-28 08:12:58,906 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom22 started - MDC[]
04:12:58 2021-04-28 08:12:58,909 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-68:1,clientId=Scout JUnit MOM #22 (centos-7-f925w:8080),started=true} - MDC[]
04:12:59 2021-04-28 08:12:59,113 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@531245fe] - MDC[]
04:12:59 2021-04-28 08:12:59,113 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,113 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,114 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom22 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-f925w-33691-1619597565877-0:23) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-f925w-33691-1619597565877-0:23) uptime 0.210 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom22, ID:centos-7-f925w-33691-1619597565877-0:23) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 211.253855 ms - MDC[]
04:12:59 2021-04-28 08:12:59,115 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,116 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,116 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,117 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #23 initialized: null - MDC[]
04:12:59 2021-04-28 08:12:59,117 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:59 2021-04-28 08:12:59,118 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-f925w-33691-1619597565877-0:24) is starting - MDC[]
04:12:59 2021-04-28 08:12:59,118 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-f925w-33691-1619597565877-0:24) started - MDC[]
04:12:59 2021-04-28 08:12:59,118 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:59 2021-04-28 08:12:59,118 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom23 started - MDC[]
04:12:59 2021-04-28 08:12:59,119 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-71:1,clientId=Scout JUnit MOM #23 (centos-7-f925w:8080),started=true} - MDC[]
04:12:59 2021-04-28 08:12:59,322 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79176fe4] - MDC[]
04:12:59 2021-04-28 08:12:59,322 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,322 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,323 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom23 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,323 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-f925w-33691-1619597565877-0:24) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,324 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-f925w-33691-1619597565877-0:24) uptime 0.207 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,324 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom23, ID:centos-7-f925w-33691-1619597565877-0:24) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,324 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,324 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.059093 ms - MDC[]
04:12:59 2021-04-28 08:12:59,324 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #24 initialized: null - MDC[]
04:12:59 2021-04-28 08:12:59,326 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:59 2021-04-28 08:12:59,326 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-f925w-33691-1619597565877-0:25) is starting - MDC[]
04:12:59 2021-04-28 08:12:59,326 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-f925w-33691-1619597565877-0:25) started - MDC[]
04:12:59 2021-04-28 08:12:59,326 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:59 2021-04-28 08:12:59,327 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom24 started - MDC[]
04:12:59 2021-04-28 08:12:59,328 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-74:1,clientId=Scout JUnit MOM #24 (centos-7-f925w:8080),started=true} - MDC[]
04:12:59 2021-04-28 08:12:59,530 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61be2a65] - MDC[]
04:12:59 2021-04-28 08:12:59,531 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,532 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,532 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom24 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,532 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-f925w-33691-1619597565877-0:25) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,533 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-f925w-33691-1619597565877-0:25) uptime 0.207 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,533 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom24, ID:centos-7-f925w-33691-1619597565877-0:25) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,533 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,533 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 208.235716 ms - MDC[]
04:12:59 2021-04-28 08:12:59,533 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,534 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,534 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,534 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #25 initialized: null - MDC[]
04:12:59 2021-04-28 08:12:59,535 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:59 2021-04-28 08:12:59,535 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-f925w-33691-1619597565877-0:26) is starting - MDC[]
04:12:59 2021-04-28 08:12:59,536 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-f925w-33691-1619597565877-0:26) started - MDC[]
04:12:59 2021-04-28 08:12:59,536 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:59 2021-04-28 08:12:59,536 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom25 started - MDC[]
04:12:59 2021-04-28 08:12:59,537 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-77:1,clientId=Scout JUnit MOM #25 (centos-7-f925w:8080),started=true} - MDC[]
04:12:59 2021-04-28 08:12:59,740 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d932611] - MDC[]
04:12:59 2021-04-28 08:12:59,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@225fb905[job=JMS subscriber, state=DONE]] - MDC[]
04:12:59 2021-04-28 08:12:59,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011147 ms - MDC[]
04:12:59 2021-04-28 08:12:59,741 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,741 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,743 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom25 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,743 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-f925w-33691-1619597565877-0:26) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,743 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-f925w-33691-1619597565877-0:26) uptime 0.208 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,743 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom25, ID:centos-7-f925w-33691-1619597565877-0:26) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,744 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.969824 ms - MDC[]
04:12:59 2021-04-28 08:12:59,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,745 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #26 initialized: null - MDC[]
04:12:59 2021-04-28 08:12:59,746 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:12:59 2021-04-28 08:12:59,746 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-f925w-33691-1619597565877-0:27) is starting - MDC[]
04:12:59 2021-04-28 08:12:59,746 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-f925w-33691-1619597565877-0:27) started - MDC[]
04:12:59 2021-04-28 08:12:59,746 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:12:59 2021-04-28 08:12:59,747 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom26 started - MDC[]
04:12:59 2021-04-28 08:12:59,748 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-80:1,clientId=Scout JUnit MOM #26 (centos-7-f925w:8080),started=true} - MDC[]
04:12:59 2021-04-28 08:12:59,951 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@31a65ddd] - MDC[]
04:12:59 2021-04-28 08:12:59,952 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,952 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,953 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom26 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,953 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-f925w-33691-1619597565877-0:27) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,954 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-f925w-33691-1619597565877-0:27) uptime 0.209 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,954 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom26, ID:centos-7-f925w-33691-1619597565877-0:27) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,954 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,954 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.796669 ms - MDC[]
04:12:59 2021-04-28 08:12:59,954 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testProperties [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,956 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #27 initialized: null - MDC[]
04:12:59 2021-04-28 08:12:59,957 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,958 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-f925w-33691-1619597565877-0:28) is starting - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,958 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-f925w-33691-1619597565877-0:28) started - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,958 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,959 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom27 started - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,960 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-83:1,clientId=Scout JUnit MOM #27 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:12:59 2021-04-28 08:12:59,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ff61924] - MDC[]
04:12:59 2021-04-28 08:12:59,966 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:12:59 2021-04-28 08:12:59,966 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:12:59 2021-04-28 08:12:59,966 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom27 stopped - MDC[]
04:12:59 2021-04-28 08:12:59,966 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-f925w-33691-1619597565877-0:28) is shutting down - MDC[]
04:12:59 2021-04-28 08:12:59,967 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-f925w-33691-1619597565877-0:28) uptime 0.010 seconds - MDC[]
04:12:59 2021-04-28 08:12:59,967 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom27, ID:centos-7-f925w-33691-1619597565877-0:28) is shutdown - MDC[]
04:12:59 2021-04-28 08:12:59,967 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:12:59 2021-04-28 08:12:59,967 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.846720 ms - MDC[]
04:12:59 2021-04-28 08:12:59,967 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testProperties [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,968 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:12:59 2021-04-28 08:12:59,968 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyEmpty [activemq]> - MDC[]
04:12:59 2021-04-28 08:12:59,969 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #28 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:12:59 2021-04-28 08:12:59,971 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,971 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-f925w-33691-1619597565877-0:29) is starting - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,971 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-f925w-33691-1619597565877-0:29) started - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,971 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,972 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom28 started - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,974 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-86:1,clientId=Scout JUnit MOM #28 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:12:59 2021-04-28 08:12:59,981 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5eea295b, org.eclipse.scout.rt.mom.jms.JmsSubscription@747dad52] - MDC[jobName=Running test with support for JUnit timeout]
04:12:59 2021-04-28 08:12:59,988 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6f459025, org.eclipse.scout.rt.mom.jms.JmsSubscription@21f975f3] - MDC[jobName=Running test with support for JUnit timeout]
04:12:59 2021-04-28 08:12:59,995 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@18239db3, org.eclipse.scout.rt.mom.jms.JmsSubscription@ee188a3] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,001 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@660e3210, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e333c32] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,007 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@79222dab, org.eclipse.scout.rt.mom.jms.JmsSubscription@46138f66] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,012 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@35184a5e, org.eclipse.scout.rt.mom.jms.JmsSubscription@34f87297] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,018 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6d9e2f68, org.eclipse.scout.rt.mom.jms.JmsSubscription@3bf83cd6] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,023 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3bb4ac4a, org.eclipse.scout.rt.mom.jms.JmsSubscription@13e47918] - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,024 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1029b2c5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,024 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013521 ms - MDC[]
04:13:00 2021-04-28 08:13:00,024 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,024 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,025 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom28 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,025 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-f925w-33691-1619597565877-0:29) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,026 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-f925w-33691-1619597565877-0:29) uptime 0.055 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,026 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom28, ID:centos-7-f925w-33691-1619597565877-0:29) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,026 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,026 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.991358 ms - MDC[]
04:13:00 2021-04-28 08:13:00,026 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyEmpty [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,029 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #29 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,029 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,030 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-f925w-33691-1619597565877-0:30) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,030 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-f925w-33691-1619597565877-0:30) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,030 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,030 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom29 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,034 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-89:1,clientId=Scout JUnit MOM #29 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,092 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d3405c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@289f9094] - MDC[]
04:13:00 2021-04-28 08:13:00,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@2f3de0ac[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@7c5cd9f5[job=JMS subscriber, state=DONE]] - MDC[]
04:13:00 2021-04-28 08:13:00,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.015013 ms - MDC[]
04:13:00 2021-04-28 08:13:00,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,094 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,094 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom29 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,094 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-f925w-33691-1619597565877-0:30) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-f925w-33691-1619597565877-0:30) uptime 0.066 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom29, ID:centos-7-f925w-33691-1619597565877-0:30) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.867320 ms - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,097 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #30 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,098 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,098 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-f925w-33691-1619597565877-0:31) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,098 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-f925w-33691-1619597565877-0:31) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,098 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,099 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom30 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,100 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-92:1,clientId=Scout JUnit MOM #30 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,161 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29f68e88, org.eclipse.scout.rt.mom.jms.JmsSubscription@5dca9fd8] - MDC[]
04:13:00 2021-04-28 08:13:00,161 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@a6ccb01[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@4f94abc9[job=JMS subscriber, state=DONE]] - MDC[]
04:13:00 2021-04-28 08:13:00,161 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009898 ms - MDC[]
04:13:00 2021-04-28 08:13:00,162 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,162 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,163 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom30 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,163 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-f925w-33691-1619597565877-0:31) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,164 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-f925w-33691-1619597565877-0:31) uptime 0.066 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,164 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom30, ID:centos-7-f925w-33691-1619597565877-0:31) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,164 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,164 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.456391 ms - MDC[]
04:13:00 2021-04-28 08:13:00,164 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,165 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,165 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,166 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #31 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,167 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,167 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-f925w-33691-1619597565877-0:32) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,167 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-f925w-33691-1619597565877-0:32) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,168 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,168 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom31 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,170 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-95:1,clientId=Scout JUnit MOM #31 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,230 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2cd2fdd8, org.eclipse.scout.rt.mom.jms.JmsSubscription@7018c94] - MDC[]
04:13:00 2021-04-28 08:13:00,231 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@52bfa6d7[job=JMS subscriber, state=DONE], JobFutureTask@297e73a0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,231 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.021220 ms - MDC[]
04:13:00 2021-04-28 08:13:00,231 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,232 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,232 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom31 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,233 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-f925w-33691-1619597565877-0:32) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,233 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-f925w-33691-1619597565877-0:32) uptime 0.066 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,233 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom31, ID:centos-7-f925w-33691-1619597565877-0:32) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,233 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,234 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 68.691408 ms - MDC[]
04:13:00 2021-04-28 08:13:00,234 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,234 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,234 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,235 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #32 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,236 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,237 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-f925w-33691-1619597565877-0:33) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,237 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-f925w-33691-1619597565877-0:33) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,237 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,237 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom32 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,239 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-98:1,clientId=Scout JUnit MOM #32 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,297 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@356f7c71, org.eclipse.scout.rt.mom.jms.JmsSubscription@13d57fd0] - MDC[]
04:13:00 2021-04-28 08:13:00,297 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4040cc5a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,298 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009560 ms - MDC[]
04:13:00 2021-04-28 08:13:00,298 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,299 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,299 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom32 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,300 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-f925w-33691-1619597565877-0:33) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,300 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-f925w-33691-1619597565877-0:33) uptime 0.064 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,300 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom32, ID:centos-7-f925w-33691-1619597565877-0:33) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,300 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.393142 ms - MDC[]
04:13:00 2021-04-28 08:13:00,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,303 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #33 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,304 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,304 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-f925w-33691-1619597565877-0:34) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,304 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-f925w-33691-1619597565877-0:34) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,305 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,305 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom33 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,308 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-101:1,clientId=Scout JUnit MOM #33 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,365 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@774cc4a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d5105ed] - MDC[]
04:13:00 2021-04-28 08:13:00,366 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5ce58b3b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,366 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.030185 ms - MDC[]
04:13:00 2021-04-28 08:13:00,367 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,367 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,367 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom33 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,368 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-f925w-33691-1619597565877-0:34) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,368 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-f925w-33691-1619597565877-0:34) uptime 0.064 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,368 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom33, ID:centos-7-f925w-33691-1619597565877-0:34) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,369 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,369 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.206712 ms - MDC[]
04:13:00 2021-04-28 08:13:00,369 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,370 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,370 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,371 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #34 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,372 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,372 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-f925w-33691-1619597565877-0:35) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,372 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-f925w-33691-1619597565877-0:35) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,372 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,373 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom34 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,374 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-104:1,clientId=Scout JUnit MOM #34 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,433 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4ed56cfd, org.eclipse.scout.rt.mom.jms.JmsSubscription@399faad3] - MDC[]
04:13:00 2021-04-28 08:13:00,433 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@b3f36d6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,434 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013985 ms - MDC[]
04:13:00 2021-04-28 08:13:00,435 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,435 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,436 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom34 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,436 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-f925w-33691-1619597565877-0:35) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,437 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-f925w-33691-1619597565877-0:35) uptime 0.066 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,437 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom34, ID:centos-7-f925w-33691-1619597565877-0:35) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,437 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.849082 ms - MDC[]
04:13:00 2021-04-28 08:13:00,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,440 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #35 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,441 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,441 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-f925w-33691-1619597565877-0:36) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,441 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-f925w-33691-1619597565877-0:36) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,441 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,442 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom35 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,444 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-107:1,clientId=Scout JUnit MOM #35 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,506 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@299a0651, org.eclipse.scout.rt.mom.jms.JmsSubscription@4518e64] - MDC[]
04:13:00 2021-04-28 08:13:00,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2b0887a0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,508 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010498 ms - MDC[]
04:13:00 2021-04-28 08:13:00,508 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,508 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,509 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom35 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,509 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-f925w-33691-1619597565877-0:36) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,509 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-f925w-33691-1619597565877-0:36) uptime 0.068 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,509 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom35, ID:centos-7-f925w-33691-1619597565877-0:36) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,510 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,510 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 71.485799 ms - MDC[]
04:13:00 2021-04-28 08:13:00,510 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,511 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,511 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,512 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #36 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,513 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,513 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-f925w-33691-1619597565877-0:37) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,513 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-f925w-33691-1619597565877-0:37) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,514 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,514 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom36 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,516 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-110:1,clientId=Scout JUnit MOM #36 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,574 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@68a1d32f, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bd2dd5d] - MDC[]
04:13:00 2021-04-28 08:13:00,575 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@6dd40ad7[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@1f304a1a[job=JMS subscriber, state=DONE]] - MDC[]
04:13:00 2021-04-28 08:13:00,575 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013309 ms - MDC[]
04:13:00 2021-04-28 08:13:00,575 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,576 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,576 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom36 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,576 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-f925w-33691-1619597565877-0:37) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-f925w-33691-1619597565877-0:37) uptime 0.064 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom36, ID:centos-7-f925w-33691-1619597565877-0:37) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.161566 ms - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,577 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,578 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,579 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #37 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,580 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,580 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-f925w-33691-1619597565877-0:38) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,580 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-f925w-33691-1619597565877-0:38) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,580 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,581 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom37 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,584 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-113:1,clientId=Scout JUnit MOM #37 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,642 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4dd94931, org.eclipse.scout.rt.mom.jms.JmsSubscription@bea7f47] - MDC[]
04:13:00 2021-04-28 08:13:00,643 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@f22a7ae[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,643 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010361 ms - MDC[]
04:13:00 2021-04-28 08:13:00,644 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,644 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,644 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom37 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,644 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-f925w-33691-1619597565877-0:38) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,645 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-f925w-33691-1619597565877-0:38) uptime 0.066 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,645 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom37, ID:centos-7-f925w-33691-1619597565877-0:38) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,645 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,645 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.525711 ms - MDC[]
04:13:00 2021-04-28 08:13:00,645 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,646 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,646 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,647 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #38 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:00 2021-04-28 08:13:00,647 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,648 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-f925w-33691-1619597565877-0:39) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,648 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-f925w-33691-1619597565877-0:39) started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,648 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,648 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom38 started - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,650 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-116:1,clientId=Scout JUnit MOM #38 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:00 2021-04-28 08:13:00,707 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@64bf60c7, org.eclipse.scout.rt.mom.jms.JmsSubscription@367628c8] - MDC[]
04:13:00 2021-04-28 08:13:00,707 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3a9e2f68[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:00 2021-04-28 08:13:00,708 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012921 ms - MDC[]
04:13:00 2021-04-28 08:13:00,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,709 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom38 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,709 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-f925w-33691-1619597565877-0:39) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,710 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-f925w-33691-1619597565877-0:39) uptime 0.063 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,710 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom38, ID:centos-7-f925w-33691-1619597565877-0:39) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,710 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,710 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.323732 ms - MDC[]
04:13:00 2021-04-28 08:13:00,710 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,711 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,711 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonData [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,711 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #39 initialized: null - MDC[]
04:13:00 2021-04-28 08:13:00,712 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:00 2021-04-28 08:13:00,712 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-f925w-33691-1619597565877-0:40) is starting - MDC[]
04:13:00 2021-04-28 08:13:00,713 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-f925w-33691-1619597565877-0:40) started - MDC[]
04:13:00 2021-04-28 08:13:00,713 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:00 2021-04-28 08:13:00,713 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom39 started - MDC[]
04:13:00 2021-04-28 08:13:00,714 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-119:1,clientId=Scout JUnit MOM #39 (centos-7-f925w:8080),started=true} - MDC[]
04:13:00 2021-04-28 08:13:00,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3815c525, org.eclipse.scout.rt.mom.jms.JmsSubscription@58a887fb] - MDC[]
04:13:00 2021-04-28 08:13:00,749 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:00 2021-04-28 08:13:00,749 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:00 2021-04-28 08:13:00,750 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom39 stopped - MDC[]
04:13:00 2021-04-28 08:13:00,750 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-f925w-33691-1619597565877-0:40) is shutting down - MDC[]
04:13:00 2021-04-28 08:13:00,751 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-f925w-33691-1619597565877-0:40) uptime 0.039 seconds - MDC[]
04:13:00 2021-04-28 08:13:00,751 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom39, ID:centos-7-f925w-33691-1619597565877-0:40) is shutdown - MDC[]
04:13:00 2021-04-28 08:13:00,752 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:00 2021-04-28 08:13:00,752 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.856428 ms - MDC[]
04:13:00 2021-04-28 08:13:00,752 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonData [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,753 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:00 2021-04-28 08:13:00,753 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:00 2021-04-28 08:13:00,754 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #40 initialized: null - MDC[jobName=requester (Q)]
04:13:00 2021-04-28 08:13:00,755 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:00 2021-04-28 08:13:00,756 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-f925w-33691-1619597565877-0:41) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:00 2021-04-28 08:13:00,756 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-f925w-33691-1619597565877-0:41) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:00 2021-04-28 08:13:00,756 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:00 2021-04-28 08:13:00,757 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom40 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:00 2021-04-28 08:13:00,758 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-122:1,clientId=Scout JUnit MOM #40 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b35f06a] - MDC[]
04:13:01 2021-04-28 08:13:01,062 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3bb60bec[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:01 2021-04-28 08:13:01,062 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009113 ms - MDC[]
04:13:01 2021-04-28 08:13:01,063 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:01 2021-04-28 08:13:01,063 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:01 2021-04-28 08:13:01,063 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom40 stopped - MDC[]
04:13:01 2021-04-28 08:13:01,064 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-f925w-33691-1619597565877-0:41) is shutting down - MDC[]
04:13:01 2021-04-28 08:13:01,064 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-f925w-33691-1619597565877-0:41) uptime 0.309 seconds - MDC[]
04:13:01 2021-04-28 08:13:01,064 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom40, ID:centos-7-f925w-33691-1619597565877-0:41) is shutdown - MDC[]
04:13:01 2021-04-28 08:13:01,064 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:01 2021-04-28 08:13:01,065 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 311.725677 ms - MDC[]
04:13:01 2021-04-28 08:13:01,065 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,065 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:01 2021-04-28 08:13:01,065 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,067 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #41 initialized: null - MDC[jobName=requester (Q)]
04:13:01 2021-04-28 08:13:01,067 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,068 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-f925w-33691-1619597565877-0:42) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,068 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-f925w-33691-1619597565877-0:42) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,068 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,069 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom41 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,070 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-125:1,clientId=Scout JUnit MOM #41 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,373 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34dd9ae1] - MDC[]
04:13:01 2021-04-28 08:13:01,373 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5ee6aafb[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:01 2021-04-28 08:13:01,373 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008736 ms - MDC[]
04:13:01 2021-04-28 08:13:01,373 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:01 2021-04-28 08:13:01,373 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:01 2021-04-28 08:13:01,374 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom41 stopped - MDC[]
04:13:01 2021-04-28 08:13:01,374 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-f925w-33691-1619597565877-0:42) is shutting down - MDC[]
04:13:01 2021-04-28 08:13:01,375 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-f925w-33691-1619597565877-0:42) uptime 0.308 seconds - MDC[]
04:13:01 2021-04-28 08:13:01,375 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom41, ID:centos-7-f925w-33691-1619597565877-0:42) is shutdown - MDC[]
04:13:01 2021-04-28 08:13:01,375 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:01 2021-04-28 08:13:01,375 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.908290 ms - MDC[]
04:13:01 2021-04-28 08:13:01,375 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,376 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:01 2021-04-28 08:13:01,376 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,377 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #42 initialized: null - MDC[jobName=requester (Q)]
04:13:01 2021-04-28 08:13:01,378 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,379 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-f925w-33691-1619597565877-0:43) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,379 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-f925w-33691-1619597565877-0:43) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,379 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,380 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom42 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,381 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-128:1,clientId=Scout JUnit MOM #42 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,683 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@77889f63] - MDC[]
04:13:01 2021-04-28 08:13:01,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@21946265[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:01 2021-04-28 08:13:01,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008150 ms - MDC[]
04:13:01 2021-04-28 08:13:01,684 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:01 2021-04-28 08:13:01,684 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:01 2021-04-28 08:13:01,685 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom42 stopped - MDC[]
04:13:01 2021-04-28 08:13:01,685 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-f925w-33691-1619597565877-0:43) is shutting down - MDC[]
04:13:01 2021-04-28 08:13:01,685 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-f925w-33691-1619597565877-0:43) uptime 0.307 seconds - MDC[]
04:13:01 2021-04-28 08:13:01,685 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom42, ID:centos-7-f925w-33691-1619597565877-0:43) is shutdown - MDC[]
04:13:01 2021-04-28 08:13:01,686 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:01 2021-04-28 08:13:01,686 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.542497 ms - MDC[]
04:13:01 2021-04-28 08:13:01,686 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,686 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:01 2021-04-28 08:13:01,686 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,687 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #43 initialized: null - MDC[jobName=requester (Q)]
04:13:01 2021-04-28 08:13:01,688 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,689 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-f925w-33691-1619597565877-0:44) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,689 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-f925w-33691-1619597565877-0:44) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,689 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,690 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom43 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,697 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-131:1,clientId=Scout JUnit MOM #43 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:01 2021-04-28 08:13:01,994 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@270b527f] - MDC[]
04:13:01 2021-04-28 08:13:01,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4058a1f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:01 2021-04-28 08:13:01,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007912 ms - MDC[]
04:13:01 2021-04-28 08:13:01,995 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:01 2021-04-28 08:13:01,995 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:01 2021-04-28 08:13:01,996 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom43 stopped - MDC[]
04:13:01 2021-04-28 08:13:01,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-f925w-33691-1619597565877-0:44) is shutting down - MDC[]
04:13:01 2021-04-28 08:13:01,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-f925w-33691-1619597565877-0:44) uptime 0.308 seconds - MDC[]
04:13:01 2021-04-28 08:13:01,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom43, ID:centos-7-f925w-33691-1619597565877-0:44) is shutdown - MDC[]
04:13:01 2021-04-28 08:13:01,996 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:01 2021-04-28 08:13:01,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.126711 ms - MDC[]
04:13:01 2021-04-28 08:13:01,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:01 2021-04-28 08:13:01,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:01 2021-04-28 08:13:01,998 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #44 initialized: null - MDC[jobName=requester (Q)]
04:13:01 2021-04-28 08:13:01,999 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:01,999 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-f925w-33691-1619597565877-0:45) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,000 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-f925w-33691-1619597565877-0:45) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,000 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,000 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom44 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,001 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-134:1,clientId=Scout JUnit MOM #44 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,306 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@13021796] - MDC[]
04:13:02 2021-04-28 08:13:02,306 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@50f119d8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:02 2021-04-28 08:13:02,306 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007996 ms - MDC[]
04:13:02 2021-04-28 08:13:02,306 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:02 2021-04-28 08:13:02,306 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:02 2021-04-28 08:13:02,307 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom44 stopped - MDC[]
04:13:02 2021-04-28 08:13:02,307 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-f925w-33691-1619597565877-0:45) is shutting down - MDC[]
04:13:02 2021-04-28 08:13:02,307 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-f925w-33691-1619597565877-0:45) uptime 0.308 seconds - MDC[]
04:13:02 2021-04-28 08:13:02,307 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom44, ID:centos-7-f925w-33691-1619597565877-0:45) is shutdown - MDC[]
04:13:02 2021-04-28 08:13:02,308 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:02 2021-04-28 08:13:02,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.647939 ms - MDC[]
04:13:02 2021-04-28 08:13:02,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:02 2021-04-28 08:13:02,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,310 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #45 initialized: null - MDC[jobName=requester (Q)]
04:13:02 2021-04-28 08:13:02,311 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,312 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-f925w-33691-1619597565877-0:46) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,312 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-f925w-33691-1619597565877-0:46) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,312 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,312 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom45 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,313 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-137:1,clientId=Scout JUnit MOM #45 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,616 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4a105d1b] - MDC[]
04:13:02 2021-04-28 08:13:02,616 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@272c556b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:02 2021-04-28 08:13:02,617 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010866 ms - MDC[]
04:13:02 2021-04-28 08:13:02,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:02 2021-04-28 08:13:02,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:02 2021-04-28 08:13:02,618 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom45 stopped - MDC[]
04:13:02 2021-04-28 08:13:02,618 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-f925w-33691-1619597565877-0:46) is shutting down - MDC[]
04:13:02 2021-04-28 08:13:02,618 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-f925w-33691-1619597565877-0:46) uptime 0.307 seconds - MDC[]
04:13:02 2021-04-28 08:13:02,618 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom45, ID:centos-7-f925w-33691-1619597565877-0:46) is shutdown - MDC[]
04:13:02 2021-04-28 08:13:02,618 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:02 2021-04-28 08:13:02,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.298752 ms - MDC[]
04:13:02 2021-04-28 08:13:02,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:02 2021-04-28 08:13:02,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,620 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #46 initialized: null - MDC[jobName=requester (Q)]
04:13:02 2021-04-28 08:13:02,621 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,621 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-f925w-33691-1619597565877-0:47) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,621 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-f925w-33691-1619597565877-0:47) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,621 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,622 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom46 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,623 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-140:1,clientId=Scout JUnit MOM #46 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,925 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a4729e6] - MDC[]
04:13:02 2021-04-28 08:13:02,925 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5a4c600f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:02 2021-04-28 08:13:02,926 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011733 ms - MDC[]
04:13:02 2021-04-28 08:13:02,926 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:02 2021-04-28 08:13:02,926 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:02 2021-04-28 08:13:02,927 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom46 stopped - MDC[]
04:13:02 2021-04-28 08:13:02,927 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-f925w-33691-1619597565877-0:47) is shutting down - MDC[]
04:13:02 2021-04-28 08:13:02,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-f925w-33691-1619597565877-0:47) uptime 0.307 seconds - MDC[]
04:13:02 2021-04-28 08:13:02,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom46, ID:centos-7-f925w-33691-1619597565877-0:47) is shutdown - MDC[]
04:13:02 2021-04-28 08:13:02,928 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:02 2021-04-28 08:13:02,928 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.267050 ms - MDC[]
04:13:02 2021-04-28 08:13:02,928 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:02 2021-04-28 08:13:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:02 2021-04-28 08:13:02,931 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #47 initialized: null - MDC[jobName=requester (Q)]
04:13:02 2021-04-28 08:13:02,931 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,932 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-f925w-33691-1619597565877-0:48) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,932 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-f925w-33691-1619597565877-0:48) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,932 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,933 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom47 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:02 2021-04-28 08:13:02,933 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-143:1,clientId=Scout JUnit MOM #47 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,236 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f6f6223] - MDC[]
04:13:03 2021-04-28 08:13:03,237 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@14cd3b87[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:03 2021-04-28 08:13:03,237 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007907 ms - MDC[]
04:13:03 2021-04-28 08:13:03,237 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:03 2021-04-28 08:13:03,237 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:03 2021-04-28 08:13:03,239 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom47 stopped - MDC[]
04:13:03 2021-04-28 08:13:03,239 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-f925w-33691-1619597565877-0:48) is shutting down - MDC[]
04:13:03 2021-04-28 08:13:03,239 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-f925w-33691-1619597565877-0:48) uptime 0.308 seconds - MDC[]
04:13:03 2021-04-28 08:13:03,239 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom47, ID:centos-7-f925w-33691-1619597565877-0:48) is shutdown - MDC[]
04:13:03 2021-04-28 08:13:03,239 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:03 2021-04-28 08:13:03,240 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.387401 ms - MDC[]
04:13:03 2021-04-28 08:13:03,240 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,240 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:03 2021-04-28 08:13:03,240 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,242 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #48 initialized: null - MDC[jobName=requester (Q)]
04:13:03 2021-04-28 08:13:03,243 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,243 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-f925w-33691-1619597565877-0:49) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,243 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-f925w-33691-1619597565877-0:49) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,243 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,244 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom48 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,244 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-146:1,clientId=Scout JUnit MOM #48 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e84c698] - MDC[]
04:13:03 2021-04-28 08:13:03,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@7fd17fe3[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@726f6287[job=JMS subscriber, state=DONE]] - MDC[]
04:13:03 2021-04-28 08:13:03,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.025503 ms - MDC[]
04:13:03 2021-04-28 08:13:03,548 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:03 2021-04-28 08:13:03,548 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:03 2021-04-28 08:13:03,549 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom48 stopped - MDC[]
04:13:03 2021-04-28 08:13:03,549 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-f925w-33691-1619597565877-0:49) is shutting down - MDC[]
04:13:03 2021-04-28 08:13:03,550 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-f925w-33691-1619597565877-0:49) uptime 0.307 seconds - MDC[]
04:13:03 2021-04-28 08:13:03,550 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom48, ID:centos-7-f925w-33691-1619597565877-0:49) is shutdown - MDC[]
04:13:03 2021-04-28 08:13:03,550 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:03 2021-04-28 08:13:03,550 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.554999 ms - MDC[]
04:13:03 2021-04-28 08:13:03,550 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,551 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:03 2021-04-28 08:13:03,551 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,552 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #49 initialized: null - MDC[jobName=requester (Q)]
04:13:03 2021-04-28 08:13:03,553 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,553 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-f925w-33691-1619597565877-0:50) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,553 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-f925w-33691-1619597565877-0:50) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,553 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,554 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom49 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,554 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-149:1,clientId=Scout JUnit MOM #49 (centos-7-f925w:8080),started=true} - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:03 2021-04-28 08:13:03,858 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@76795a95] - MDC[]
04:13:03 2021-04-28 08:13:03,859 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@68b3664b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:03 2021-04-28 08:13:03,859 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010733 ms - MDC[]
04:13:03 2021-04-28 08:13:03,859 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:03 2021-04-28 08:13:03,859 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:03 2021-04-28 08:13:03,860 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom49 stopped - MDC[]
04:13:03 2021-04-28 08:13:03,860 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-f925w-33691-1619597565877-0:50) is shutting down - MDC[]
04:13:03 2021-04-28 08:13:03,860 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-f925w-33691-1619597565877-0:50) uptime 0.307 seconds - MDC[]
04:13:03 2021-04-28 08:13:03,861 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom49, ID:centos-7-f925w-33691-1619597565877-0:50) is shutdown - MDC[]
04:13:03 2021-04-28 08:13:03,861 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:03 2021-04-28 08:13:03,861 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.030514 ms - MDC[]
04:13:03 2021-04-28 08:13:03,861 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,862 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:03 2021-04-28 08:13:03,862 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicDurableSubscription [activemq]> - MDC[]
04:13:03 2021-04-28 08:13:03,862 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #50 initialized: null - MDC[]
04:13:03 2021-04-28 08:13:03,863 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:03 2021-04-28 08:13:03,863 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-f925w-33691-1619597565877-0:51) is starting - MDC[jobName=JMS subscriber]
04:13:03 2021-04-28 08:13:03,863 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-f925w-33691-1619597565877-0:51) started - MDC[jobName=JMS subscriber]
04:13:03 2021-04-28 08:13:03,864 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:03 2021-04-28 08:13:03,864 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom50 started - MDC[jobName=JMS subscriber]
04:13:03 2021-04-28 08:13:03,865 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-152:1,clientId=Scout JUnit MOM #50 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@409f9dca, org.eclipse.scout.rt.mom.jms.JmsSubscription@7df63a2d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2682fe42, org.eclipse.scout.rt.mom.jms.JmsSubscription@27f73e68] - MDC[]
04:13:07 2021-04-28 08:13:07,881 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,881 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:07 2021-04-28 08:13:07,882 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom50 stopped - MDC[]
04:13:07 2021-04-28 08:13:07,882 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-f925w-33691-1619597565877-0:51) is shutting down - MDC[]
04:13:07 2021-04-28 08:13:07,883 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-f925w-33691-1619597565877-0:51) uptime 4.020 seconds - MDC[]
04:13:07 2021-04-28 08:13:07,883 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom50, ID:centos-7-f925w-33691-1619597565877-0:51) is shutdown - MDC[]
04:13:07 2021-04-28 08:13:07,883 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:07 2021-04-28 08:13:07,883 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4021.401635 ms - MDC[]
04:13:07 2021-04-28 08:13:07,883 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicDurableSubscription [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,884 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,884 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithoutRequestReply [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,885 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #51: 'request-reply' messaging is disabled - MDC[]
04:13:07 2021-04-28 08:13:07,885 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #51 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,886 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,886 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.703284 ms - MDC[]
04:13:07 2021-04-28 08:13:07,886 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithoutRequestReply [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,887 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,887 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessageRequestReply [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #52 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,889 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,889 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-f925w-33691-1619597565877-0:52) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,890 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-f925w-33691-1619597565877-0:52) started - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,890 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,890 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom52 started - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,891 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-155:1,clientId=Scout JUnit MOM #52 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:07 2021-04-28 08:13:07,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4159113f, org.eclipse.scout.rt.mom.jms.JmsSubscription@3333b099] - MDC[]
04:13:07 2021-04-28 08:13:07,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2fc70622[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:07 2021-04-28 08:13:07,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010830 ms - MDC[]
04:13:07 2021-04-28 08:13:07,900 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,901 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:07 2021-04-28 08:13:07,901 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom52 stopped - MDC[]
04:13:07 2021-04-28 08:13:07,901 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-f925w-33691-1619597565877-0:52) is shutting down - MDC[]
04:13:07 2021-04-28 08:13:07,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-f925w-33691-1619597565877-0:52) uptime 0.013 seconds - MDC[]
04:13:07 2021-04-28 08:13:07,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom52, ID:centos-7-f925w-33691-1619597565877-0:52) is shutdown - MDC[]
04:13:07 2021-04-28 08:13:07,902 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:07 2021-04-28 08:13:07,902 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.906255 ms - MDC[]
04:13:07 2021-04-28 08:13:07,902 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessageRequestReply [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishNull [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #53 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,903 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:07 2021-04-28 08:13:07,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-f925w-33691-1619597565877-0:53) is starting - MDC[]
04:13:07 2021-04-28 08:13:07,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-f925w-33691-1619597565877-0:53) started - MDC[]
04:13:07 2021-04-28 08:13:07,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:07 2021-04-28 08:13:07,904 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom53 started - MDC[]
04:13:07 2021-04-28 08:13:07,905 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-158:1,clientId=Scout JUnit MOM #53 (centos-7-f925w:8080),started=true} - MDC[]
04:13:07 2021-04-28 08:13:07,908 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4e370f52, org.eclipse.scout.rt.mom.jms.JmsSubscription@24cc60ef] - MDC[]
04:13:07 2021-04-28 08:13:07,911 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@33c28f0d, org.eclipse.scout.rt.mom.jms.JmsSubscription@2429a26f] - MDC[]
04:13:07 2021-04-28 08:13:07,914 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5df3f854, org.eclipse.scout.rt.mom.jms.JmsSubscription@1a5d08c5] - MDC[]
04:13:07 2021-04-28 08:13:07,917 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1e60d113, org.eclipse.scout.rt.mom.jms.JmsSubscription@697ea6b2] - MDC[]
04:13:07 2021-04-28 08:13:07,919 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@67b68dc3, org.eclipse.scout.rt.mom.jms.JmsSubscription@5922338f] - MDC[]
04:13:07 2021-04-28 08:13:07,921 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@46a6368f, org.eclipse.scout.rt.mom.jms.JmsSubscription@69f564ab] - MDC[]
04:13:07 2021-04-28 08:13:07,923 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2213c8fe, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cf2b47a] - MDC[]
04:13:07 2021-04-28 08:13:07,927 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@69160a0c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1884db6f] - MDC[]
04:13:07 2021-04-28 08:13:07,927 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,927 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:07 2021-04-28 08:13:07,928 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom53 stopped - MDC[]
04:13:07 2021-04-28 08:13:07,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-f925w-33691-1619597565877-0:53) is shutting down - MDC[]
04:13:07 2021-04-28 08:13:07,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-f925w-33691-1619597565877-0:53) uptime 0.025 seconds - MDC[]
04:13:07 2021-04-28 08:13:07,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom53, ID:centos-7-f925w-33691-1619597565877-0:53) is shutdown - MDC[]
04:13:07 2021-04-28 08:13:07,928 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:07 2021-04-28 08:13:07,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 25.816365 ms - MDC[]
04:13:07 2021-04-28 08:13:07,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishNull [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishText [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #54 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,930 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:07 2021-04-28 08:13:07,931 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-f925w-33691-1619597565877-0:54) is starting - MDC[]
04:13:07 2021-04-28 08:13:07,931 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-f925w-33691-1619597565877-0:54) started - MDC[]
04:13:07 2021-04-28 08:13:07,931 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:07 2021-04-28 08:13:07,931 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom54 started - MDC[]
04:13:07 2021-04-28 08:13:07,932 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-161:1,clientId=Scout JUnit MOM #54 (centos-7-f925w:8080),started=true} - MDC[]
04:13:07 2021-04-28 08:13:07,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2004e611, org.eclipse.scout.rt.mom.jms.JmsSubscription@75cc775c] - MDC[]
04:13:07 2021-04-28 08:13:07,936 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@fd10007[job=JMS subscriber, state=DONE]] - MDC[]
04:13:07 2021-04-28 08:13:07,936 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006331 ms - MDC[]
04:13:07 2021-04-28 08:13:07,936 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,936 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:07 2021-04-28 08:13:07,936 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom54 stopped - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-f925w-33691-1619597565877-0:54) is shutting down - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-f925w-33691-1619597565877-0:54) uptime 0.007 seconds - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom54, ID:centos-7-f925w-33691-1619597565877-0:54) is shutdown - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.674958 ms - MDC[]
04:13:07 2021-04-28 08:13:07,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishText [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeCorrelationId [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #55 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,940 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,940 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-f925w-33691-1619597565877-0:55) is starting - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,940 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-f925w-33691-1619597565877-0:55) started - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,941 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,941 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom55 started - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,988 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-164:1,clientId=Scout JUnit MOM #55 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,991 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e300294] - MDC[]
04:13:07 2021-04-28 08:13:07,991 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,992 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:07 2021-04-28 08:13:07,992 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom55 stopped - MDC[]
04:13:07 2021-04-28 08:13:07,992 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-f925w-33691-1619597565877-0:55) is shutting down - MDC[]
04:13:07 2021-04-28 08:13:07,992 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-f925w-33691-1619597565877-0:55) uptime 0.052 seconds - MDC[]
04:13:07 2021-04-28 08:13:07,992 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom55, ID:centos-7-f925w-33691-1619597565877-0:55) is shutdown - MDC[]
04:13:07 2021-04-28 08:13:07,993 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:07 2021-04-28 08:13:07,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 54.721535 ms - MDC[]
04:13:07 2021-04-28 08:13:07,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeCorrelationId [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:07 2021-04-28 08:13:07,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribe [activemq]> - MDC[]
04:13:07 2021-04-28 08:13:07,994 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #56 initialized: null - MDC[]
04:13:07 2021-04-28 08:13:07,995 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,995 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-f925w-33691-1619597565877-0:56) is starting - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,995 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-f925w-33691-1619597565877-0:56) started - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,996 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,996 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom56 started - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,997 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-167:1,clientId=Scout JUnit MOM #56 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:07 2021-04-28 08:13:07,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5416bc77] - MDC[]
04:13:07 2021-04-28 08:13:07,999 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:07 2021-04-28 08:13:07,999 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom56 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-f925w-33691-1619597565877-0:56) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-f925w-33691-1619597565877-0:56) uptime 0.005 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom56, ID:centos-7-f925w-33691-1619597565877-0:56) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,000 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.059242 ms - MDC[]
04:13:08 2021-04-28 08:13:08,001 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribe [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,001 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,001 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishBytes [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,002 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #57 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,003 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:08 2021-04-28 08:13:08,003 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-f925w-33691-1619597565877-0:57) is starting - MDC[]
04:13:08 2021-04-28 08:13:08,003 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-f925w-33691-1619597565877-0:57) started - MDC[]
04:13:08 2021-04-28 08:13:08,003 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:08 2021-04-28 08:13:08,004 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom57 started - MDC[]
04:13:08 2021-04-28 08:13:08,005 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-170:1,clientId=Scout JUnit MOM #57 (centos-7-f925w:8080),started=true} - MDC[]
04:13:08 2021-04-28 08:13:08,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@fbb41e5, org.eclipse.scout.rt.mom.jms.JmsSubscription@eefc1bf] - MDC[]
04:13:08 2021-04-28 08:13:08,009 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,009 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,010 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom57 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,010 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-f925w-33691-1619597565877-0:57) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,010 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-f925w-33691-1619597565877-0:57) uptime 0.007 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,010 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom57, ID:centos-7-f925w-33691-1619597565877-0:57) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,010 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,011 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.046720 ms - MDC[]
04:13:08 2021-04-28 08:13:08,011 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishBytes [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,011 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,011 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishEmpty [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #58 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,013 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:08 2021-04-28 08:13:08,013 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-f925w-33691-1619597565877-0:58) is starting - MDC[]
04:13:08 2021-04-28 08:13:08,014 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-f925w-33691-1619597565877-0:58) started - MDC[]
04:13:08 2021-04-28 08:13:08,014 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:08 2021-04-28 08:13:08,014 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom58 started - MDC[]
04:13:08 2021-04-28 08:13:08,015 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-173:1,clientId=Scout JUnit MOM #58 (centos-7-f925w:8080),started=true} - MDC[]
04:13:08 2021-04-28 08:13:08,017 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2cca15d8, org.eclipse.scout.rt.mom.jms.JmsSubscription@2895e02b] - MDC[]
04:13:08 2021-04-28 08:13:08,020 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3d731475, org.eclipse.scout.rt.mom.jms.JmsSubscription@7bad8257] - MDC[]
04:13:08 2021-04-28 08:13:08,023 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3514d1a4, org.eclipse.scout.rt.mom.jms.JmsSubscription@1177049c] - MDC[]
04:13:08 2021-04-28 08:13:08,025 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4df25105, org.eclipse.scout.rt.mom.jms.JmsSubscription@9478683] - MDC[]
04:13:08 2021-04-28 08:13:08,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2d2bda62, org.eclipse.scout.rt.mom.jms.JmsSubscription@33918d45] - MDC[]
04:13:08 2021-04-28 08:13:08,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6129f50e, org.eclipse.scout.rt.mom.jms.JmsSubscription@a90447f] - MDC[]
04:13:08 2021-04-28 08:13:08,033 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2db6d66d, org.eclipse.scout.rt.mom.jms.JmsSubscription@26fd2a82] - MDC[]
04:13:08 2021-04-28 08:13:08,035 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@41f53068, org.eclipse.scout.rt.mom.jms.JmsSubscription@12fb37b2] - MDC[]
04:13:08 2021-04-28 08:13:08,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,037 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom58 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-f925w-33691-1619597565877-0:58) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-f925w-33691-1619597565877-0:58) uptime 0.024 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom58, ID:centos-7-f925w-33691-1619597565877-0:58) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,037 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 25.965536 ms - MDC[]
04:13:08 2021-04-28 08:13:08,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishEmpty [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithConfiguredDefaultMarshaller [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #59 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,040 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:08 2021-04-28 08:13:08,087 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-f925w-33691-1619597565877-0:59) is starting - MDC[]
04:13:08 2021-04-28 08:13:08,088 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-f925w-33691-1619597565877-0:59) started - MDC[]
04:13:08 2021-04-28 08:13:08,088 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:08 2021-04-28 08:13:08,088 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom59 started - MDC[]
04:13:08 2021-04-28 08:13:08,089 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-176:1,clientId=Scout JUnit MOM #59 (centos-7-f925w:8080),started=true} - MDC[]
04:13:08 2021-04-28 08:13:08,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@30e2c9dc] - MDC[]
04:13:08 2021-04-28 08:13:08,094 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,094 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,094 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom59 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,094 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-f925w-33691-1619597565877-0:59) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-f925w-33691-1619597565877-0:59) uptime 0.055 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom59, ID:centos-7-f925w-33691-1619597565877-0:59) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 56.449018 ms - MDC[]
04:13:08 2021-04-28 08:13:08,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithConfiguredDefaultMarshaller [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,097 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #60 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,098 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,098 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-f925w-33691-1619597565877-0:60) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,098 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-f925w-33691-1619597565877-0:60) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,099 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,099 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom60 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,101 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-179:1,clientId=Scout JUnit MOM #60 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,154 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@43bb76d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@66f04451] - MDC[]
04:13:08 2021-04-28 08:13:08,155 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5bcfc422[job=JMS subscriber, state=DONE]] - MDC[]
04:13:08 2021-04-28 08:13:08,155 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009875 ms - MDC[]
04:13:08 2021-04-28 08:13:08,155 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,155 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,156 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom60 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,156 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-f925w-33691-1619597565877-0:60) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,157 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-f925w-33691-1619597565877-0:60) uptime 0.059 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,157 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom60, ID:centos-7-f925w-33691-1619597565877-0:60) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,157 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,157 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 61.210593 ms - MDC[]
04:13:08 2021-04-28 08:13:08,157 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,158 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,158 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,159 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #61 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,160 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,160 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-f925w-33691-1619597565877-0:61) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,160 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-f925w-33691-1619597565877-0:61) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,160 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,161 INFO  [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom61 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,161 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-182:1,clientId=Scout JUnit MOM #61 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,214 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11aeb673, org.eclipse.scout.rt.mom.jms.JmsSubscription@a0b11] - MDC[]
04:13:08 2021-04-28 08:13:08,215 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2ea7e25d[job=JMS subscriber, state=DONE]] - MDC[]
04:13:08 2021-04-28 08:13:08,215 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009380 ms - MDC[]
04:13:08 2021-04-28 08:13:08,215 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,215 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,216 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom61 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,216 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-f925w-33691-1619597565877-0:61) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,217 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-f925w-33691-1619597565877-0:61) uptime 0.057 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,217 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom61, ID:centos-7-f925w-33691-1619597565877-0:61) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,217 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,217 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.933050 ms - MDC[]
04:13:08 2021-04-28 08:13:08,217 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,219 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #62 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,219 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,220 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-f925w-33691-1619597565877-0:62) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,220 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-f925w-33691-1619597565877-0:62) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,220 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,220 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom62 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,221 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-185:1,clientId=Scout JUnit MOM #62 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,274 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@27ee8493, org.eclipse.scout.rt.mom.jms.JmsSubscription@350a0ff6] - MDC[]
04:13:08 2021-04-28 08:13:08,275 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7dfdf161[job=JMS subscriber, state=DONE]] - MDC[]
04:13:08 2021-04-28 08:13:08,275 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010520 ms - MDC[]
04:13:08 2021-04-28 08:13:08,275 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,275 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,276 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom62 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,276 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-f925w-33691-1619597565877-0:62) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,276 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-f925w-33691-1619597565877-0:62) uptime 0.057 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,276 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom62, ID:centos-7-f925w-33691-1619597565877-0:62) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,276 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,277 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.564374 ms - MDC[]
04:13:08 2021-04-28 08:13:08,277 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,277 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,277 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,278 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #63 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,279 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,279 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-f925w-33691-1619597565877-0:63) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,279 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-f925w-33691-1619597565877-0:63) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,279 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,280 INFO  [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom63 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,282 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-188:1,clientId=Scout JUnit MOM #63 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,335 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@129e564f, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d6527bf] - MDC[]
04:13:08 2021-04-28 08:13:08,335 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,335 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,336 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom63 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,336 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-f925w-33691-1619597565877-0:63) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,336 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-f925w-33691-1619597565877-0:63) uptime 0.057 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,336 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom63, ID:centos-7-f925w-33691-1619597565877-0:63) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,336 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,337 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.342148 ms - MDC[]
04:13:08 2021-04-28 08:13:08,337 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,337 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,337 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,338 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #64 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,338 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,339 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-f925w-33691-1619597565877-0:64) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,339 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-f925w-33691-1619597565877-0:64) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,339 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,339 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom64 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,340 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-191:1,clientId=Scout JUnit MOM #64 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,393 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@50603313, org.eclipse.scout.rt.mom.jms.JmsSubscription@29a01820] - MDC[]
04:13:08 2021-04-28 08:13:08,394 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,394 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,395 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom64 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,395 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-f925w-33691-1619597565877-0:64) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-f925w-33691-1619597565877-0:64) uptime 0.058 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom64, ID:centos-7-f925w-33691-1619597565877-0:64) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.881127 ms - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #65 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,398 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,398 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-f925w-33691-1619597565877-0:65) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,398 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-f925w-33691-1619597565877-0:65) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,398 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,399 INFO  [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom65 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,399 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-194:1,clientId=Scout JUnit MOM #65 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,453 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e2cf713, org.eclipse.scout.rt.mom.jms.JmsSubscription@32fc8a41] - MDC[]
04:13:08 2021-04-28 08:13:08,453 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,453 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom65 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-f925w-33691-1619597565877-0:65) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-f925w-33691-1619597565877-0:65) uptime 0.056 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom65, ID:centos-7-f925w-33691-1619597565877-0:65) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.679271 ms - MDC[]
04:13:08 2021-04-28 08:13:08,454 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,455 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,455 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,455 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #66 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,456 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,456 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-f925w-33691-1619597565877-0:66) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,456 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-f925w-33691-1619597565877-0:66) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,456 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,457 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom66 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,458 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-197:1,clientId=Scout JUnit MOM #66 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,511 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41a7445f, org.eclipse.scout.rt.mom.jms.JmsSubscription@59de440b] - MDC[]
04:13:08 2021-04-28 08:13:08,511 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,511 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom66 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-f925w-33691-1619597565877-0:66) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-f925w-33691-1619597565877-0:66) uptime 0.056 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom66, ID:centos-7-f925w-33691-1619597565877-0:66) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,512 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.561016 ms - MDC[]
04:13:08 2021-04-28 08:13:08,513 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,513 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,513 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,513 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #67 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,514 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,515 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-f925w-33691-1619597565877-0:67) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,515 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-f925w-33691-1619597565877-0:67) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,515 INFO  [scout-thread-19] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,515 INFO  [scout-thread-19] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom67 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,516 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-200:1,clientId=Scout JUnit MOM #67 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,570 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@739fcd31, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fa1f38b] - MDC[]
04:13:08 2021-04-28 08:13:08,570 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,571 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,572 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom67 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,572 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-f925w-33691-1619597565877-0:67) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,572 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-f925w-33691-1619597565877-0:67) uptime 0.058 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,572 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom67, ID:centos-7-f925w-33691-1619597565877-0:67) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,572 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,573 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.530588 ms - MDC[]
04:13:08 2021-04-28 08:13:08,573 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,573 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,573 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,574 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #68 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,575 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,575 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-f925w-33691-1619597565877-0:68) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,575 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-f925w-33691-1619597565877-0:68) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,576 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,576 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom68 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,576 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-203:1,clientId=Scout JUnit MOM #68 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,630 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@542aa32a, org.eclipse.scout.rt.mom.jms.JmsSubscription@55f0ba66] - MDC[]
04:13:08 2021-04-28 08:13:08,630 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,630 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,631 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom68 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,631 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-f925w-33691-1619597565877-0:68) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,632 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-f925w-33691-1619597565877-0:68) uptime 0.057 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,632 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom68, ID:centos-7-f925w-33691-1619597565877-0:68) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,632 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.971756 ms - MDC[]
04:13:08 2021-04-28 08:13:08,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #69 initialized: null - MDC[]
04:13:08 2021-04-28 08:13:08,634 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,634 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-f925w-33691-1619597565877-0:69) is starting - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,635 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-f925w-33691-1619597565877-0:69) started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,635 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,635 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom69 started - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,636 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-206:1,clientId=Scout JUnit MOM #69 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:08 2021-04-28 08:13:08,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47f74d8f, org.eclipse.scout.rt.mom.jms.JmsSubscription@7dd6aa3e] - MDC[]
04:13:08 2021-04-28 08:13:08,690 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:08 2021-04-28 08:13:08,690 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:08 2021-04-28 08:13:08,691 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom69 stopped - MDC[]
04:13:08 2021-04-28 08:13:08,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-f925w-33691-1619597565877-0:69) is shutting down - MDC[]
04:13:08 2021-04-28 08:13:08,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-f925w-33691-1619597565877-0:69) uptime 0.057 seconds - MDC[]
04:13:08 2021-04-28 08:13:08,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom69, ID:centos-7-f925w-33691-1619597565877-0:69) is shutdown - MDC[]
04:13:08 2021-04-28 08:13:08,691 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:08 2021-04-28 08:13:08,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.811667 ms - MDC[]
04:13:08 2021-04-28 08:13:08,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:08 2021-04-28 08:13:08,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyTimeout [activemq]> - MDC[]
04:13:08 2021-04-28 08:13:08,695 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #70 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:08 2021-04-28 08:13:08,696 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:08 2021-04-28 08:13:08,697 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-f925w-33691-1619597565877-0:70) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:08 2021-04-28 08:13:08,697 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-f925w-33691-1619597565877-0:70) started - MDC[jobName=JMS reply cancel message listener]
04:13:08 2021-04-28 08:13:08,697 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:08 2021-04-28 08:13:08,697 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom70 started - MDC[jobName=JMS reply cancel message listener]
04:13:08 2021-04-28 08:13:08,698 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-209:1,clientId=Scout JUnit MOM #70 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:13 2021-04-28 08:13:13,702 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout]
04:13:17 2021-04-28 08:13:13,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@a2763f8] - MDC[]
04:13:17 2021-04-28 08:13:13,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@2790f173[job=JMS subscriber, state=RUNNING], JobFutureTask@7703cc20[job=request on test/mom/testTopicRequestReplyTimeout, state=DONE], JobFutureTask@bafe54a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:13,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009195 ms - MDC[]
04:13:17 2021-04-28 08:13:13,703 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,703 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:13,704 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom70 stopped - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-f925w-33691-1619597565877-0:70) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-f925w-33691-1619597565877-0:70) uptime 5.009 seconds - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom70, ID:centos-7-f925w-33691-1619597565877-0:70) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5012.528495 ms - MDC[]
04:13:17 2021-04-28 08:13:13,705 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyTimeout [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishObject [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #71 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:13,707 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:13,707 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-f925w-33691-1619597565877-0:71) is starting - MDC[]
04:13:17 2021-04-28 08:13:13,707 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-f925w-33691-1619597565877-0:71) started - MDC[]
04:13:17 2021-04-28 08:13:13,707 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:13,708 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom71 started - MDC[]
04:13:17 2021-04-28 08:13:13,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-212:1,clientId=Scout JUnit MOM #71 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:13,711 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1d8deb33, org.eclipse.scout.rt.mom.jms.JmsSubscription@159e7734] - MDC[]
04:13:17 2021-04-28 08:13:13,712 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@b536551[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:13,712 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006388 ms - MDC[]
04:13:17 2021-04-28 08:13:13,712 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,712 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom71 stopped - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-f925w-33691-1619597565877-0:71) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-f925w-33691-1619597565877-0:71) uptime 0.007 seconds - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom71, ID:centos-7-f925w-33691-1619597565877-0:71) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.472435 ms - MDC[]
04:13:17 2021-04-28 08:13:13,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishObject [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithInvalidMarshaller [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,715 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.878858 ms - MDC[]
04:13:17 2021-04-28 08:13:13,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithInvalidMarshaller [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testConcurrentMessageConsumption [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #73 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:13,716 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:13,717 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-f925w-33691-1619597565877-0:72) is starting - MDC[]
04:13:17 2021-04-28 08:13:13,717 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-f925w-33691-1619597565877-0:72) started - MDC[]
04:13:17 2021-04-28 08:13:13,717 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:13,718 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom73 started - MDC[]
04:13:17 2021-04-28 08:13:13,718 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-215:1,clientId=Scout JUnit MOM #73 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:13,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@18fb5226] - MDC[]
04:13:17 2021-04-28 08:13:13,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 5 subscriber jobs: [JobFutureTask@108beb2e[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@17348681[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@2f25eba3[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@74497b1f[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING], JobFutureTask@267d25c1[job=Receiving JMS message [dest=Destination@509d9add[name=test/mom/testConcurrentMessageConsumption, type=QUEUE, resolveMethod=DEFINE, properties={}]], state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:13,728 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014041 ms - MDC[]
04:13:17 2021-04-28 08:13:13,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:13,728 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom73 stopped - MDC[]
04:13:17 2021-04-28 08:13:13,729 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-f925w-33691-1619597565877-0:72) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:13,729 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-f925w-33691-1619597565877-0:72) uptime 0.013 seconds - MDC[]
04:13:17 2021-04-28 08:13:13,729 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom73, ID:centos-7-f925w-33691-1619597565877-0:72) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:13,729 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:13,729 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.818659 ms - MDC[]
04:13:17 2021-04-28 08:13:13,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testConcurrentMessageConsumption [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,732 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #74 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:17 2021-04-28 08:13:13,732 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,733 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-f925w-33691-1619597565877-0:73) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,733 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-f925w-33691-1619597565877-0:73) started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,733 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,734 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom74 started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,734 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-218:1,clientId=Scout JUnit MOM #74 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:13,740 INFO  [ActiveMQ VMTransport: vm://mom74#145-1] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-f925w-33691-1619597565877-218:1:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@2a59d1a1 - MDC[]
04:13:17 2021-04-28 08:13:13,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3200f6e5, org.eclipse.scout.rt.mom.jms.JmsSubscription@1703b09a] - MDC[]
04:13:17 2021-04-28 08:13:13,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@788ca9d6[job=JMS subscriber, state=RUNNING], JobFutureTask@5b25ecfa[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:13,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008669 ms - MDC[]
04:13:17 2021-04-28 08:13:13,742 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,742 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:13,742 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom74 stopped - MDC[]
04:13:17 2021-04-28 08:13:13,742 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-f925w-33691-1619597565877-0:73) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:13,743 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-f925w-33691-1619597565877-0:73) uptime 0.011 seconds - MDC[]
04:13:17 2021-04-28 08:13:13,743 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom74, ID:centos-7-f925w-33691-1619597565877-0:73) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:13,743 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:13,743 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.813052 ms - MDC[]
04:13:17 2021-04-28 08:13:13,743 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyMultipleSubscriptions [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,788 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #75 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:13,788 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:13,788 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-f925w-33691-1619597565877-0:74) is starting - MDC[]
04:13:17 2021-04-28 08:13:13,789 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-f925w-33691-1619597565877-0:74) started - MDC[]
04:13:17 2021-04-28 08:13:13,789 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:13,789 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom75 started - MDC[]
04:13:17 2021-04-28 08:13:13,790 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-221:1,clientId=Scout JUnit MOM #75 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:13,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1f404aa1] - MDC[]
04:13:17 2021-04-28 08:13:13,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38f20b58[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:13,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006202 ms - MDC[]
04:13:17 2021-04-28 08:13:13,943 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:13,943 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:13,944 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom75 stopped - MDC[]
04:13:17 2021-04-28 08:13:13,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-f925w-33691-1619597565877-0:74) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:13,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-f925w-33691-1619597565877-0:74) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:13,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom75, ID:centos-7-f925w-33691-1619597565877-0:74) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:13,944 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:13,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.348838 ms - MDC[]
04:13:17 2021-04-28 08:13:13,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:13,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:13,946 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #76 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:13,946 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:13,946 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-f925w-33691-1619597565877-0:75) is starting - MDC[]
04:13:17 2021-04-28 08:13:13,946 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-f925w-33691-1619597565877-0:75) started - MDC[]
04:13:17 2021-04-28 08:13:13,946 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:13,947 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom76 started - MDC[]
04:13:17 2021-04-28 08:13:13,947 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-224:1,clientId=Scout JUnit MOM #76 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,100 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@afee49e] - MDC[]
04:13:17 2021-04-28 08:13:14,100 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@78ceb8cd[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:14,100 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008699 ms - MDC[]
04:13:17 2021-04-28 08:13:14,101 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,101 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,101 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom76 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-f925w-33691-1619597565877-0:75) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-f925w-33691-1619597565877-0:75) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom76, ID:centos-7-f925w-33691-1619597565877-0:75) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.269697 ms - MDC[]
04:13:17 2021-04-28 08:13:14,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,103 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,103 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,103 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #77 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,104 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,104 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-f925w-33691-1619597565877-0:76) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,104 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-f925w-33691-1619597565877-0:76) started - MDC[]
04:13:17 2021-04-28 08:13:14,104 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,105 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom77 started - MDC[]
04:13:17 2021-04-28 08:13:14,105 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-227:1,clientId=Scout JUnit MOM #77 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,258 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@729fc36a] - MDC[]
04:13:17 2021-04-28 08:13:14,258 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@562998d3[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:14,259 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011071 ms - MDC[]
04:13:17 2021-04-28 08:13:14,259 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,259 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom77 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-f925w-33691-1619597565877-0:76) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-f925w-33691-1619597565877-0:76) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom77, ID:centos-7-f925w-33691-1619597565877-0:76) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,260 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.540736 ms - MDC[]
04:13:17 2021-04-28 08:13:14,261 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,261 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,261 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,261 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #78 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,262 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,262 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-f925w-33691-1619597565877-0:77) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,262 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-f925w-33691-1619597565877-0:77) started - MDC[]
04:13:17 2021-04-28 08:13:14,262 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,262 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom78 started - MDC[]
04:13:17 2021-04-28 08:13:14,263 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-230:1,clientId=Scout JUnit MOM #78 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,416 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2e7bcd52] - MDC[]
04:13:17 2021-04-28 08:13:14,416 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,417 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,417 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom78 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-f925w-33691-1619597565877-0:77) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-f925w-33691-1619597565877-0:77) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom78, ID:centos-7-f925w-33691-1619597565877-0:77) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.388384 ms - MDC[]
04:13:17 2021-04-28 08:13:14,418 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #79 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,420 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,420 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-f925w-33691-1619597565877-0:78) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,420 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-f925w-33691-1619597565877-0:78) started - MDC[]
04:13:17 2021-04-28 08:13:14,420 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,420 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom79 started - MDC[]
04:13:17 2021-04-28 08:13:14,421 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-233:1,clientId=Scout JUnit MOM #79 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,573 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6e767943] - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42000b02[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006012 ms - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom79 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,574 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-f925w-33691-1619597565877-0:78) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,575 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-f925w-33691-1619597565877-0:78) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,575 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom79, ID:centos-7-f925w-33691-1619597565877-0:78) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,575 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,575 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.465685 ms - MDC[]
04:13:17 2021-04-28 08:13:14,575 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,576 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,576 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,576 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #80 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,577 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,577 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-f925w-33691-1619597565877-0:79) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,577 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-f925w-33691-1619597565877-0:79) started - MDC[]
04:13:17 2021-04-28 08:13:14,577 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,577 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom80 started - MDC[]
04:13:17 2021-04-28 08:13:14,578 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-236:1,clientId=Scout JUnit MOM #80 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24fb6521] - MDC[]
04:13:17 2021-04-28 08:13:14,731 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5dd52021[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:14,731 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007191 ms - MDC[]
04:13:17 2021-04-28 08:13:14,731 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,731 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom80 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-f925w-33691-1619597565877-0:79) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-f925w-33691-1619597565877-0:79) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom80, ID:centos-7-f925w-33691-1619597565877-0:79) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,732 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.533112 ms - MDC[]
04:13:17 2021-04-28 08:13:14,733 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,733 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,733 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,734 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #81 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,734 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,734 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-f925w-33691-1619597565877-0:80) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,734 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-f925w-33691-1619597565877-0:80) started - MDC[]
04:13:17 2021-04-28 08:13:14,735 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,735 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom81 started - MDC[]
04:13:17 2021-04-28 08:13:14,736 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-239:1,clientId=Scout JUnit MOM #81 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:14,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@79d72d99] - MDC[]
04:13:17 2021-04-28 08:13:14,888 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:14,888 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:14,889 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom81 stopped - MDC[]
04:13:17 2021-04-28 08:13:14,889 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-f925w-33691-1619597565877-0:80) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:14,890 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-f925w-33691-1619597565877-0:80) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:14,890 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom81, ID:centos-7-f925w-33691-1619597565877-0:80) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:14,890 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:14,890 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.987125 ms - MDC[]
04:13:17 2021-04-28 08:13:14,890 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,891 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:14,891 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:14,891 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #82 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:14,892 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:14,892 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-f925w-33691-1619597565877-0:81) is starting - MDC[]
04:13:17 2021-04-28 08:13:14,892 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-f925w-33691-1619597565877-0:81) started - MDC[]
04:13:17 2021-04-28 08:13:14,892 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:14,892 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom82 started - MDC[]
04:13:17 2021-04-28 08:13:14,893 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-242:1,clientId=Scout JUnit MOM #82 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:15,045 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2fc2305a] - MDC[]
04:13:17 2021-04-28 08:13:15,046 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:15,046 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:15,046 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom82 stopped - MDC[]
04:13:17 2021-04-28 08:13:15,046 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-f925w-33691-1619597565877-0:81) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:15,047 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-f925w-33691-1619597565877-0:81) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:15,047 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom82, ID:centos-7-f925w-33691-1619597565877-0:81) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:15,047 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:15,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.417895 ms - MDC[]
04:13:17 2021-04-28 08:13:15,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:15,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #83 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:15,048 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:15,049 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-f925w-33691-1619597565877-0:82) is starting - MDC[]
04:13:17 2021-04-28 08:13:15,049 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-f925w-33691-1619597565877-0:82) started - MDC[]
04:13:17 2021-04-28 08:13:15,049 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:15,049 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom83 started - MDC[]
04:13:17 2021-04-28 08:13:15,050 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-245:1,clientId=Scout JUnit MOM #83 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:15,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29957fe0] - MDC[]
04:13:17 2021-04-28 08:13:15,203 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:15,203 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom83 stopped - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-f925w-33691-1619597565877-0:82) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-f925w-33691-1619597565877-0:82) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom83, ID:centos-7-f925w-33691-1619597565877-0:82) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:15,204 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.655554 ms - MDC[]
04:13:17 2021-04-28 08:13:15,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:15,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #84 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:15,206 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:15,206 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-f925w-33691-1619597565877-0:83) is starting - MDC[]
04:13:17 2021-04-28 08:13:15,206 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-f925w-33691-1619597565877-0:83) started - MDC[]
04:13:17 2021-04-28 08:13:15,206 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:15,206 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom84 started - MDC[]
04:13:17 2021-04-28 08:13:15,207 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-248:1,clientId=Scout JUnit MOM #84 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:15,360 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7e78953e] - MDC[]
04:13:17 2021-04-28 08:13:15,360 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@43f8f0bc[job=JMS subscriber, state=DONE]] - MDC[]
04:13:17 2021-04-28 08:13:15,360 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007468 ms - MDC[]
04:13:17 2021-04-28 08:13:15,360 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:15,361 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:15,361 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom84 stopped - MDC[]
04:13:17 2021-04-28 08:13:15,361 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-f925w-33691-1619597565877-0:83) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:15,362 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-f925w-33691-1619597565877-0:83) uptime 0.156 seconds - MDC[]
04:13:17 2021-04-28 08:13:15,362 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom84, ID:centos-7-f925w-33691-1619597565877-0:83) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:15,362 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:15,362 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.032395 ms - MDC[]
04:13:17 2021-04-28 08:13:15,362 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,363 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:15,363 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscriptionSingleThreadedDisposeSynchronized [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:15,363 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #85 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:15,363 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:15,364 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-f925w-33691-1619597565877-0:84) is starting - MDC[]
04:13:17 2021-04-28 08:13:15,364 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-f925w-33691-1619597565877-0:84) started - MDC[]
04:13:17 2021-04-28 08:13:15,364 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:15,364 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom85 started - MDC[]
04:13:17 2021-04-28 08:13:15,365 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-251:1,clientId=Scout JUnit MOM #85 (centos-7-f925w:8080),started=true} - MDC[]
04:13:17 2021-04-28 08:13:16,372 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@75931d62, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6e26d0b3] - MDC[]
04:13:17 2021-04-28 08:13:16,372 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:16,372 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:16,373 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom85 stopped - MDC[]
04:13:17 2021-04-28 08:13:16,373 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-f925w-33691-1619597565877-0:84) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:16,373 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-f925w-33691-1619597565877-0:84) uptime 1.010 seconds - MDC[]
04:13:17 2021-04-28 08:13:16,373 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom85, ID:centos-7-f925w-33691-1619597565877-0:84) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:16,373 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:16,374 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1010.827573 ms - MDC[]
04:13:17 2021-04-28 08:13:16,374 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscriptionSingleThreadedDisposeSynchronized [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,374 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:16,374 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_ObjectMarshaller_Exception [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,376 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #86 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:17 2021-04-28 08:13:16,376 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,377 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-f925w-33691-1619597565877-0:85) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,377 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-f925w-33691-1619597565877-0:85) started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,377 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,377 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom86 started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,378 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-254:1,clientId=Scout JUnit MOM #86 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,381 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=3bf1a87a-b630-4983-babe-ddfb7acd9200]
04:13:17 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:13:17 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269)
04:13:17 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:13:17 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:13:17 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:13:17 	at java.lang.reflect.Method.invoke(Method.java:498)
04:13:17 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:13:17 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:13:17 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:13:17 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:13:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:13:17 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:13:17 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:13:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:13:17 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:17 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:17 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:13:17 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:17 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:13:17 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:17 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:17 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:17 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:13:17 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:13:17 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:13:17 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:13:17 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:13:17 	at java.lang.Thread.run(Thread.java:748)
04:13:17 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:13:17 2021-04-28 08:13:16,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66c935db] - MDC[]
04:13:17 2021-04-28 08:13:16,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@172db8f5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:16,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018770 ms - MDC[]
04:13:17 2021-04-28 08:13:16,397 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:16,397 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:16,397 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom86 stopped - MDC[]
04:13:17 2021-04-28 08:13:16,397 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-f925w-33691-1619597565877-0:85) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:16,398 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-f925w-33691-1619597565877-0:85) uptime 0.022 seconds - MDC[]
04:13:17 2021-04-28 08:13:16,398 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom86, ID:centos-7-f925w-33691-1619597565877-0:85) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:16,398 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:16,398 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 23.761555 ms - MDC[]
04:13:17 2021-04-28 08:13:16,398 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_ObjectMarshaller_Exception [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,399 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:16,399 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCorrelationId [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,400 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #87 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:17 2021-04-28 08:13:16,401 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,401 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-f925w-33691-1619597565877-0:86) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,401 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-f925w-33691-1619597565877-0:86) started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,401 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,402 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom87 started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,403 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-257:1,clientId=Scout JUnit MOM #87 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,409 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@28bbac99] - MDC[]
04:13:17 2021-04-28 08:13:16,409 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@49d1168c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:16,410 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010223 ms - MDC[]
04:13:17 2021-04-28 08:13:16,410 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:16,410 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:16,411 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom87 stopped - MDC[]
04:13:17 2021-04-28 08:13:16,411 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-f925w-33691-1619597565877-0:86) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:16,411 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-f925w-33691-1619597565877-0:86) uptime 0.010 seconds - MDC[]
04:13:17 2021-04-28 08:13:16,411 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom87, ID:centos-7-f925w-33691-1619597565877-0:86) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:16,412 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:16,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.677955 ms - MDC[]
04:13:17 2021-04-28 08:13:16,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCorrelationId [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:16,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCancellation [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,414 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #88 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:17 2021-04-28 08:13:16,414 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,415 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-f925w-33691-1619597565877-0:87) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,415 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-f925w-33691-1619597565877-0:87) started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,415 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,415 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom88 started - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,416 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-260:1,clientId=Scout JUnit MOM #88 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:17 2021-04-28 08:13:16,421 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:17 2021-04-28 08:13:16,422 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a0ba5f0] - MDC[]
04:13:17 2021-04-28 08:13:16,423 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1045de12[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:17 2021-04-28 08:13:16,423 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007702 ms - MDC[]
04:13:17 2021-04-28 08:13:16,423 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:16,423 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:16,424 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom88 stopped - MDC[]
04:13:17 2021-04-28 08:13:16,424 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-f925w-33691-1619597565877-0:87) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:16,424 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-f925w-33691-1619597565877-0:87) uptime 0.010 seconds - MDC[]
04:13:17 2021-04-28 08:13:16,424 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom88, ID:centos-7-f925w-33691-1619597565877-0:87) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:16,424 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:16,425 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.206738 ms - MDC[]
04:13:17 2021-04-28 08:13:16,425 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCancellation [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,425 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:16,425 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,426 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #89 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:16,427 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,427 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-f925w-33691-1619597565877-0:88) is starting - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,428 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-f925w-33691-1619597565877-0:88) started - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,428 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,428 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom89 started - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,429 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-263:1,clientId=Scout JUnit MOM #89 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:17 2021-04-28 08:13:16,432 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7dd5d17a, org.eclipse.scout.rt.mom.jms.JmsSubscription@18a8a42b] - MDC[]
04:13:17 2021-04-28 08:13:16,432 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:17 2021-04-28 08:13:16,432 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom89 stopped - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-f925w-33691-1619597565877-0:88) is shutting down - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-f925w-33691-1619597565877-0:88) uptime 0.006 seconds - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom89, ID:centos-7-f925w-33691-1619597565877-0:88) is shutdown - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:17 2021-04-28 08:13:16,433 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.006657 ms - MDC[]
04:13:17 2021-04-28 08:13:16,434 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeMultipleSubscriptions [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,434 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:17 2021-04-28 08:13:16,434 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishTransactional [activemq]> - MDC[]
04:13:17 2021-04-28 08:13:16,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #90 initialized: null - MDC[]
04:13:17 2021-04-28 08:13:16,435 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:17 2021-04-28 08:13:16,436 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-f925w-33691-1619597565877-0:89) is starting - MDC[]
04:13:17 2021-04-28 08:13:16,436 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-f925w-33691-1619597565877-0:89) started - MDC[]
04:13:17 2021-04-28 08:13:16,436 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:17 2021-04-28 08:13:16,436 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom90 started - MDC[]
04:13:17 2021-04-28 08:13:16,437 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-266:1,clientId=Scout JUnit MOM #90 (centos-7-f925w:8080),started=true} - MDC[]
04:13:18 2021-04-28 08:13:18,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7bf56370, org.eclipse.scout.rt.mom.jms.JmsSubscription@39da5edb] - MDC[]
04:13:18 2021-04-28 08:13:18,490 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:18 2021-04-28 08:13:18,490 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:18 2021-04-28 08:13:18,490 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom90 stopped - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-f925w-33691-1619597565877-0:89) is shutting down - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-f925w-33691-1619597565877-0:89) uptime 2.056 seconds - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom90, ID:centos-7-f925w-33691-1619597565877-0:89) is shutdown - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2056.890558 ms - MDC[]
04:13:18 2021-04-28 08:13:18,491 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishTransactional [activemq]> - MDC[]
04:13:18 2021-04-28 08:13:18,492 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:18 2021-04-28 08:13:18,492 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyTimeout [activemq]> - MDC[]
04:13:18 2021-04-28 08:13:18,493 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #91 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:18 2021-04-28 08:13:18,493 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:18 2021-04-28 08:13:18,493 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-f925w-33691-1619597565877-0:90) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:18 2021-04-28 08:13:18,494 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-f925w-33691-1619597565877-0:90) started - MDC[jobName=JMS reply cancel message listener]
04:13:18 2021-04-28 08:13:18,494 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:18 2021-04-28 08:13:18,494 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom91 started - MDC[jobName=JMS reply cancel message listener]
04:13:18 2021-04-28 08:13:18,494 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-269:1,clientId=Scout JUnit MOM #91 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,497 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout]
04:13:23 2021-04-28 08:13:23,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29788adf] - MDC[]
04:13:23 2021-04-28 08:13:23,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7383622d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.011447 ms - MDC[]
04:13:23 2021-04-28 08:13:23,500 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,500 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,500 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom91 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-f925w-33691-1619597565877-0:90) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-f925w-33691-1619597565877-0:90) uptime 5.008 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom91, ID:centos-7-f925w-33691-1619597565877-0:90) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5009.452606 ms - MDC[]
04:13:23 2021-04-28 08:13:23,501 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyTimeout [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,502 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,502 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception1 [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,503 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #92 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,504 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,505 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-f925w-33691-1619597565877-0:91) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,505 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-f925w-33691-1619597565877-0:91) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,505 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,505 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom92 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,506 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-272:1,clientId=Scout JUnit MOM #92 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,510 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=d07c52fa-3116-4749-bf4a-b03549ec1b67]
04:13:23 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:13:23 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298)
04:13:23 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:13:23 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:13:23 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:13:23 	at java.lang.reflect.Method.invoke(Method.java:498)
04:13:23 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:13:23 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:13:23 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:13:23 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:13:23 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:13:23 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:13:23 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:13:23 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:13:23 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:23 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:23 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:23 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:13:23 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:23 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:13:23 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:23 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:23 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:23 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:13:23 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:13:23 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:13:23 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:13:23 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:13:23 	at java.lang.Thread.run(Thread.java:748)
04:13:23 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:13:23 2021-04-28 08:13:23,516 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@788890e9] - MDC[]
04:13:23 2021-04-28 08:13:23,516 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@767fb6ba[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,516 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.012788 ms - MDC[]
04:13:23 2021-04-28 08:13:23,517 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,517 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,518 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom92 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,518 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-f925w-33691-1619597565877-0:91) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,518 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-f925w-33691-1619597565877-0:91) uptime 0.014 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,518 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom92, ID:centos-7-f925w-33691-1619597565877-0:91) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,518 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,519 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.440206 ms - MDC[]
04:13:23 2021-04-28 08:13:23,519 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception1 [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,520 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,520 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception2 [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,521 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #93 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,523 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,523 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-f925w-33691-1619597565877-0:92) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,523 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-f925w-33691-1619597565877-0:92) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,523 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,523 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom93 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,524 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-275:1,clientId=Scout JUnit MOM #93 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,530 INFO  [scout-thread-19] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:92) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=f8d668f1-ae13-492a-b715-740596271cc4]
04:13:23 2021-04-28 08:13:23,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@31d7e70] - MDC[]
04:13:23 2021-04-28 08:13:23,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@394cd4ef[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007725 ms - MDC[]
04:13:23 2021-04-28 08:13:23,537 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,537 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,538 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom93 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,538 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-f925w-33691-1619597565877-0:92) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,538 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-f925w-33691-1619597565877-0:92) uptime 0.016 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom93, ID:centos-7-f925w-33691-1619597565877-0:92) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.102491 ms - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception2 [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyJsonObjectMarshaller [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,540 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #94 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,541 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,542 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-f925w-33691-1619597565877-0:93) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,542 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-f925w-33691-1619597565877-0:93) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,542 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,542 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom94 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,545 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-278:1,clientId=Scout JUnit MOM #94 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,591 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1675adad, org.eclipse.scout.rt.mom.jms.JmsSubscription@384d40a5] - MDC[]
04:13:23 2021-04-28 08:13:23,591 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@5b81b513[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@3f33b35[job=JMS subscriber, state=DONE]] - MDC[]
04:13:23 2021-04-28 08:13:23,592 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007187 ms - MDC[]
04:13:23 2021-04-28 08:13:23,592 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,592 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,592 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom94 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-f925w-33691-1619597565877-0:93) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-f925w-33691-1619597565877-0:93) uptime 0.052 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom94, ID:centos-7-f925w-33691-1619597565877-0:93) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 53.666381 ms - MDC[]
04:13:23 2021-04-28 08:13:23,593 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyJsonObjectMarshaller [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,594 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,594 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReply [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,595 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #95 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,596 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,596 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-f925w-33691-1619597565877-0:94) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,596 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-f925w-33691-1619597565877-0:94) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,596 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,597 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom95 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,597 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-281:1,clientId=Scout JUnit MOM #95 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,602 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7784ff80] - MDC[]
04:13:23 2021-04-28 08:13:23,603 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 2 subscriber jobs: [JobFutureTask@37332570[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@50cc71a9[job=JMS subscriber, state=DONE]] - MDC[]
04:13:23 2021-04-28 08:13:23,603 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007144 ms - MDC[]
04:13:23 2021-04-28 08:13:23,603 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,603 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom95 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-f925w-33691-1619597565877-0:94) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-f925w-33691-1619597565877-0:94) uptime 0.008 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom95, ID:centos-7-f925w-33691-1619597565877-0:94) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.181302 ms - MDC[]
04:13:23 2021-04-28 08:13:23,604 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReply [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,605 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,605 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCancellation [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,606 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #96 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,606 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,607 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-f925w-33691-1619597565877-0:95) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,607 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-f925w-33691-1619597565877-0:95) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,607 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,607 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom96 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,607 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-284:1,clientId=Scout JUnit MOM #96 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,611 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation]
04:13:23 2021-04-28 08:13:23,612 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4c963d59] - MDC[]
04:13:23 2021-04-28 08:13:23,612 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1a73d713[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,612 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007424 ms - MDC[]
04:13:23 2021-04-28 08:13:23,613 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,613 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,613 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom96 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,613 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-f925w-33691-1619597565877-0:95) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,614 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-f925w-33691-1619597565877-0:95) uptime 0.008 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,614 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom96, ID:centos-7-f925w-33691-1619597565877-0:95) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,614 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,614 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.040012 ms - MDC[]
04:13:23 2021-04-28 08:13:23,614 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCancellation [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,615 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,615 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyNull [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,615 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #97 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,616 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,616 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-f925w-33691-1619597565877-0:96) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,616 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-f925w-33691-1619597565877-0:96) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,617 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,617 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom97 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,617 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-287:1,clientId=Scout JUnit MOM #97 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,624 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@13fa766a, org.eclipse.scout.rt.mom.jms.JmsSubscription@5e378cb8] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,629 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6f26d335, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ec8f067] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,633 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@18f6b89f, org.eclipse.scout.rt.mom.jms.JmsSubscription@65e87f3d] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,638 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7eac30e5, org.eclipse.scout.rt.mom.jms.JmsSubscription@271e2743] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,691 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4ace845, org.eclipse.scout.rt.mom.jms.JmsSubscription@45bca98b] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,696 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@18c3ba94, org.eclipse.scout.rt.mom.jms.JmsSubscription@63ff833e] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,700 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@41e66c4b, org.eclipse.scout.rt.mom.jms.JmsSubscription@763b63a2] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,705 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6be83da5, org.eclipse.scout.rt.mom.jms.JmsSubscription@665f74bd] - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@bae0600[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010074 ms - MDC[]
04:13:23 2021-04-28 08:13:23,707 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,707 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,707 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom97 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,707 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-f925w-33691-1619597565877-0:96) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,708 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-f925w-33691-1619597565877-0:96) uptime 0.092 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,708 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom97, ID:centos-7-f925w-33691-1619597565877-0:96) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,708 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 93.550970 ms - MDC[]
04:13:23 2021-04-28 08:13:23,708 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyNull [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyJsonObjectMarshaller [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,710 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #98 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,711 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,711 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-f925w-33691-1619597565877-0:97) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,711 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-f925w-33691-1619597565877-0:97) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,711 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,712 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom98 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,712 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-290:1,clientId=Scout JUnit MOM #98 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@ec9f91b, org.eclipse.scout.rt.mom.jms.JmsSubscription@32ca397b] - MDC[]
04:13:23 2021-04-28 08:13:23,719 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@112676c7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,719 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007125 ms - MDC[]
04:13:23 2021-04-28 08:13:23,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,721 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom98 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,721 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-f925w-33691-1619597565877-0:97) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,721 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-f925w-33691-1619597565877-0:97) uptime 0.010 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,721 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom98, ID:centos-7-f925w-33691-1619597565877-0:97) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,721 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,722 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.593052 ms - MDC[]
04:13:23 2021-04-28 08:13:23,722 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyJsonObjectMarshaller [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,722 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,722 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReply [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,723 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #99 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,724 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,725 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-f925w-33691-1619597565877-0:98) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,725 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-f925w-33691-1619597565877-0:98) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,725 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,725 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom99 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,726 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-293:1,clientId=Scout JUnit MOM #99 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@11c94cf7] - MDC[]
04:13:23 2021-04-28 08:13:23,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7bfd3f20[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007225 ms - MDC[]
04:13:23 2021-04-28 08:13:23,791 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,791 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,791 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom99 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,791 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-f925w-33691-1619597565877-0:98) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,792 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-f925w-33691-1619597565877-0:98) uptime 0.067 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,792 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom99, ID:centos-7-f925w-33691-1619597565877-0:98) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,792 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,792 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.546113 ms - MDC[]
04:13:23 2021-04-28 08:13:23,792 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReply [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeCorrelationId [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #100 initialized: null - MDC[]
04:13:23 2021-04-28 08:13:23,794 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,794 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-f925w-33691-1619597565877-0:99) is starting - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,794 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-f925w-33691-1619597565877-0:99) started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,794 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,794 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom100 started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,795 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-296:1,clientId=Scout JUnit MOM #100 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ba88a47] - MDC[]
04:13:23 2021-04-28 08:13:23,797 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,797 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,798 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom100 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,798 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-f925w-33691-1619597565877-0:99) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,799 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-f925w-33691-1619597565877-0:99) uptime 0.005 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,799 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom100, ID:centos-7-f925w-33691-1619597565877-0:99) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,799 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,799 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.304018 ms - MDC[]
04:13:23 2021-04-28 08:13:23,799 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeCorrelationId [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,800 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,800 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopic [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,801 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #101 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,802 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,802 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-f925w-33691-1619597565877-0:100) is starting - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,802 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-f925w-33691-1619597565877-0:100) started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,802 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,803 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom101 started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,803 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-299:1,clientId=Scout JUnit MOM #101 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,808 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:23 2021-04-28 08:13:23,809 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f141a7, org.eclipse.scout.rt.mom.jms.JmsSubscription@763d7eef] - MDC[]
04:13:23 2021-04-28 08:13:23,810 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 3 subscriber jobs: [JobFutureTask@63e6b30a[job=JMS subscriber, state=RUNNING], JobFutureTask@5b83131d[job=JMS subscriber, state=RUNNING], JobFutureTask@3d1c0173[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,810 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007290 ms - MDC[]
04:13:23 2021-04-28 08:13:23,810 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,810 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,811 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom101 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,811 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-f925w-33691-1619597565877-0:100) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,811 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-f925w-33691-1619597565877-0:100) uptime 0.009 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,812 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom101, ID:centos-7-f925w-33691-1619597565877-0:100) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,812 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.958945 ms - MDC[]
04:13:23 2021-04-28 08:13:23,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopic [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,813 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCorrelationId [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,813 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #102 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:23 2021-04-28 08:13:23,814 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,814 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-f925w-33691-1619597565877-0:101) is starting - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,815 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-f925w-33691-1619597565877-0:101) started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,815 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,815 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom102 started - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,816 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-302:1,clientId=Scout JUnit MOM #102 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS reply cancel message listener]
04:13:23 2021-04-28 08:13:23,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ba8d7c7] - MDC[]
04:13:23 2021-04-28 08:13:23,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@e9f12da[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:23 2021-04-28 08:13:23,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006655 ms - MDC[]
04:13:23 2021-04-28 08:13:23,822 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:23 2021-04-28 08:13:23,822 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:23 2021-04-28 08:13:23,823 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom102 stopped - MDC[]
04:13:23 2021-04-28 08:13:23,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-f925w-33691-1619597565877-0:101) is shutting down - MDC[]
04:13:23 2021-04-28 08:13:23,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-f925w-33691-1619597565877-0:101) uptime 0.009 seconds - MDC[]
04:13:23 2021-04-28 08:13:23,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom102, ID:centos-7-f925w-33691-1619597565877-0:101) is shutdown - MDC[]
04:13:23 2021-04-28 08:13:23,823 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:23 2021-04-28 08:13:23,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.968622 ms - MDC[]
04:13:23 2021-04-28 08:13:23,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCorrelationId [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:23 2021-04-28 08:13:23,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMessageSelector [activemq]> - MDC[]
04:13:23 2021-04-28 08:13:23,825 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #103 initialized: null - MDC[]
04:13:23 2021-04-28 08:13:23,826 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,826 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-f925w-33691-1619597565877-0:102) is starting - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,826 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-f925w-33691-1619597565877-0:102) started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,826 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,827 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom103 started - MDC[jobName=JMS subscriber]
04:13:23 2021-04-28 08:13:23,827 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-305:1,clientId=Scout JUnit MOM #103 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,889 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41058886, org.eclipse.scout.rt.mom.jms.JmsSubscription@7bf75275, org.eclipse.scout.rt.mom.jms.JmsSubscription@4896f287] - MDC[]
04:13:25 2021-04-28 08:13:25,889 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:25 2021-04-28 08:13:25,889 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:25 2021-04-28 08:13:25,890 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom103 stopped - MDC[]
04:13:25 2021-04-28 08:13:25,890 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-f925w-33691-1619597565877-0:102) is shutting down - MDC[]
04:13:25 2021-04-28 08:13:25,890 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-f925w-33691-1619597565877-0:102) uptime 2.064 seconds - MDC[]
04:13:25 2021-04-28 08:13:25,891 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom103, ID:centos-7-f925w-33691-1619597565877-0:102) is shutdown - MDC[]
04:13:25 2021-04-28 08:13:25,891 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:25 2021-04-28 08:13:25,891 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2066.562942 ms - MDC[]
04:13:25 2021-04-28 08:13:25,891 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMessageSelector [activemq]> - MDC[]
04:13:25 2021-04-28 08:13:25,892 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:25 2021-04-28 08:13:25,892 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessagePubSub [activemq]> - MDC[]
04:13:25 2021-04-28 08:13:25,892 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #104 initialized: null - MDC[]
04:13:25 2021-04-28 08:13:25,893 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:25 2021-04-28 08:13:25,893 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-f925w-33691-1619597565877-0:103) is starting - MDC[]
04:13:25 2021-04-28 08:13:25,893 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-f925w-33691-1619597565877-0:103) started - MDC[]
04:13:25 2021-04-28 08:13:25,893 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:25 2021-04-28 08:13:25,894 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom104 started - MDC[]
04:13:25 2021-04-28 08:13:25,894 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-308:1,clientId=Scout JUnit MOM #104 (centos-7-f925w:8080),started=true} - MDC[]
04:13:25 2021-04-28 08:13:25,897 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1c16b2f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b10963a] - MDC[]
04:13:25 2021-04-28 08:13:25,898 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:25 2021-04-28 08:13:25,898 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:25 2021-04-28 08:13:25,899 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom104 stopped - MDC[]
04:13:25 2021-04-28 08:13:25,899 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-f925w-33691-1619597565877-0:103) is shutting down - MDC[]
04:13:25 2021-04-28 08:13:25,900 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-f925w-33691-1619597565877-0:103) uptime 0.007 seconds - MDC[]
04:13:25 2021-04-28 08:13:25,900 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom104, ID:centos-7-f925w-33691-1619597565877-0:103) is shutdown - MDC[]
04:13:25 2021-04-28 08:13:25,900 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:25 2021-04-28 08:13:25,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.190771 ms - MDC[]
04:13:25 2021-04-28 08:13:25,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessagePubSub [activemq]> - MDC[]
04:13:25 2021-04-28 08:13:25,901 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:25 2021-04-28 08:13:25,901 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopicAsString [activemq]> - MDC[]
04:13:25 2021-04-28 08:13:25,902 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:664) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout]
04:13:25 2021-04-28 08:13:25,903 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #105 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:25 2021-04-28 08:13:25,904 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,904 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-f925w-33691-1619597565877-0:104) is starting - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,904 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-f925w-33691-1619597565877-0:104) started - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,904 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,905 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom105 started - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,906 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-311:1,clientId=Scout JUnit MOM #105 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:25 2021-04-28 08:13:25,911 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:26 2021-04-28 08:13:26,913 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6fd14e7c, org.eclipse.scout.rt.mom.jms.JmsSubscription@17294e82, org.eclipse.scout.rt.mom.jms.JmsSubscription@66997c32] - MDC[]
04:13:26 2021-04-28 08:13:26,914 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 4 subscriber jobs: [JobFutureTask@41f7ad9[job=JMS reply cancel message listener, state=RUNNING], JobFutureTask@6a20f9ab[job=JMS subscriber, state=DONE], JobFutureTask@73d2bee9[job=JMS subscriber, state=DONE], JobFutureTask@6816ecab[job=JMS subscriber, state=DONE]] - MDC[]
04:13:26 2021-04-28 08:13:26,914 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009322 ms - MDC[]
04:13:26 2021-04-28 08:13:26,915 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:26 2021-04-28 08:13:26,915 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:26 2021-04-28 08:13:26,915 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom105 stopped - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-f925w-33691-1619597565877-0:104) is shutting down - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-f925w-33691-1619597565877-0:104) uptime 1.012 seconds - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom105, ID:centos-7-f925w-33691-1619597565877-0:104) is shutdown - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1014.896117 ms - MDC[]
04:13:26 2021-04-28 08:13:26,916 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopicAsString [activemq]> - MDC[]
04:13:26 2021-04-28 08:13:26,917 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:26 2021-04-28 08:13:26,917 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSerialMessageConsumption [activemq]> - MDC[]
04:13:26 2021-04-28 08:13:26,917 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #106 initialized: null - MDC[]
04:13:26 2021-04-28 08:13:26,917 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:26 2021-04-28 08:13:26,918 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-f925w-33691-1619597565877-0:105) is starting - MDC[]
04:13:26 2021-04-28 08:13:26,918 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-f925w-33691-1619597565877-0:105) started - MDC[]
04:13:26 2021-04-28 08:13:26,918 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:26 2021-04-28 08:13:26,918 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom106 started - MDC[]
04:13:26 2021-04-28 08:13:26,921 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-314:1,clientId=Scout JUnit MOM #106 (centos-7-f925w:8080),started=true} - MDC[]
04:13:29 2021-04-28 08:13:29,927 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7560ca1d] - MDC[]
04:13:29 2021-04-28 08:13:29,927 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:29 2021-04-28 08:13:29,928 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:29 2021-04-28 08:13:29,928 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom106 stopped - MDC[]
04:13:29 2021-04-28 08:13:29,928 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-f925w-33691-1619597565877-0:105) is shutting down - MDC[]
04:13:29 2021-04-28 08:13:29,929 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-f925w-33691-1619597565877-0:105) uptime 3.012 seconds - MDC[]
04:13:29 2021-04-28 08:13:29,929 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom106, ID:centos-7-f925w-33691-1619597565877-0:105) is shutdown - MDC[]
04:13:29 2021-04-28 08:13:29,929 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:29 2021-04-28 08:13:29,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3012.249748 ms - MDC[]
04:13:29 2021-04-28 08:13:29,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSerialMessageConsumption [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:29 2021-04-28 08:13:29,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishSubscribe [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,931 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #107 initialized: null - MDC[]
04:13:29 2021-04-28 08:13:29,931 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:29 2021-04-28 08:13:29,932 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-f925w-33691-1619597565877-0:106) is starting - MDC[]
04:13:29 2021-04-28 08:13:29,932 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-f925w-33691-1619597565877-0:106) started - MDC[]
04:13:29 2021-04-28 08:13:29,932 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:29 2021-04-28 08:13:29,932 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom107 started - MDC[]
04:13:29 2021-04-28 08:13:29,933 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-317:1,clientId=Scout JUnit MOM #107 (centos-7-f925w:8080),started=true} - MDC[]
04:13:29 2021-04-28 08:13:29,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@55be2608, org.eclipse.scout.rt.mom.jms.JmsSubscription@2e7da886] - MDC[]
04:13:29 2021-04-28 08:13:29,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5e6dcfa, org.eclipse.scout.rt.mom.jms.JmsSubscription@705b4359] - MDC[]
04:13:29 2021-04-28 08:13:29,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@78ec5e18, org.eclipse.scout.rt.mom.jms.JmsSubscription@15962623] - MDC[]
04:13:29 2021-04-28 08:13:29,944 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@653bfc3d, org.eclipse.scout.rt.mom.jms.JmsSubscription@16415241] - MDC[]
04:13:29 2021-04-28 08:13:29,946 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@32d3bc83, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ef59e5d] - MDC[]
04:13:29 2021-04-28 08:13:29,948 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@735b2605, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a1a9f57] - MDC[]
04:13:29 2021-04-28 08:13:29,951 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6eb1a122, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c669afb] - MDC[]
04:13:29 2021-04-28 08:13:29,953 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@fe32f34, org.eclipse.scout.rt.mom.jms.JmsSubscription@55de1b68] - MDC[]
04:13:29 2021-04-28 08:13:29,953 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:29 2021-04-28 08:13:29,953 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:29 2021-04-28 08:13:29,954 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom107 stopped - MDC[]
04:13:29 2021-04-28 08:13:29,954 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-f925w-33691-1619597565877-0:106) is shutting down - MDC[]
04:13:29 2021-04-28 08:13:29,955 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-f925w-33691-1619597565877-0:106) uptime 0.023 seconds - MDC[]
04:13:29 2021-04-28 08:13:29,955 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom107, ID:centos-7-f925w-33691-1619597565877-0:106) is shutdown - MDC[]
04:13:29 2021-04-28 08:13:29,955 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:29 2021-04-28 08:13:29,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.553151 ms - MDC[]
04:13:29 2021-04-28 08:13:29,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishSubscribe [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,956 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:29 2021-04-28 08:13:29,956 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribe [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,957 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #108 initialized: null - MDC[]
04:13:29 2021-04-28 08:13:29,958 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,958 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-f925w-33691-1619597565877-0:107) is starting - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,958 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-f925w-33691-1619597565877-0:107) started - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,958 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,959 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom108 started - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,960 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-320:1,clientId=Scout JUnit MOM #108 (centos-7-f925w:8080),started=true} - MDC[jobName=JMS subscriber]
04:13:29 2021-04-28 08:13:29,962 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5596f2bb] - MDC[]
04:13:29 2021-04-28 08:13:29,962 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:29 2021-04-28 08:13:29,962 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:29 2021-04-28 08:13:29,962 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom108 stopped - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-f925w-33691-1619597565877-0:107) is shutting down - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-f925w-33691-1619597565877-0:107) uptime 0.006 seconds - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom108, ID:centos-7-f925w-33691-1619597565877-0:107) is shutdown - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.452452 ms - MDC[]
04:13:29 2021-04-28 08:13:29,963 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribe [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,964 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:29 2021-04-28 08:13:29,964 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonDataSecure [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,964 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #109 initialized: null - MDC[]
04:13:29 2021-04-28 08:13:29,965 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:29 2021-04-28 08:13:29,965 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-f925w-33691-1619597565877-0:108) is starting - MDC[]
04:13:29 2021-04-28 08:13:29,965 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-f925w-33691-1619597565877-0:108) started - MDC[]
04:13:29 2021-04-28 08:13:29,965 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:29 2021-04-28 08:13:29,966 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom109 started - MDC[]
04:13:29 2021-04-28 08:13:29,966 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-323:1,clientId=Scout JUnit MOM #109 (centos-7-f925w:8080),started=true} - MDC[]
04:13:29 2021-04-28 08:13:29,970 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@30f51f8a, org.eclipse.scout.rt.mom.jms.JmsSubscription@24697504] - MDC[]
04:13:29 2021-04-28 08:13:29,970 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:29 2021-04-28 08:13:29,970 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom109 stopped - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-f925w-33691-1619597565877-0:108) is shutting down - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-f925w-33691-1619597565877-0:108) uptime 0.006 seconds - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom109, ID:centos-7-f925w-33691-1619597565877-0:108) is shutdown - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.212416 ms - MDC[]
04:13:29 2021-04-28 08:13:29,971 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonDataSecure [activemq]> - MDC[]
04:13:29 2021-04-28 08:13:29,972 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:29 2021-04-28 08:13:29,972 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeTransactional [activemq-j2ee]> - MDC[]
04:13:29 2021-04-28 08:13:29,973 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #110 initialized: null - MDC[]
04:13:29 2021-04-28 08:13:29,973 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:29 2021-04-28 08:13:29,974 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-f925w-33691-1619597565877-0:109) is starting - MDC[]
04:13:29 2021-04-28 08:13:29,974 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-f925w-33691-1619597565877-0:109) started - MDC[]
04:13:29 2021-04-28 08:13:29,974 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:29 2021-04-28 08:13:29,974 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom110 started - MDC[]
04:13:29 2021-04-28 08:13:29,974 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-326:1,clientId=null,started=false} - MDC[]
04:13:33 2021-04-28 08:13:33,994 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5a2661dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@3519fc2a] - MDC[]
04:13:33 2021-04-28 08:13:33,995 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:33 2021-04-28 08:13:33,995 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom110 stopped - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-f925w-33691-1619597565877-0:109) is shutting down - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-f925w-33691-1619597565877-0:109) uptime 4.023 seconds - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom110, ID:centos-7-f925w-33691-1619597565877-0:109) is shutdown - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4023.949281 ms - MDC[]
04:13:33 2021-04-28 08:13:33,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeTransactional [activemq-j2ee]> - MDC[]
04:13:33 2021-04-28 08:13:33,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:33 2021-04-28 08:13:33,997 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply [activemq-j2ee]> - MDC[]
04:13:33 2021-04-28 08:13:33,999 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #111 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:33 2021-04-28 08:13:33,999 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:33,999 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-f925w-33691-1619597565877-0:110) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:33,999 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-f925w-33691-1619597565877-0:110) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,000 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,000 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom111 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,009 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@495844c1, org.eclipse.scout.rt.mom.jms.JmsSubscription@8756dfb] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,016 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@642dad7b, org.eclipse.scout.rt.mom.jms.JmsSubscription@394a42c3] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,022 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@66704b4, org.eclipse.scout.rt.mom.jms.JmsSubscription@1c2b0af1] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,027 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7f72a1cb, org.eclipse.scout.rt.mom.jms.JmsSubscription@5ff8b47b] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,033 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@623171f0, org.eclipse.scout.rt.mom.jms.JmsSubscription@62eab8af] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,038 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f142b9c, org.eclipse.scout.rt.mom.jms.JmsSubscription@66d53155] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,046 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3d4a8874, org.eclipse.scout.rt.mom.jms.JmsSubscription@77d9c187] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,052 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@562ecbe7, org.eclipse.scout.rt.mom.jms.JmsSubscription@527c46e9] - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,053 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4e791fe3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:34 2021-04-28 08:13:34,053 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006854 ms - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom111 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-f925w-33691-1619597565877-0:110) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-f925w-33691-1619597565877-0:110) uptime 0.055 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom111, ID:centos-7-f925w-33691-1619597565877-0:110) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.333375 ms - MDC[]
04:13:34 2021-04-28 08:13:34,054 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,055 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,089 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #112 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,089 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,089 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-f925w-33691-1619597565877-0:111) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,089 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-f925w-33691-1619597565877-0:111) started - MDC[]
04:13:34 2021-04-28 08:13:34,090 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,090 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom112 started - MDC[]
04:13:34 2021-04-28 08:13:34,090 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-332:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2fce55d6] - MDC[]
04:13:34 2021-04-28 08:13:34,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,095 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom112 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-f925w-33691-1619597565877-0:111) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-f925w-33691-1619597565877-0:111) uptime 0.006 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom112, ID:centos-7-f925w-33691-1619597565877-0:111) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.928762 ms - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,097 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #113 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,097 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,097 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-f925w-33691-1619597565877-0:112) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,098 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-f925w-33691-1619597565877-0:112) started - MDC[]
04:13:34 2021-04-28 08:13:34,098 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,098 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom113 started - MDC[]
04:13:34 2021-04-28 08:13:34,098 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-335:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,105 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7261773c] - MDC[]
04:13:34 2021-04-28 08:13:34,106 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,106 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,106 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom113 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,106 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-f925w-33691-1619597565877-0:112) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-f925w-33691-1619597565877-0:112) uptime 0.009 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom113, ID:centos-7-f925w-33691-1619597565877-0:112) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.508991 ms - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,108 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #114 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,108 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,109 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-f925w-33691-1619597565877-0:113) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,109 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-f925w-33691-1619597565877-0:113) started - MDC[]
04:13:34 2021-04-28 08:13:34,109 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,110 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom114 started - MDC[]
04:13:34 2021-04-28 08:13:34,110 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-338:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,114 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e83d546] - MDC[]
04:13:34 2021-04-28 08:13:34,115 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,115 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,115 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom114 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-f925w-33691-1619597565877-0:113) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-f925w-33691-1619597565877-0:113) uptime 0.008 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom114, ID:centos-7-f925w-33691-1619597565877-0:113) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.659209 ms - MDC[]
04:13:34 2021-04-28 08:13:34,116 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,117 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,117 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,117 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #115 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,117 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,121 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-f925w-33691-1619597565877-0:114) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,121 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-f925w-33691-1619597565877-0:114) started - MDC[]
04:13:34 2021-04-28 08:13:34,122 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,122 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom115 started - MDC[]
04:13:34 2021-04-28 08:13:34,122 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-341:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,125 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2f738b8] - MDC[]
04:13:34 2021-04-28 08:13:34,126 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,126 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,126 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom115 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-f925w-33691-1619597565877-0:114) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-f925w-33691-1619597565877-0:114) uptime 0.010 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom115, ID:centos-7-f925w-33691-1619597565877-0:114) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.389452 ms - MDC[]
04:13:34 2021-04-28 08:13:34,127 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,128 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,128 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,128 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #116 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,128 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,129 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-f925w-33691-1619597565877-0:115) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,129 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-f925w-33691-1619597565877-0:115) started - MDC[]
04:13:34 2021-04-28 08:13:34,129 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,129 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom116 started - MDC[]
04:13:34 2021-04-28 08:13:34,130 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-344:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,133 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24fe3184] - MDC[]
04:13:34 2021-04-28 08:13:34,134 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,134 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,134 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom116 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,134 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-f925w-33691-1619597565877-0:115) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-f925w-33691-1619597565877-0:115) uptime 0.007 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom116, ID:centos-7-f925w-33691-1619597565877-0:115) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.384167 ms - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,136 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #117 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,136 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,187 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-f925w-33691-1619597565877-0:116) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,187 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-f925w-33691-1619597565877-0:116) started - MDC[]
04:13:34 2021-04-28 08:13:34,188 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,188 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom117 started - MDC[]
04:13:34 2021-04-28 08:13:34,188 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-347:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,191 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@364f0a6f] - MDC[]
04:13:34 2021-04-28 08:13:34,192 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,192 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom117 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-f925w-33691-1619597565877-0:116) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-f925w-33691-1619597565877-0:116) uptime 0.057 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom117, ID:centos-7-f925w-33691-1619597565877-0:116) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.836653 ms - MDC[]
04:13:34 2021-04-28 08:13:34,193 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,194 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,194 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,194 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #118 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,194 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,195 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-f925w-33691-1619597565877-0:117) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,195 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-f925w-33691-1619597565877-0:117) started - MDC[]
04:13:34 2021-04-28 08:13:34,195 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,195 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom118 started - MDC[]
04:13:34 2021-04-28 08:13:34,196 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-350:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@82da5c9] - MDC[]
04:13:34 2021-04-28 08:13:34,199 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,200 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,200 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom118 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,200 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-f925w-33691-1619597565877-0:117) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,200 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-f925w-33691-1619597565877-0:117) uptime 0.006 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom118, ID:centos-7-f925w-33691-1619597565877-0:117) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.945551 ms - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,201 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #119 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,202 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,203 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-f925w-33691-1619597565877-0:118) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,203 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-f925w-33691-1619597565877-0:118) started - MDC[]
04:13:34 2021-04-28 08:13:34,203 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,203 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom119 started - MDC[]
04:13:34 2021-04-28 08:13:34,204 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-353:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,207 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1e25f6] - MDC[]
04:13:34 2021-04-28 08:13:34,207 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,207 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,208 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom119 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,208 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-f925w-33691-1619597565877-0:118) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-f925w-33691-1619597565877-0:118) uptime 0.006 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom119, ID:centos-7-f925w-33691-1619597565877-0:118) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.238707 ms - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,210 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #120 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,210 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,210 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-f925w-33691-1619597565877-0:119) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,210 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-f925w-33691-1619597565877-0:119) started - MDC[]
04:13:34 2021-04-28 08:13:34,210 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,211 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom120 started - MDC[]
04:13:34 2021-04-28 08:13:34,211 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-356:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,215 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39e08d73] - MDC[]
04:13:34 2021-04-28 08:13:34,216 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,216 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,216 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom120 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-f925w-33691-1619597565877-0:119) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-f925w-33691-1619597565877-0:119) uptime 0.007 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom120, ID:centos-7-f925w-33691-1619597565877-0:119) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.899431 ms - MDC[]
04:13:34 2021-04-28 08:13:34,217 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #121 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,218 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,219 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-f925w-33691-1619597565877-0:120) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,219 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-f925w-33691-1619597565877-0:120) started - MDC[]
04:13:34 2021-04-28 08:13:34,219 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,219 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom121 started - MDC[]
04:13:34 2021-04-28 08:13:34,220 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-359:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,222 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@238bee26] - MDC[]
04:13:34 2021-04-28 08:13:34,223 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,223 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,223 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom121 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,223 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-f925w-33691-1619597565877-0:120) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-f925w-33691-1619597565877-0:120) uptime 0.006 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom121, ID:centos-7-f925w-33691-1619597565877-0:120) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.158552 ms - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,225 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyWithBlockingCondition [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,225 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #122 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,226 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,226 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-f925w-33691-1619597565877-0:121) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,227 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-f925w-33691-1619597565877-0:121) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,227 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,227 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom122 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 Reply: TheReply
04:13:34 2021-04-28 08:13:34,290 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6de06606] - MDC[]
04:13:34 2021-04-28 08:13:34,291 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@72642aa7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:34 2021-04-28 08:13:34,291 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006824 ms - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom122 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-f925w-33691-1619597565877-0:121) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-f925w-33691-1619597565877-0:121) uptime 0.066 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom122, ID:centos-7-f925w-33691-1619597565877-0:121) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,292 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.781755 ms - MDC[]
04:13:34 2021-04-28 08:13:34,293 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyWithBlockingCondition [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,293 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,293 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomDefaultMarshaller [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,294 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #123 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,294 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,294 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-f925w-33691-1619597565877-0:122) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,294 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-f925w-33691-1619597565877-0:122) started - MDC[]
04:13:34 2021-04-28 08:13:34,294 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,295 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom123 started - MDC[]
04:13:34 2021-04-28 08:13:34,295 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-365:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,300 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@70295fa4, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f90f77a, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c81a51a] - MDC[]
04:13:34 2021-04-28 08:13:34,301 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,301 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,302 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom123 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,302 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-f925w-33691-1619597565877-0:122) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,302 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-f925w-33691-1619597565877-0:122) uptime 0.008 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,302 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom123, ID:centos-7-f925w-33691-1619597565877-0:122) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,302 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.335508 ms - MDC[]
04:13:34 2021-04-28 08:13:34,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomDefaultMarshaller [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_StringMarshaller_Exception [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,304 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #124 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,305 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,305 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-f925w-33691-1619597565877-0:123) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,305 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-f925w-33691-1619597565877-0:123) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,305 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,305 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom124 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:34 2021-04-28 08:13:34,311 ERROR [scout-thread-14] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=6b1cf7f3-ea2f-4b0a-bfe8-73b570cb435c]
04:13:34 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:13:34 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356)
04:13:34 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:13:34 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:13:34 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:13:34 	at java.lang.reflect.Method.invoke(Method.java:498)
04:13:34 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:13:34 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:13:34 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:13:34 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:13:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:13:34 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:13:34 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:13:34 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:13:34 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:34 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:34 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:34 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:13:34 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:34 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:13:34 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:34 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:34 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:13:34 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:13:34 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:13:34 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:13:34 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:13:34 	at java.lang.Thread.run(Thread.java:748)
04:13:34 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:13:34 2021-04-28 08:13:34,314 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4faaf13a] - MDC[]
04:13:34 2021-04-28 08:13:34,314 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7de02c7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:34 2021-04-28 08:13:34,315 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006490 ms - MDC[]
04:13:34 2021-04-28 08:13:34,317 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom124 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-f925w-33691-1619597565877-0:123) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-f925w-33691-1619597565877-0:123) uptime 0.014 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom124, ID:centos-7-f925w-33691-1619597565877-0:123) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.090800 ms - MDC[]
04:13:34 2021-04-28 08:13:34,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_StringMarshaller_Exception [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,319 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,319 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeFailover [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,319 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.266508 ms - MDC[]
04:13:34 2021-04-28 08:13:34,320 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeFailover [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,321 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,321 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,322 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #125 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,322 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,322 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-f925w-33691-1619597565877-0:124) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,323 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-f925w-33691-1619597565877-0:124) started - MDC[]
04:13:34 2021-04-28 08:13:34,323 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,323 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom125 started - MDC[]
04:13:34 2021-04-28 08:13:34,323 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-371:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,525 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c8b6b4d] - MDC[]
04:13:34 2021-04-28 08:13:34,526 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,526 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,526 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom125 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,526 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-f925w-33691-1619597565877-0:124) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-f925w-33691-1619597565877-0:124) uptime 0.205 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom125, ID:centos-7-f925w-33691-1619597565877-0:124) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 205.804657 ms - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,527 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #126 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,528 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,529 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-f925w-33691-1619597565877-0:125) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,529 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-f925w-33691-1619597565877-0:125) started - MDC[]
04:13:34 2021-04-28 08:13:34,529 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,529 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom126 started - MDC[]
04:13:34 2021-04-28 08:13:34,530 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-374:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,732 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29cd7b9e] - MDC[]
04:13:34 2021-04-28 08:13:34,733 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,733 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,733 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom126 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,733 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-f925w-33691-1619597565877-0:125) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-f925w-33691-1619597565877-0:125) uptime 0.206 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom126, ID:centos-7-f925w-33691-1619597565877-0:125) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.353702 ms - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,734 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,735 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,735 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #127 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,736 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,736 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-f925w-33691-1619597565877-0:126) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,736 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-f925w-33691-1619597565877-0:126) started - MDC[]
04:13:34 2021-04-28 08:13:34,737 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,737 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom127 started - MDC[]
04:13:34 2021-04-28 08:13:34,737 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-377:1,clientId=null,started=false} - MDC[]
04:13:34 2021-04-28 08:13:34,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ada5fd3] - MDC[]
04:13:34 2021-04-28 08:13:34,940 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:34 2021-04-28 08:13:34,941 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:34 2021-04-28 08:13:34,941 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom127 stopped - MDC[]
04:13:34 2021-04-28 08:13:34,941 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-f925w-33691-1619597565877-0:126) is shutting down - MDC[]
04:13:34 2021-04-28 08:13:34,941 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-f925w-33691-1619597565877-0:126) uptime 0.205 seconds - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom127, ID:centos-7-f925w-33691-1619597565877-0:126) is shutdown - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.123513 ms - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:34 2021-04-28 08:13:34,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:34 2021-04-28 08:13:34,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #128 initialized: null - MDC[]
04:13:34 2021-04-28 08:13:34,943 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:34 2021-04-28 08:13:34,944 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-f925w-33691-1619597565877-0:127) is starting - MDC[]
04:13:34 2021-04-28 08:13:34,944 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-f925w-33691-1619597565877-0:127) started - MDC[]
04:13:34 2021-04-28 08:13:34,944 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:34 2021-04-28 08:13:34,945 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom128 started - MDC[]
04:13:34 2021-04-28 08:13:34,945 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-380:1,clientId=null,started=false} - MDC[]
04:13:35 2021-04-28 08:13:35,148 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7d6e3e42] - MDC[]
04:13:35 2021-04-28 08:13:35,149 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:35 2021-04-28 08:13:35,149 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom128 stopped - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-f925w-33691-1619597565877-0:127) is shutting down - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-f925w-33691-1619597565877-0:127) uptime 0.207 seconds - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom128, ID:centos-7-f925w-33691-1619597565877-0:127) is shutdown - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.915765 ms - MDC[]
04:13:35 2021-04-28 08:13:35,150 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,151 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:35 2021-04-28 08:13:35,151 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,151 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #129 initialized: null - MDC[]
04:13:35 2021-04-28 08:13:35,152 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:35 2021-04-28 08:13:35,152 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-f925w-33691-1619597565877-0:128) is starting - MDC[]
04:13:35 2021-04-28 08:13:35,153 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-f925w-33691-1619597565877-0:128) started - MDC[]
04:13:35 2021-04-28 08:13:35,153 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:35 2021-04-28 08:13:35,153 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom129 started - MDC[]
04:13:35 2021-04-28 08:13:35,154 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-383:1,clientId=null,started=false} - MDC[]
04:13:35 2021-04-28 08:13:35,356 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ab66d54] - MDC[]
04:13:35 2021-04-28 08:13:35,357 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:35 2021-04-28 08:13:35,357 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:35 2021-04-28 08:13:35,357 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom129 stopped - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-f925w-33691-1619597565877-0:128) is shutting down - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-f925w-33691-1619597565877-0:128) uptime 0.206 seconds - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom129, ID:centos-7-f925w-33691-1619597565877-0:128) is shutdown - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.358798 ms - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:35 2021-04-28 08:13:35,359 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,359 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #130 initialized: null - MDC[]
04:13:35 2021-04-28 08:13:35,359 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:35 2021-04-28 08:13:35,360 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-f925w-33691-1619597565877-0:129) is starting - MDC[]
04:13:35 2021-04-28 08:13:35,360 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-f925w-33691-1619597565877-0:129) started - MDC[]
04:13:35 2021-04-28 08:13:35,360 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:35 2021-04-28 08:13:35,360 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom130 started - MDC[]
04:13:35 2021-04-28 08:13:35,361 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-386:1,clientId=null,started=false} - MDC[]
04:13:35 2021-04-28 08:13:35,563 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17991766] - MDC[]
04:13:35 2021-04-28 08:13:35,564 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:35 2021-04-28 08:13:35,564 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:35 2021-04-28 08:13:35,565 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom130 stopped - MDC[]
04:13:35 2021-04-28 08:13:35,565 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-f925w-33691-1619597565877-0:129) is shutting down - MDC[]
04:13:35 2021-04-28 08:13:35,565 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-f925w-33691-1619597565877-0:129) uptime 0.206 seconds - MDC[]
04:13:35 2021-04-28 08:13:35,565 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom130, ID:centos-7-f925w-33691-1619597565877-0:129) is shutdown - MDC[]
04:13:35 2021-04-28 08:13:35,565 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:35 2021-04-28 08:13:35,566 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.039087 ms - MDC[]
04:13:35 2021-04-28 08:13:35,566 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,566 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:35 2021-04-28 08:13:35,566 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,567 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #131 initialized: null - MDC[]
04:13:35 2021-04-28 08:13:35,567 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:35 2021-04-28 08:13:35,568 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-f925w-33691-1619597565877-0:130) is starting - MDC[]
04:13:35 2021-04-28 08:13:35,568 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-f925w-33691-1619597565877-0:130) started - MDC[]
04:13:35 2021-04-28 08:13:35,568 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:35 2021-04-28 08:13:35,569 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom131 started - MDC[]
04:13:35 2021-04-28 08:13:35,569 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-389:1,clientId=null,started=false} - MDC[]
04:13:35 2021-04-28 08:13:35,771 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@561dc11f] - MDC[]
04:13:35 2021-04-28 08:13:35,772 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:35 2021-04-28 08:13:35,772 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:35 2021-04-28 08:13:35,773 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom131 stopped - MDC[]
04:13:35 2021-04-28 08:13:35,773 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-f925w-33691-1619597565877-0:130) is shutting down - MDC[]
04:13:35 2021-04-28 08:13:35,773 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-f925w-33691-1619597565877-0:130) uptime 0.206 seconds - MDC[]
04:13:35 2021-04-28 08:13:35,773 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom131, ID:centos-7-f925w-33691-1619597565877-0:130) is shutdown - MDC[]
04:13:35 2021-04-28 08:13:35,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:35 2021-04-28 08:13:35,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.057197 ms - MDC[]
04:13:35 2021-04-28 08:13:35,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:35 2021-04-28 08:13:35,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #132 initialized: null - MDC[]
04:13:35 2021-04-28 08:13:35,775 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:35 2021-04-28 08:13:35,776 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-f925w-33691-1619597565877-0:131) is starting - MDC[]
04:13:35 2021-04-28 08:13:35,776 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-f925w-33691-1619597565877-0:131) started - MDC[]
04:13:35 2021-04-28 08:13:35,776 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:35 2021-04-28 08:13:35,777 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom132 started - MDC[]
04:13:35 2021-04-28 08:13:35,777 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-392:1,clientId=null,started=false} - MDC[]
04:13:35 2021-04-28 08:13:35,979 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9a183e7] - MDC[]
04:13:35 2021-04-28 08:13:35,980 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:35 2021-04-28 08:13:35,980 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom132 stopped - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-f925w-33691-1619597565877-0:131) is shutting down - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-f925w-33691-1619597565877-0:131) uptime 0.206 seconds - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom132, ID:centos-7-f925w-33691-1619597565877-0:131) is shutdown - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:35 2021-04-28 08:13:35,981 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.985331 ms - MDC[]
04:13:35 2021-04-28 08:13:35,982 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,982 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:35 2021-04-28 08:13:35,982 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:35 2021-04-28 08:13:35,982 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #133 initialized: null - MDC[]
04:13:35 2021-04-28 08:13:35,983 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:35 2021-04-28 08:13:35,983 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-f925w-33691-1619597565877-0:132) is starting - MDC[]
04:13:35 2021-04-28 08:13:35,983 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-f925w-33691-1619597565877-0:132) started - MDC[]
04:13:35 2021-04-28 08:13:35,983 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:35 2021-04-28 08:13:35,983 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom133 started - MDC[]
04:13:35 2021-04-28 08:13:35,984 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-395:1,clientId=null,started=false} - MDC[]
04:13:36 2021-04-28 08:13:36,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@354880a9] - MDC[]
04:13:36 2021-04-28 08:13:36,187 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,187 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom133 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-f925w-33691-1619597565877-0:132) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-f925w-33691-1619597565877-0:132) uptime 0.205 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom133, ID:centos-7-f925w-33691-1619597565877-0:132) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:36 2021-04-28 08:13:36,188 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 206.497238 ms - MDC[]
04:13:36 2021-04-28 08:13:36,189 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,189 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,189 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,190 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #134 initialized: null - MDC[]
04:13:36 2021-04-28 08:13:36,190 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:36 2021-04-28 08:13:36,190 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-f925w-33691-1619597565877-0:133) is starting - MDC[]
04:13:36 2021-04-28 08:13:36,191 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-f925w-33691-1619597565877-0:133) started - MDC[]
04:13:36 2021-04-28 08:13:36,191 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:36 2021-04-28 08:13:36,191 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom134 started - MDC[]
04:13:36 2021-04-28 08:13:36,192 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-398:1,clientId=null,started=false} - MDC[]
04:13:36 2021-04-28 08:13:36,394 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1bc4ec31] - MDC[]
04:13:36 2021-04-28 08:13:36,395 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,395 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:36 2021-04-28 08:13:36,395 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom134 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,395 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-f925w-33691-1619597565877-0:133) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,396 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-f925w-33691-1619597565877-0:133) uptime 0.206 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,396 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom134, ID:centos-7-f925w-33691-1619597565877-0:133) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,396 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:36 2021-04-28 08:13:36,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.086515 ms - MDC[]
04:13:36 2021-04-28 08:13:36,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,397 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testProperties [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,398 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #135 initialized: null - MDC[]
04:13:36 2021-04-28 08:13:36,398 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:36 2021-04-28 08:13:36,398 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-f925w-33691-1619597565877-0:134) is starting - MDC[]
04:13:36 2021-04-28 08:13:36,399 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-f925w-33691-1619597565877-0:134) started - MDC[]
04:13:36 2021-04-28 08:13:36,399 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:36 2021-04-28 08:13:36,399 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom135 started - MDC[]
04:13:36 2021-04-28 08:13:36,400 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-401:2,clientId=null,started=false} - MDC[]
04:13:36 2021-04-28 08:13:36,402 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e024667] - MDC[]
04:13:36 2021-04-28 08:13:36,403 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,403 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:36 2021-04-28 08:13:36,403 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom135 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,403 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-f925w-33691-1619597565877-0:134) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-f925w-33691-1619597565877-0:134) uptime 0.006 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom135, ID:centos-7-f925w-33691-1619597565877-0:134) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.573851 ms - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testProperties [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,404 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,405 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyEmpty [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,405 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #136 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,405 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,406 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-f925w-33691-1619597565877-0:135) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,406 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-f925w-33691-1619597565877-0:135) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,406 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,406 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom136 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,414 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@518df6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@2bd04ff3] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,420 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@457523c4, org.eclipse.scout.rt.mom.jms.JmsSubscription@23440ed] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,426 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@58438a11, org.eclipse.scout.rt.mom.jms.JmsSubscription@18836af5] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,431 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@f59b0fa, org.eclipse.scout.rt.mom.jms.JmsSubscription@47edd76e] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,436 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3a51e087, org.eclipse.scout.rt.mom.jms.JmsSubscription@6bc3a69f] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,442 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7f2e3b9, org.eclipse.scout.rt.mom.jms.JmsSubscription@7cc07ceb] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,490 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4cc8cd7b, org.eclipse.scout.rt.mom.jms.JmsSubscription@ee389da] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,497 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@38403a3e, org.eclipse.scout.rt.mom.jms.JmsSubscription@743177e] - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5d05e3f0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009080 ms - MDC[]
04:13:36 2021-04-28 08:13:36,499 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom136 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,499 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-f925w-33691-1619597565877-0:135) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,499 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-f925w-33691-1619597565877-0:135) uptime 0.094 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom136, ID:centos-7-f925w-33691-1619597565877-0:135) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 95.165379 ms - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyEmpty [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,501 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #137 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,502 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,502 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-f925w-33691-1619597565877-0:136) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,502 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-f925w-33691-1619597565877-0:136) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,502 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,503 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom137 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,561 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@57e9dd1f, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e1134e1] - MDC[]
04:13:36 2021-04-28 08:13:36,562 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3fac3484[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,562 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006123 ms - MDC[]
04:13:36 2021-04-28 08:13:36,563 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom137 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,563 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-f925w-33691-1619597565877-0:136) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,563 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-f925w-33691-1619597565877-0:136) uptime 0.061 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom137, ID:centos-7-f925w-33691-1619597565877-0:136) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.320458 ms - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,565 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #138 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,565 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,566 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-f925w-33691-1619597565877-0:137) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,566 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-f925w-33691-1619597565877-0:137) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,566 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,566 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom138 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,624 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6dc4b990, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e74adb] - MDC[]
04:13:36 2021-04-28 08:13:36,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@8225d7a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006895 ms - MDC[]
04:13:36 2021-04-28 08:13:36,626 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom138 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,626 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-f925w-33691-1619597565877-0:137) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,626 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-f925w-33691-1619597565877-0:137) uptime 0.061 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,626 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom138, ID:centos-7-f925w-33691-1619597565877-0:137) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,627 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,627 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.398654 ms - MDC[]
04:13:36 2021-04-28 08:13:36,627 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,627 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,627 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,628 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #139 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,628 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,629 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-f925w-33691-1619597565877-0:138) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,629 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-f925w-33691-1619597565877-0:138) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,629 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,629 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom139 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,688 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1bd7bdf, org.eclipse.scout.rt.mom.jms.JmsSubscription@69e0f16] - MDC[]
04:13:36 2021-04-28 08:13:36,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6c2fd33e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009052 ms - MDC[]
04:13:36 2021-04-28 08:13:36,690 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom139 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,690 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-f925w-33691-1619597565877-0:138) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-f925w-33691-1619597565877-0:138) uptime 0.063 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom139, ID:centos-7-f925w-33691-1619597565877-0:138) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,691 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,691 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.762462 ms - MDC[]
04:13:36 2021-04-28 08:13:36,691 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,692 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #140 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,693 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,693 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-f925w-33691-1619597565877-0:139) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,693 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-f925w-33691-1619597565877-0:139) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,694 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,694 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom140 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,756 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39911d6a, org.eclipse.scout.rt.mom.jms.JmsSubscription@54ad5fce] - MDC[]
04:13:36 2021-04-28 08:13:36,757 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5cb95347[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,758 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006225 ms - MDC[]
04:13:36 2021-04-28 08:13:36,758 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom140 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,758 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-f925w-33691-1619597565877-0:139) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-f925w-33691-1619597565877-0:139) uptime 0.065 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom140, ID:centos-7-f925w-33691-1619597565877-0:139) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.081730 ms - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,760 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #141 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,760 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,761 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-f925w-33691-1619597565877-0:140) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,761 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-f925w-33691-1619597565877-0:140) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,761 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,762 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom141 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3412a1dd, org.eclipse.scout.rt.mom.jms.JmsSubscription@762f0a8b] - MDC[]
04:13:36 2021-04-28 08:13:36,822 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3c035b0a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,822 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007500 ms - MDC[]
04:13:36 2021-04-28 08:13:36,823 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom141 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-f925w-33691-1619597565877-0:140) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-f925w-33691-1619597565877-0:140) uptime 0.063 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,823 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom141, ID:centos-7-f925w-33691-1619597565877-0:140) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,823 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.273302 ms - MDC[]
04:13:36 2021-04-28 08:13:36,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,825 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #142 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,825 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,826 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-f925w-33691-1619597565877-0:141) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,826 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-f925w-33691-1619597565877-0:141) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,826 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,826 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom142 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,885 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a1f008, org.eclipse.scout.rt.mom.jms.JmsSubscription@68bffb06] - MDC[]
04:13:36 2021-04-28 08:13:36,886 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1be41c20[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,887 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006971 ms - MDC[]
04:13:36 2021-04-28 08:13:36,887 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom142 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,887 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-f925w-33691-1619597565877-0:141) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-f925w-33691-1619597565877-0:141) uptime 0.062 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom142, ID:centos-7-f925w-33691-1619597565877-0:141) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.667023 ms - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,888 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,889 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #143 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,889 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,890 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-f925w-33691-1619597565877-0:142) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,890 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-f925w-33691-1619597565877-0:142) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,890 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,890 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom143 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,949 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5cf3924c, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a0ec54c] - MDC[]
04:13:36 2021-04-28 08:13:36,950 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5d83c895[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:36 2021-04-28 08:13:36,951 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.021691 ms - MDC[]
04:13:36 2021-04-28 08:13:36,951 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom143 stopped - MDC[]
04:13:36 2021-04-28 08:13:36,951 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-f925w-33691-1619597565877-0:142) is shutting down - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-f925w-33691-1619597565877-0:142) uptime 0.062 seconds - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom143, ID:centos-7-f925w-33691-1619597565877-0:142) is shutdown - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.426376 ms - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:36 2021-04-28 08:13:36,952 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:36 2021-04-28 08:13:36,953 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #144 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,953 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,953 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-f925w-33691-1619597565877-0:143) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,953 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-f925w-33691-1619597565877-0:143) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,954 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:36 2021-04-28 08:13:36,954 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom144 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b465287, org.eclipse.scout.rt.mom.jms.JmsSubscription@1427cc16] - MDC[]
04:13:37 2021-04-28 08:13:37,013 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7440f4f3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:37 2021-04-28 08:13:37,014 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007187 ms - MDC[]
04:13:37 2021-04-28 08:13:37,014 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom144 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,014 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-f925w-33691-1619597565877-0:143) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-f925w-33691-1619597565877-0:143) uptime 0.061 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom144, ID:centos-7-f925w-33691-1619597565877-0:143) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.534264 ms - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,015 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,016 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #145 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,016 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,017 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-f925w-33691-1619597565877-0:144) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,017 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-f925w-33691-1619597565877-0:144) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,017 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,017 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom145 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@b9286ad, org.eclipse.scout.rt.mom.jms.JmsSubscription@2573cc0c] - MDC[]
04:13:37 2021-04-28 08:13:37,078 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6a6a5ce3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:37 2021-04-28 08:13:37,078 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006371 ms - MDC[]
04:13:37 2021-04-28 08:13:37,078 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom145 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-f925w-33691-1619597565877-0:144) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-f925w-33691-1619597565877-0:144) uptime 0.063 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom145, ID:centos-7-f925w-33691-1619597565877-0:144) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 63.698802 ms - MDC[]
04:13:37 2021-04-28 08:13:37,079 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,080 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,080 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,080 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #146 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,081 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,081 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-f925w-33691-1619597565877-0:145) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,081 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-f925w-33691-1619597565877-0:145) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,081 INFO  [scout-thread-24] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,082 INFO  [scout-thread-24] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom146 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:37 2021-04-28 08:13:37,141 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33d2e82, org.eclipse.scout.rt.mom.jms.JmsSubscription@43eb581d] - MDC[]
04:13:37 2021-04-28 08:13:37,142 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@625ab6a7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:37 2021-04-28 08:13:37,143 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009831 ms - MDC[]
04:13:37 2021-04-28 08:13:37,143 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom146 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,143 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-f925w-33691-1619597565877-0:145) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,144 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-f925w-33691-1619597565877-0:145) uptime 0.063 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,144 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom146, ID:centos-7-f925w-33691-1619597565877-0:145) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,144 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 64.521524 ms - MDC[]
04:13:37 2021-04-28 08:13:37,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,145 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,145 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonData [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #147 initialized: null - MDC[]
04:13:37 2021-04-28 08:13:37,146 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:37 2021-04-28 08:13:37,146 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-f925w-33691-1619597565877-0:146) is starting - MDC[]
04:13:37 2021-04-28 08:13:37,147 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-f925w-33691-1619597565877-0:146) started - MDC[]
04:13:37 2021-04-28 08:13:37,147 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:37 2021-04-28 08:13:37,147 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom147 started - MDC[]
04:13:37 2021-04-28 08:13:37,148 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-437:1,clientId=null,started=false} - MDC[]
04:13:37 2021-04-28 08:13:37,151 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@31ef9ac6, org.eclipse.scout.rt.mom.jms.JmsSubscription@87ef6de] - MDC[]
04:13:37 2021-04-28 08:13:37,152 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,152 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:37 2021-04-28 08:13:37,152 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom147 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,152 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-f925w-33691-1619597565877-0:146) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,153 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-f925w-33691-1619597565877-0:146) uptime 0.006 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,153 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom147, ID:centos-7-f925w-33691-1619597565877-0:146) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,153 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:37 2021-04-28 08:13:37,153 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.675091 ms - MDC[]
04:13:37 2021-04-28 08:13:37,153 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonData [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,154 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,154 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,155 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #148 initialized: null - MDC[jobName=requester (Q)]
04:13:37 2021-04-28 08:13:37,155 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,156 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-f925w-33691-1619597565877-0:147) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,156 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-f925w-33691-1619597565877-0:147) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,156 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,156 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom148 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,461 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3e0658f8] - MDC[]
04:13:37 2021-04-28 08:13:37,462 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33620f98[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:37 2021-04-28 08:13:37,462 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009285 ms - MDC[]
04:13:37 2021-04-28 08:13:37,463 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom148 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,463 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-f925w-33691-1619597565877-0:147) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,463 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-f925w-33691-1619597565877-0:147) uptime 0.308 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom148, ID:centos-7-f925w-33691-1619597565877-0:147) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.768512 ms - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,465 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #149 initialized: null - MDC[jobName=requester (Q)]
04:13:37 2021-04-28 08:13:37,466 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,466 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-f925w-33691-1619597565877-0:148) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,466 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-f925w-33691-1619597565877-0:148) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,466 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,467 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom149 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,771 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16224bd8] - MDC[]
04:13:37 2021-04-28 08:13:37,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@69895154[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:37 2021-04-28 08:13:37,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009268 ms - MDC[]
04:13:37 2021-04-28 08:13:37,774 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom149 stopped - MDC[]
04:13:37 2021-04-28 08:13:37,774 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-f925w-33691-1619597565877-0:148) is shutting down - MDC[]
04:13:37 2021-04-28 08:13:37,774 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-f925w-33691-1619597565877-0:148) uptime 0.308 seconds - MDC[]
04:13:37 2021-04-28 08:13:37,774 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom149, ID:centos-7-f925w-33691-1619597565877-0:148) is shutdown - MDC[]
04:13:37 2021-04-28 08:13:37,775 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:37 2021-04-28 08:13:37,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.347525 ms - MDC[]
04:13:37 2021-04-28 08:13:37,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:37 2021-04-28 08:13:37,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:37 2021-04-28 08:13:37,776 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #150 initialized: null - MDC[jobName=requester (Q)]
04:13:37 2021-04-28 08:13:37,777 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,777 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-f925w-33691-1619597565877-0:149) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,777 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-f925w-33691-1619597565877-0:149) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,777 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:37 2021-04-28 08:13:37,778 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom150 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,082 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a4c9d1b] - MDC[]
04:13:38 2021-04-28 08:13:38,083 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1596bf56[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:38 2021-04-28 08:13:38,084 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006630 ms - MDC[]
04:13:38 2021-04-28 08:13:38,084 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom150 stopped - MDC[]
04:13:38 2021-04-28 08:13:38,084 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-f925w-33691-1619597565877-0:149) is shutting down - MDC[]
04:13:38 2021-04-28 08:13:38,084 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-f925w-33691-1619597565877-0:149) uptime 0.307 seconds - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom150, ID:centos-7-f925w-33691-1619597565877-0:149) is shutdown - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.321805 ms - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:38 2021-04-28 08:13:38,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,086 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #151 initialized: null - MDC[jobName=requester (Q)]
04:13:38 2021-04-28 08:13:38,087 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,088 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-f925w-33691-1619597565877-0:150) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,088 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-f925w-33691-1619597565877-0:150) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,088 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,088 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom151 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,392 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6cacab23] - MDC[]
04:13:38 2021-04-28 08:13:38,393 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4ddf442e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:38 2021-04-28 08:13:38,393 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006231 ms - MDC[]
04:13:38 2021-04-28 08:13:38,394 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom151 stopped - MDC[]
04:13:38 2021-04-28 08:13:38,394 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-f925w-33691-1619597565877-0:150) is shutting down - MDC[]
04:13:38 2021-04-28 08:13:38,394 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-f925w-33691-1619597565877-0:150) uptime 0.307 seconds - MDC[]
04:13:38 2021-04-28 08:13:38,394 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom151, ID:centos-7-f925w-33691-1619597565877-0:150) is shutdown - MDC[]
04:13:38 2021-04-28 08:13:38,395 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:38 2021-04-28 08:13:38,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.425782 ms - MDC[]
04:13:38 2021-04-28 08:13:38,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:38 2021-04-28 08:13:38,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,396 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #152 initialized: null - MDC[jobName=requester (Q)]
04:13:38 2021-04-28 08:13:38,397 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,397 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-f925w-33691-1619597565877-0:151) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,397 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-f925w-33691-1619597565877-0:151) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,397 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,397 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom152 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,703 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ab949ed] - MDC[]
04:13:38 2021-04-28 08:13:38,704 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2e64a2ed[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:38 2021-04-28 08:13:38,704 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006434 ms - MDC[]
04:13:38 2021-04-28 08:13:38,705 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom152 stopped - MDC[]
04:13:38 2021-04-28 08:13:38,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-f925w-33691-1619597565877-0:151) is shutting down - MDC[]
04:13:38 2021-04-28 08:13:38,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-f925w-33691-1619597565877-0:151) uptime 0.308 seconds - MDC[]
04:13:38 2021-04-28 08:13:38,705 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom152, ID:centos-7-f925w-33691-1619597565877-0:151) is shutdown - MDC[]
04:13:38 2021-04-28 08:13:38,705 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:38 2021-04-28 08:13:38,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 310.116185 ms - MDC[]
04:13:38 2021-04-28 08:13:38,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:38 2021-04-28 08:13:38,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:38 2021-04-28 08:13:38,707 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #153 initialized: null - MDC[jobName=requester (Q)]
04:13:38 2021-04-28 08:13:38,708 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,708 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-f925w-33691-1619597565877-0:152) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,708 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-f925w-33691-1619597565877-0:152) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,708 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:38 2021-04-28 08:13:38,709 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom153 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,013 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ea29e40] - MDC[]
04:13:39 2021-04-28 08:13:39,014 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@41e82e4c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:39 2021-04-28 08:13:39,014 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.017098 ms - MDC[]
04:13:39 2021-04-28 08:13:39,015 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom153 stopped - MDC[]
04:13:39 2021-04-28 08:13:39,015 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-f925w-33691-1619597565877-0:152) is shutting down - MDC[]
04:13:39 2021-04-28 08:13:39,015 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-f925w-33691-1619597565877-0:152) uptime 0.307 seconds - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom153, ID:centos-7-f925w-33691-1619597565877-0:152) is shutdown - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.640517 ms - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:39 2021-04-28 08:13:39,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,017 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #154 initialized: null - MDC[jobName=requester (Q)]
04:13:39 2021-04-28 08:13:39,018 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,018 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-f925w-33691-1619597565877-0:153) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,018 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-f925w-33691-1619597565877-0:153) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,018 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,019 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom154 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,323 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@74f2593b] - MDC[]
04:13:39 2021-04-28 08:13:39,323 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5e2db08c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:39 2021-04-28 08:13:39,324 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008876 ms - MDC[]
04:13:39 2021-04-28 08:13:39,324 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom154 stopped - MDC[]
04:13:39 2021-04-28 08:13:39,324 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-f925w-33691-1619597565877-0:153) is shutting down - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-f925w-33691-1619597565877-0:153) uptime 0.307 seconds - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom154, ID:centos-7-f925w-33691-1619597565877-0:153) is shutdown - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.521664 ms - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,325 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:39 2021-04-28 08:13:39,326 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,326 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #155 initialized: null - MDC[jobName=requester (Q)]
04:13:39 2021-04-28 08:13:39,327 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,327 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-f925w-33691-1619597565877-0:154) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,327 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-f925w-33691-1619597565877-0:154) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,328 INFO  [scout-thread-17] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,328 INFO  [scout-thread-17] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom155 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@689cc29a] - MDC[]
04:13:39 2021-04-28 08:13:39,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4021f8d1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:39 2021-04-28 08:13:39,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006379 ms - MDC[]
04:13:39 2021-04-28 08:13:39,634 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom155 stopped - MDC[]
04:13:39 2021-04-28 08:13:39,634 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-f925w-33691-1619597565877-0:154) is shutting down - MDC[]
04:13:39 2021-04-28 08:13:39,634 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-f925w-33691-1619597565877-0:154) uptime 0.307 seconds - MDC[]
04:13:39 2021-04-28 08:13:39,634 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom155, ID:centos-7-f925w-33691-1619597565877-0:154) is shutdown - MDC[]
04:13:39 2021-04-28 08:13:39,634 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:39 2021-04-28 08:13:39,635 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.944840 ms - MDC[]
04:13:39 2021-04-28 08:13:39,635 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,635 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:39 2021-04-28 08:13:39,635 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,636 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #156 initialized: null - MDC[jobName=requester (Q)]
04:13:39 2021-04-28 08:13:39,636 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,637 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-f925w-33691-1619597565877-0:155) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,637 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-f925w-33691-1619597565877-0:155) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,637 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,637 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom156 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f070f66] - MDC[]
04:13:39 2021-04-28 08:13:39,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@278afb3b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:39 2021-04-28 08:13:39,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006881 ms - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom156 stopped - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-f925w-33691-1619597565877-0:155) is shutting down - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-f925w-33691-1619597565877-0:155) uptime 0.308 seconds - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom156, ID:centos-7-f925w-33691-1619597565877-0:155) is shutdown - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 309.305759 ms - MDC[]
04:13:39 2021-04-28 08:13:39,944 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:39 2021-04-28 08:13:39,945 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:39 2021-04-28 08:13:39,946 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #157 initialized: null - MDC[jobName=requester (Q)]
04:13:39 2021-04-28 08:13:39,946 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,947 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-f925w-33691-1619597565877-0:156) is starting - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,947 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-f925w-33691-1619597565877-0:156) started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,947 INFO  [scout-thread-15] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:39 2021-04-28 08:13:39,947 INFO  [scout-thread-15] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom157 started - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:13:40 2021-04-28 08:13:40,251 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@645650b1] - MDC[]
04:13:40 2021-04-28 08:13:40,252 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@39825378[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:40 2021-04-28 08:13:40,252 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006742 ms - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom157 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-f925w-33691-1619597565877-0:156) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-f925w-33691-1619597565877-0:156) uptime 0.307 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom157, ID:centos-7-f925w-33691-1619597565877-0:156) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,253 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 308.639209 ms - MDC[]
04:13:40 2021-04-28 08:13:40,254 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,254 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,254 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicDurableSubscription [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,254 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.077869 ms - MDC[]
04:13:40 2021-04-28 08:13:40,254 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicDurableSubscription [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithoutRequestReply [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM #158: 'request-reply' messaging is disabled - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #158 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,255 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.708717 ms - MDC[]
04:13:40 2021-04-28 08:13:40,256 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithoutRequestReply [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,256 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,256 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessageRequestReply [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,256 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #159 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,257 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,257 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-f925w-33691-1619597565877-0:157) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,257 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-f925w-33691-1619597565877-0:157) started - MDC[]
04:13:40 2021-04-28 08:13:40,257 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,258 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom159 started - MDC[]
04:13:40 2021-04-28 08:13:40,264 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7e30050, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e9589b2] - MDC[]
04:13:40 2021-04-28 08:13:40,265 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@44d39d83[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:40 2021-04-28 08:13:40,265 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007281 ms - MDC[]
04:13:40 2021-04-28 08:13:40,265 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom159 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,265 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-f925w-33691-1619597565877-0:157) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,266 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-f925w-33691-1619597565877-0:157) uptime 0.009 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,266 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom159, ID:centos-7-f925w-33691-1619597565877-0:157) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,266 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,266 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.065180 ms - MDC[]
04:13:40 2021-04-28 08:13:40,266 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessageRequestReply [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,267 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,267 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishNull [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,267 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #160 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,267 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,268 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-f925w-33691-1619597565877-0:158) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,268 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-f925w-33691-1619597565877-0:158) started - MDC[]
04:13:40 2021-04-28 08:13:40,268 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,269 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom160 started - MDC[]
04:13:40 2021-04-28 08:13:40,270 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-473:1,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,273 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5122e03e, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a2d066d] - MDC[]
04:13:40 2021-04-28 08:13:40,276 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@336f70a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ff660ec] - MDC[]
04:13:40 2021-04-28 08:13:40,279 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2dcfa917, org.eclipse.scout.rt.mom.jms.JmsSubscription@45198fd9] - MDC[]
04:13:40 2021-04-28 08:13:40,281 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@134b19ae, org.eclipse.scout.rt.mom.jms.JmsSubscription@1931223f] - MDC[]
04:13:40 2021-04-28 08:13:40,284 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@726e3907, org.eclipse.scout.rt.mom.jms.JmsSubscription@2517d499] - MDC[]
04:13:40 2021-04-28 08:13:40,286 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5d4e11ce, org.eclipse.scout.rt.mom.jms.JmsSubscription@18b25ef3] - MDC[]
04:13:40 2021-04-28 08:13:40,288 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7b28ce3c, org.eclipse.scout.rt.mom.jms.JmsSubscription@7cb2f534] - MDC[]
04:13:40 2021-04-28 08:13:40,291 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1694aadb, org.eclipse.scout.rt.mom.jms.JmsSubscription@16d9c898] - MDC[]
04:13:40 2021-04-28 08:13:40,292 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,292 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,292 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom160 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-f925w-33691-1619597565877-0:158) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-f925w-33691-1619597565877-0:158) uptime 0.026 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom160, ID:centos-7-f925w-33691-1619597565877-0:158) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 26.294584 ms - MDC[]
04:13:40 2021-04-28 08:13:40,293 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishNull [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,294 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,294 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishText [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,294 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #161 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,294 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,295 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-f925w-33691-1619597565877-0:159) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,295 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-f925w-33691-1619597565877-0:159) started - MDC[]
04:13:40 2021-04-28 08:13:40,295 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,295 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom161 started - MDC[]
04:13:40 2021-04-28 08:13:40,296 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-476:1,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,299 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@eef9471, org.eclipse.scout.rt.mom.jms.JmsSubscription@7454f141] - MDC[]
04:13:40 2021-04-28 08:13:40,300 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,300 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,300 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom161 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,300 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-f925w-33691-1619597565877-0:159) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-f925w-33691-1619597565877-0:159) uptime 0.007 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom161, ID:centos-7-f925w-33691-1619597565877-0:159) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.072167 ms - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishText [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeCorrelationId [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,302 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #162 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,302 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,302 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-f925w-33691-1619597565877-0:160) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,303 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-f925w-33691-1619597565877-0:160) started - MDC[]
04:13:40 2021-04-28 08:13:40,303 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,303 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom162 started - MDC[]
04:13:40 2021-04-28 08:13:40,323 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-479:2,clientId=null,started=false} - MDC[cid=cid:abc]
04:13:40 2021-04-28 08:13:40,324 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@790bcc24] - MDC[]
04:13:40 2021-04-28 08:13:40,325 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,325 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom162 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-f925w-33691-1619597565877-0:160) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-f925w-33691-1619597565877-0:160) uptime 0.024 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom162, ID:centos-7-f925w-33691-1619597565877-0:160) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.738439 ms - MDC[]
04:13:40 2021-04-28 08:13:40,326 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeCorrelationId [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribe [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #163 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-f925w-33691-1619597565877-0:161) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-f925w-33691-1619597565877-0:161) started - MDC[]
04:13:40 2021-04-28 08:13:40,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,328 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom163 started - MDC[]
04:13:40 2021-04-28 08:13:40,330 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-482:2,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,331 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c608988] - MDC[]
04:13:40 2021-04-28 08:13:40,332 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,332 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,333 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom163 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,333 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-f925w-33691-1619597565877-0:161) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,333 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-f925w-33691-1619597565877-0:161) uptime 0.005 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,333 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom163, ID:centos-7-f925w-33691-1619597565877-0:161) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,333 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,334 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.459526 ms - MDC[]
04:13:40 2021-04-28 08:13:40,334 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribe [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,334 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,334 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishBytes [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,334 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #164 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,335 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,335 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-f925w-33691-1619597565877-0:162) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,335 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-f925w-33691-1619597565877-0:162) started - MDC[]
04:13:40 2021-04-28 08:13:40,335 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,335 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom164 started - MDC[]
04:13:40 2021-04-28 08:13:40,336 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-485:1,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,338 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5c7673b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@6a85a13] - MDC[]
04:13:40 2021-04-28 08:13:40,339 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,339 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,339 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom164 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-f925w-33691-1619597565877-0:162) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-f925w-33691-1619597565877-0:162) uptime 0.005 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom164, ID:centos-7-f925w-33691-1619597565877-0:162) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.105089 ms - MDC[]
04:13:40 2021-04-28 08:13:40,340 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishBytes [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,341 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,341 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishEmpty [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,342 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #165 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,342 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,342 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-f925w-33691-1619597565877-0:163) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,343 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-f925w-33691-1619597565877-0:163) started - MDC[]
04:13:40 2021-04-28 08:13:40,343 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,343 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom165 started - MDC[]
04:13:40 2021-04-28 08:13:40,387 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-488:1,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,390 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@545dedf4, org.eclipse.scout.rt.mom.jms.JmsSubscription@2dedf1c9] - MDC[]
04:13:40 2021-04-28 08:13:40,393 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@227497ef, org.eclipse.scout.rt.mom.jms.JmsSubscription@11105fbe] - MDC[]
04:13:40 2021-04-28 08:13:40,395 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7d1647d5, org.eclipse.scout.rt.mom.jms.JmsSubscription@1517015c] - MDC[]
04:13:40 2021-04-28 08:13:40,398 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2c6c67e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@12046998] - MDC[]
04:13:40 2021-04-28 08:13:40,401 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@47d9bdf4, org.eclipse.scout.rt.mom.jms.JmsSubscription@31a266e0] - MDC[]
04:13:40 2021-04-28 08:13:40,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fddd0fc, org.eclipse.scout.rt.mom.jms.JmsSubscription@682d0957] - MDC[]
04:13:40 2021-04-28 08:13:40,406 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f49d34d, org.eclipse.scout.rt.mom.jms.JmsSubscription@6aa34b05] - MDC[]
04:13:40 2021-04-28 08:13:40,408 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6ad019e7, org.eclipse.scout.rt.mom.jms.JmsSubscription@295f5dd5] - MDC[]
04:13:40 2021-04-28 08:13:40,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,410 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom165 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,410 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-f925w-33691-1619597565877-0:163) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,410 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-f925w-33691-1619597565877-0:163) uptime 0.068 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,410 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom165, ID:centos-7-f925w-33691-1619597565877-0:163) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,411 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.368212 ms - MDC[]
04:13:40 2021-04-28 08:13:40,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishEmpty [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithConfiguredDefaultMarshaller [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #166 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,412 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,412 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-f925w-33691-1619597565877-0:164) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,412 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-f925w-33691-1619597565877-0:164) started - MDC[]
04:13:40 2021-04-28 08:13:40,413 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,413 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom166 started - MDC[]
04:13:40 2021-04-28 08:13:40,413 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-491:1,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,415 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71c31fdd] - MDC[]
04:13:40 2021-04-28 08:13:40,417 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,417 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,418 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom166 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-f925w-33691-1619597565877-0:164) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-f925w-33691-1619597565877-0:164) uptime 0.006 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,418 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom166, ID:centos-7-f925w-33691-1619597565877-0:164) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,418 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7.288548 ms - MDC[]
04:13:40 2021-04-28 08:13:40,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithConfiguredDefaultMarshaller [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #167 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,420 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,421 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-f925w-33691-1619597565877-0:165) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,421 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-f925w-33691-1619597565877-0:165) started - MDC[]
04:13:40 2021-04-28 08:13:40,421 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,421 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom167 started - MDC[]
04:13:40 2021-04-28 08:13:40,423 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-494:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,475 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5213a8f7, org.eclipse.scout.rt.mom.jms.JmsSubscription@30078038] - MDC[]
04:13:40 2021-04-28 08:13:40,488 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,488 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,489 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom167 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,489 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-f925w-33691-1619597565877-0:165) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,489 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-f925w-33691-1619597565877-0:165) uptime 0.069 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,489 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom167, ID:centos-7-f925w-33691-1619597565877-0:165) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 69.967690 ms - MDC[]
04:13:40 2021-04-28 08:13:40,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,491 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #168 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,491 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,492 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-f925w-33691-1619597565877-0:166) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,492 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-f925w-33691-1619597565877-0:166) started - MDC[]
04:13:40 2021-04-28 08:13:40,492 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,492 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom168 started - MDC[]
04:13:40 2021-04-28 08:13:40,494 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-497:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,546 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7c0abd1, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d60c9e6] - MDC[]
04:13:40 2021-04-28 08:13:40,547 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom168 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-f925w-33691-1619597565877-0:166) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-f925w-33691-1619597565877-0:166) uptime 0.057 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom168, ID:centos-7-f925w-33691-1619597565877-0:166) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.055152 ms - MDC[]
04:13:40 2021-04-28 08:13:40,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,549 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #169 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,549 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,550 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-f925w-33691-1619597565877-0:167) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,550 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-f925w-33691-1619597565877-0:167) started - MDC[]
04:13:40 2021-04-28 08:13:40,550 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,550 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom169 started - MDC[]
04:13:40 2021-04-28 08:13:40,553 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-500:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,605 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@fce6355, org.eclipse.scout.rt.mom.jms.JmsSubscription@4668f98c] - MDC[]
04:13:40 2021-04-28 08:13:40,606 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,606 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,606 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom169 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,606 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-f925w-33691-1619597565877-0:167) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-f925w-33691-1619597565877-0:167) uptime 0.058 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom169, ID:centos-7-f925w-33691-1619597565877-0:167) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.088794 ms - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,607 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,608 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,608 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #170 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,608 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,609 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-f925w-33691-1619597565877-0:168) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,609 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-f925w-33691-1619597565877-0:168) started - MDC[]
04:13:40 2021-04-28 08:13:40,609 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,609 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom170 started - MDC[]
04:13:40 2021-04-28 08:13:40,611 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-503:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,663 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1d95501b, org.eclipse.scout.rt.mom.jms.JmsSubscription@1cfa4ad9] - MDC[]
04:13:40 2021-04-28 08:13:40,664 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,664 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,665 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom170 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,665 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-f925w-33691-1619597565877-0:168) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,665 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-f925w-33691-1619597565877-0:168) uptime 0.057 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,665 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom170, ID:centos-7-f925w-33691-1619597565877-0:168) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,665 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.931439 ms - MDC[]
04:13:40 2021-04-28 08:13:40,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #171 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,667 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,667 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-f925w-33691-1619597565877-0:169) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,667 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-f925w-33691-1619597565877-0:169) started - MDC[]
04:13:40 2021-04-28 08:13:40,667 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,668 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom171 started - MDC[]
04:13:40 2021-04-28 08:13:40,671 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-506:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,723 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1cf44346, org.eclipse.scout.rt.mom.jms.JmsSubscription@3664d285] - MDC[]
04:13:40 2021-04-28 08:13:40,724 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,724 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,724 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom171 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-f925w-33691-1619597565877-0:169) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-f925w-33691-1619597565877-0:169) uptime 0.058 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom171, ID:centos-7-f925w-33691-1619597565877-0:169) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.257845 ms - MDC[]
04:13:40 2021-04-28 08:13:40,725 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,726 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,726 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #172 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,727 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,728 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-f925w-33691-1619597565877-0:170) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,728 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-f925w-33691-1619597565877-0:170) started - MDC[]
04:13:40 2021-04-28 08:13:40,728 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,728 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom172 started - MDC[]
04:13:40 2021-04-28 08:13:40,731 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-509:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,783 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69b783ea, org.eclipse.scout.rt.mom.jms.JmsSubscription@4076398b] - MDC[]
04:13:40 2021-04-28 08:13:40,784 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,784 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,784 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom172 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,784 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-f925w-33691-1619597565877-0:170) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,785 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-f925w-33691-1619597565877-0:170) uptime 0.058 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,785 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom172, ID:centos-7-f925w-33691-1619597565877-0:170) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,785 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,785 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 59.132893 ms - MDC[]
04:13:40 2021-04-28 08:13:40,785 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,786 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,786 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,786 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #173 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,786 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,787 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-f925w-33691-1619597565877-0:171) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,787 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-f925w-33691-1619597565877-0:171) started - MDC[]
04:13:40 2021-04-28 08:13:40,787 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,787 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom173 started - MDC[]
04:13:40 2021-04-28 08:13:40,789 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-512:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,841 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4fdb4052, org.eclipse.scout.rt.mom.jms.JmsSubscription@bdc5584] - MDC[]
04:13:40 2021-04-28 08:13:40,843 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,843 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,843 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom173 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,843 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-f925w-33691-1619597565877-0:171) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,844 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-f925w-33691-1619597565877-0:171) uptime 0.058 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,844 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom173, ID:centos-7-f925w-33691-1619597565877-0:171) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,844 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,844 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.291928 ms - MDC[]
04:13:40 2021-04-28 08:13:40,844 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,845 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,845 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,845 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #174 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,845 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,846 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-f925w-33691-1619597565877-0:172) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,846 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-f925w-33691-1619597565877-0:172) started - MDC[]
04:13:40 2021-04-28 08:13:40,846 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,846 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom174 started - MDC[]
04:13:40 2021-04-28 08:13:40,848 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-515:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@358ebd61, org.eclipse.scout.rt.mom.jms.JmsSubscription@75e355e] - MDC[]
04:13:40 2021-04-28 08:13:40,901 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,901 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,901 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom174 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-f925w-33691-1619597565877-0:172) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-f925w-33691-1619597565877-0:172) uptime 0.057 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom174, ID:centos-7-f925w-33691-1619597565877-0:172) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 57.364006 ms - MDC[]
04:13:40 2021-04-28 08:13:40,902 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #175 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,903 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-f925w-33691-1619597565877-0:173) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-f925w-33691-1619597565877-0:173) started - MDC[]
04:13:40 2021-04-28 08:13:40,904 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,904 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom175 started - MDC[]
04:13:40 2021-04-28 08:13:40,906 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-518:3,clientId=null,started=false} - MDC[]
04:13:40 2021-04-28 08:13:40,959 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16204061, org.eclipse.scout.rt.mom.jms.JmsSubscription@480f24b1] - MDC[]
04:13:40 2021-04-28 08:13:40,960 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:40 2021-04-28 08:13:40,960 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:40 2021-04-28 08:13:40,960 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom175 stopped - MDC[]
04:13:40 2021-04-28 08:13:40,960 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-f925w-33691-1619597565877-0:173) is shutting down - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-f925w-33691-1619597565877-0:173) uptime 0.057 seconds - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom175, ID:centos-7-f925w-33691-1619597565877-0:173) is shutdown - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.179156 ms - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:40 2021-04-28 08:13:40,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:40 2021-04-28 08:13:40,962 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #176 initialized: null - MDC[]
04:13:40 2021-04-28 08:13:40,962 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:40 2021-04-28 08:13:40,962 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-f925w-33691-1619597565877-0:174) is starting - MDC[]
04:13:40 2021-04-28 08:13:40,962 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-f925w-33691-1619597565877-0:174) started - MDC[]
04:13:40 2021-04-28 08:13:40,962 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:40 2021-04-28 08:13:40,963 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom176 started - MDC[]
04:13:40 2021-04-28 08:13:40,965 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-521:3,clientId=null,started=false} - MDC[]
04:13:41 2021-04-28 08:13:41,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@410ca583, org.eclipse.scout.rt.mom.jms.JmsSubscription@50594c5a] - MDC[]
04:13:41 2021-04-28 08:13:41,019 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:41 2021-04-28 08:13:41,019 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:41 2021-04-28 08:13:41,019 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom176 stopped - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-f925w-33691-1619597565877-0:174) is shutting down - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-f925w-33691-1619597565877-0:174) uptime 0.058 seconds - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom176, ID:centos-7-f925w-33691-1619597565877-0:174) is shutdown - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 58.725173 ms - MDC[]
04:13:41 2021-04-28 08:13:41,020 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:41 2021-04-28 08:13:41,021 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:41 2021-04-28 08:13:41,021 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyTimeout [activemq-j2ee]> - MDC[]
04:13:41 2021-04-28 08:13:41,022 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #177 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:41 2021-04-28 08:13:41,022 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:41 2021-04-28 08:13:41,022 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-f925w-33691-1619597565877-0:175) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:41 2021-04-28 08:13:41,023 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-f925w-33691-1619597565877-0:175) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:41 2021-04-28 08:13:41,023 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:41 2021-04-28 08:13:41,023 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom177 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,025 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout]
04:13:46 2021-04-28 08:13:46,028 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1135f0c4] - MDC[]
04:13:46 2021-04-28 08:13:46,028 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@47110b9b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:46 2021-04-28 08:13:46,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009045 ms - MDC[]
04:13:46 2021-04-28 08:13:46,029 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom177 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,029 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-f925w-33691-1619597565877-0:175) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-f925w-33691-1619597565877-0:175) uptime 5.007 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom177, ID:centos-7-f925w-33691-1619597565877-0:175) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5008.858281 ms - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyTimeout [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,031 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishObject [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,031 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #178 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,031 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,032 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-f925w-33691-1619597565877-0:176) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,032 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-f925w-33691-1619597565877-0:176) started - MDC[]
04:13:46 2021-04-28 08:13:46,032 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,032 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom178 started - MDC[]
04:13:46 2021-04-28 08:13:46,033 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-527:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,036 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2e408d5a, org.eclipse.scout.rt.mom.jms.JmsSubscription@52a2c66] - MDC[]
04:13:46 2021-04-28 08:13:46,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom178 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-f925w-33691-1619597565877-0:176) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-f925w-33691-1619597565877-0:176) uptime 0.006 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom178, ID:centos-7-f925w-33691-1619597565877-0:176) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,037 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.841059 ms - MDC[]
04:13:46 2021-04-28 08:13:46,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishObject [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithInvalidMarshaller [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.645246 ms - MDC[]
04:13:46 2021-04-28 08:13:46,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithInvalidMarshaller [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testConcurrentMessageConsumption [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #180 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,040 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,040 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-f925w-33691-1619597565877-0:177) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,040 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-f925w-33691-1619597565877-0:177) started - MDC[]
04:13:46 2021-04-28 08:13:46,041 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,041 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom180 started - MDC[]
04:13:46 2021-04-28 08:13:46,041 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-530:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ce028fa] - MDC[]
04:13:46 2021-04-28 08:13:46,049 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,049 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,049 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom180 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-f925w-33691-1619597565877-0:177) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-f925w-33691-1619597565877-0:177) uptime 0.010 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom180, ID:centos-7-f925w-33691-1619597565877-0:177) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.889467 ms - MDC[]
04:13:46 2021-04-28 08:13:46,050 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testConcurrentMessageConsumption [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,051 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,051 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,052 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #181 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,052 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,052 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-f925w-33691-1619597565877-0:178) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,052 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-f925w-33691-1619597565877-0:178) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,053 INFO  [scout-thread-20] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,053 INFO  [scout-thread-20] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom181 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:46 2021-04-28 08:13:46,059 INFO  [ActiveMQ VMTransport: vm://mom181#757-1] org.apache.activemq.broker.region.TempQueue.dispose(TempQueue.java:87) - temp-queue://ID:centos-7-f925w-33691-1619597565877-533:4:1 on dispose, purge of 1 pending messages: org.apache.activemq.broker.region.cursors.VMPendingMessageCursor@57ec064d - MDC[]
04:13:46 2021-04-28 08:13:46,060 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@503308de, org.eclipse.scout.rt.mom.jms.JmsSubscription@482bdb02] - MDC[]
04:13:46 2021-04-28 08:13:46,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@77bab03f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:46 2021-04-28 08:13:46,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006591 ms - MDC[]
04:13:46 2021-04-28 08:13:46,062 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom181 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,062 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-f925w-33691-1619597565877-0:178) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,062 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-f925w-33691-1619597565877-0:178) uptime 0.010 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,062 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom181, ID:centos-7-f925w-33691-1619597565877-0:178) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,063 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.659838 ms - MDC[]
04:13:46 2021-04-28 08:13:46,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,064 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #182 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,064 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,064 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-f925w-33691-1619597565877-0:179) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,065 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-f925w-33691-1619597565877-0:179) started - MDC[]
04:13:46 2021-04-28 08:13:46,065 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,065 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom182 started - MDC[]
04:13:46 2021-04-28 08:13:46,065 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-536:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47b8f783] - MDC[]
04:13:46 2021-04-28 08:13:46,219 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,220 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,220 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom182 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,220 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-f925w-33691-1619597565877-0:179) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-f925w-33691-1619597565877-0:179) uptime 0.157 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom182, ID:centos-7-f925w-33691-1619597565877-0:179) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.390996 ms - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,222 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #183 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,222 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,222 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-f925w-33691-1619597565877-0:180) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,222 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-f925w-33691-1619597565877-0:180) started - MDC[]
04:13:46 2021-04-28 08:13:46,222 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,223 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom183 started - MDC[]
04:13:46 2021-04-28 08:13:46,223 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-539:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,376 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@e287fd1] - MDC[]
04:13:46 2021-04-28 08:13:46,377 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,377 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,377 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom183 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,377 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-f925w-33691-1619597565877-0:180) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,378 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-f925w-33691-1619597565877-0:180) uptime 0.156 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,378 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom183, ID:centos-7-f925w-33691-1619597565877-0:180) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,378 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,378 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.750519 ms - MDC[]
04:13:46 2021-04-28 08:13:46,378 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,379 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,379 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,379 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #184 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,380 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,380 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-f925w-33691-1619597565877-0:181) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,380 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-f925w-33691-1619597565877-0:181) started - MDC[]
04:13:46 2021-04-28 08:13:46,380 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,381 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom184 started - MDC[]
04:13:46 2021-04-28 08:13:46,381 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-542:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,534 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6444bf53] - MDC[]
04:13:46 2021-04-28 08:13:46,534 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,534 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,535 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom184 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,535 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-f925w-33691-1619597565877-0:181) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,535 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-f925w-33691-1619597565877-0:181) uptime 0.156 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,535 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom184, ID:centos-7-f925w-33691-1619597565877-0:181) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,535 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.679725 ms - MDC[]
04:13:46 2021-04-28 08:13:46,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #185 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,537 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,537 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-f925w-33691-1619597565877-0:182) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,537 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-f925w-33691-1619597565877-0:182) started - MDC[]
04:13:46 2021-04-28 08:13:46,537 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,538 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom185 started - MDC[]
04:13:46 2021-04-28 08:13:46,538 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-545:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,691 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3116e9f2] - MDC[]
04:13:46 2021-04-28 08:13:46,692 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,692 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,692 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom185 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-f925w-33691-1619597565877-0:182) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-f925w-33691-1619597565877-0:182) uptime 0.156 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom185, ID:centos-7-f925w-33691-1619597565877-0:182) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.299001 ms - MDC[]
04:13:46 2021-04-28 08:13:46,693 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,694 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #186 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,694 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-f925w-33691-1619597565877-0:183) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-f925w-33691-1619597565877-0:183) started - MDC[]
04:13:46 2021-04-28 08:13:46,695 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,695 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom186 started - MDC[]
04:13:46 2021-04-28 08:13:46,696 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-548:1,clientId=null,started=false} - MDC[]
04:13:46 2021-04-28 08:13:46,849 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@595f803] - MDC[]
04:13:46 2021-04-28 08:13:46,850 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:46 2021-04-28 08:13:46,850 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:46 2021-04-28 08:13:46,850 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom186 stopped - MDC[]
04:13:46 2021-04-28 08:13:46,850 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-f925w-33691-1619597565877-0:183) is shutting down - MDC[]
04:13:46 2021-04-28 08:13:46,851 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-f925w-33691-1619597565877-0:183) uptime 0.157 seconds - MDC[]
04:13:46 2021-04-28 08:13:46,851 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom186, ID:centos-7-f925w-33691-1619597565877-0:183) is shutdown - MDC[]
04:13:46 2021-04-28 08:13:46,851 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:46 2021-04-28 08:13:46,851 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.482064 ms - MDC[]
04:13:46 2021-04-28 08:13:46,851 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,852 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:46 2021-04-28 08:13:46,852 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:46 2021-04-28 08:13:46,852 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #187 initialized: null - MDC[]
04:13:46 2021-04-28 08:13:46,853 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:46 2021-04-28 08:13:46,853 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-f925w-33691-1619597565877-0:184) is starting - MDC[]
04:13:46 2021-04-28 08:13:46,853 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-f925w-33691-1619597565877-0:184) started - MDC[]
04:13:46 2021-04-28 08:13:46,854 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:46 2021-04-28 08:13:46,854 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom187 started - MDC[]
04:13:46 2021-04-28 08:13:46,854 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-551:1,clientId=null,started=false} - MDC[]
04:13:47 2021-04-28 08:13:47,007 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@232438a8] - MDC[]
04:13:47 2021-04-28 08:13:47,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:47 2021-04-28 08:13:47,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:47 2021-04-28 08:13:47,008 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom187 stopped - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-f925w-33691-1619597565877-0:184) is shutting down - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-f925w-33691-1619597565877-0:184) uptime 0.156 seconds - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom187, ID:centos-7-f925w-33691-1619597565877-0:184) is shutdown - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.357371 ms - MDC[]
04:13:47 2021-04-28 08:13:47,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,010 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:47 2021-04-28 08:13:47,010 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,010 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #188 initialized: null - MDC[]
04:13:47 2021-04-28 08:13:47,010 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:47 2021-04-28 08:13:47,011 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-f925w-33691-1619597565877-0:185) is starting - MDC[]
04:13:47 2021-04-28 08:13:47,011 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-f925w-33691-1619597565877-0:185) started - MDC[]
04:13:47 2021-04-28 08:13:47,011 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:47 2021-04-28 08:13:47,011 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom188 started - MDC[]
04:13:47 2021-04-28 08:13:47,012 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-554:1,clientId=null,started=false} - MDC[]
04:13:47 2021-04-28 08:13:47,165 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@523198f0] - MDC[]
04:13:47 2021-04-28 08:13:47,166 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:47 2021-04-28 08:13:47,166 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:47 2021-04-28 08:13:47,166 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom188 stopped - MDC[]
04:13:47 2021-04-28 08:13:47,167 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-f925w-33691-1619597565877-0:185) is shutting down - MDC[]
04:13:47 2021-04-28 08:13:47,167 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-f925w-33691-1619597565877-0:185) uptime 0.157 seconds - MDC[]
04:13:47 2021-04-28 08:13:47,167 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom188, ID:centos-7-f925w-33691-1619597565877-0:185) is shutdown - MDC[]
04:13:47 2021-04-28 08:13:47,167 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:47 2021-04-28 08:13:47,168 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.722770 ms - MDC[]
04:13:47 2021-04-28 08:13:47,168 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,168 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:47 2021-04-28 08:13:47,168 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,169 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #189 initialized: null - MDC[]
04:13:47 2021-04-28 08:13:47,169 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:47 2021-04-28 08:13:47,170 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-f925w-33691-1619597565877-0:186) is starting - MDC[]
04:13:47 2021-04-28 08:13:47,170 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-f925w-33691-1619597565877-0:186) started - MDC[]
04:13:47 2021-04-28 08:13:47,170 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:47 2021-04-28 08:13:47,170 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom189 started - MDC[]
04:13:47 2021-04-28 08:13:47,171 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-557:1,clientId=null,started=false} - MDC[]
04:13:47 2021-04-28 08:13:47,324 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2b465e1a] - MDC[]
04:13:47 2021-04-28 08:13:47,325 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:47 2021-04-28 08:13:47,325 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:47 2021-04-28 08:13:47,325 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom189 stopped - MDC[]
04:13:47 2021-04-28 08:13:47,325 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-f925w-33691-1619597565877-0:186) is shutting down - MDC[]
04:13:47 2021-04-28 08:13:47,326 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-f925w-33691-1619597565877-0:186) uptime 0.157 seconds - MDC[]
04:13:47 2021-04-28 08:13:47,326 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom189, ID:centos-7-f925w-33691-1619597565877-0:186) is shutdown - MDC[]
04:13:47 2021-04-28 08:13:47,326 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:47 2021-04-28 08:13:47,326 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.791324 ms - MDC[]
04:13:47 2021-04-28 08:13:47,326 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:47 2021-04-28 08:13:47,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #190 initialized: null - MDC[]
04:13:47 2021-04-28 08:13:47,327 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:47 2021-04-28 08:13:47,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-f925w-33691-1619597565877-0:187) is starting - MDC[]
04:13:47 2021-04-28 08:13:47,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-f925w-33691-1619597565877-0:187) started - MDC[]
04:13:47 2021-04-28 08:13:47,328 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:47 2021-04-28 08:13:47,329 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom190 started - MDC[]
04:13:47 2021-04-28 08:13:47,329 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-560:1,clientId=null,started=false} - MDC[]
04:13:47 2021-04-28 08:13:47,482 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7b4b2dcd] - MDC[]
04:13:47 2021-04-28 08:13:47,483 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:47 2021-04-28 08:13:47,483 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:47 2021-04-28 08:13:47,483 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom190 stopped - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-f925w-33691-1619597565877-0:187) is shutting down - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-f925w-33691-1619597565877-0:187) uptime 0.157 seconds - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom190, ID:centos-7-f925w-33691-1619597565877-0:187) is shutdown - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.568669 ms - MDC[]
04:13:47 2021-04-28 08:13:47,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,485 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:47 2021-04-28 08:13:47,485 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,486 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #191 initialized: null - MDC[]
04:13:47 2021-04-28 08:13:47,486 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:47 2021-04-28 08:13:47,486 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-f925w-33691-1619597565877-0:188) is starting - MDC[]
04:13:47 2021-04-28 08:13:47,486 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-f925w-33691-1619597565877-0:188) started - MDC[]
04:13:47 2021-04-28 08:13:47,487 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:47 2021-04-28 08:13:47,487 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom191 started - MDC[]
04:13:47 2021-04-28 08:13:47,487 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-563:1,clientId=null,started=false} - MDC[]
04:13:47 2021-04-28 08:13:47,640 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@d9fe131] - MDC[]
04:13:47 2021-04-28 08:13:47,640 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:47 2021-04-28 08:13:47,641 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:47 2021-04-28 08:13:47,641 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom191 stopped - MDC[]
04:13:47 2021-04-28 08:13:47,641 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-f925w-33691-1619597565877-0:188) is shutting down - MDC[]
04:13:47 2021-04-28 08:13:47,641 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-f925w-33691-1619597565877-0:188) uptime 0.155 seconds - MDC[]
04:13:47 2021-04-28 08:13:47,642 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom191, ID:centos-7-f925w-33691-1619597565877-0:188) is shutdown - MDC[]
04:13:47 2021-04-28 08:13:47,642 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:47 2021-04-28 08:13:47,642 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 156.657544 ms - MDC[]
04:13:47 2021-04-28 08:13:47,642 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,643 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:47 2021-04-28 08:13:47,643 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscriptionSingleThreadedDisposeSynchronized [activemq-j2ee]> - MDC[]
04:13:47 2021-04-28 08:13:47,643 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #192 initialized: null - MDC[]
04:13:47 2021-04-28 08:13:47,643 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:47 2021-04-28 08:13:47,644 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-f925w-33691-1619597565877-0:189) is starting - MDC[]
04:13:47 2021-04-28 08:13:47,644 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-f925w-33691-1619597565877-0:189) started - MDC[]
04:13:47 2021-04-28 08:13:47,644 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:47 2021-04-28 08:13:47,644 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom192 started - MDC[]
04:13:47 2021-04-28 08:13:47,645 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-566:1,clientId=null,started=false} - MDC[]
04:13:48 2021-04-28 08:13:48,650 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2e8828b5, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@564519de] - MDC[]
04:13:48 2021-04-28 08:13:48,650 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:48 2021-04-28 08:13:48,650 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom192 stopped - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-f925w-33691-1619597565877-0:189) is shutting down - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-f925w-33691-1619597565877-0:189) uptime 1.008 seconds - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom192, ID:centos-7-f925w-33691-1619597565877-0:189) is shutdown - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1008.347763 ms - MDC[]
04:13:48 2021-04-28 08:13:48,651 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscriptionSingleThreadedDisposeSynchronized [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,652 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:48 2021-04-28 08:13:48,652 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_ObjectMarshaller_Exception [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,653 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #193 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,653 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,653 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-f925w-33691-1619597565877-0:190) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,653 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-f925w-33691-1619597565877-0:190) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,654 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,654 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom193 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,659 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=d74c8e86-3c21-49ae-9f7b-461ff381d717]
04:13:48 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:13:48 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269)
04:13:48 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:13:48 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:13:48 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:13:48 	at java.lang.reflect.Method.invoke(Method.java:498)
04:13:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:13:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:13:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:13:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:13:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:13:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:13:48 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:13:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:13:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:48 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:13:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:13:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:48 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:13:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:13:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:13:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:13:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:13:48 	at java.lang.Thread.run(Thread.java:748)
04:13:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:13:48 2021-04-28 08:13:48,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6df459fe] - MDC[]
04:13:48 2021-04-28 08:13:48,667 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33fc791[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:48 2021-04-28 08:13:48,667 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.010680 ms - MDC[]
04:13:48 2021-04-28 08:13:48,667 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom193 stopped - MDC[]
04:13:48 2021-04-28 08:13:48,668 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-f925w-33691-1619597565877-0:190) is shutting down - MDC[]
04:13:48 2021-04-28 08:13:48,668 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-f925w-33691-1619597565877-0:190) uptime 0.015 seconds - MDC[]
04:13:48 2021-04-28 08:13:48,668 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom193, ID:centos-7-f925w-33691-1619597565877-0:190) is shutdown - MDC[]
04:13:48 2021-04-28 08:13:48,668 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:48 2021-04-28 08:13:48,669 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.520690 ms - MDC[]
04:13:48 2021-04-28 08:13:48,669 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_ObjectMarshaller_Exception [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,669 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:48 2021-04-28 08:13:48,670 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCorrelationId [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,670 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #194 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,670 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,671 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-f925w-33691-1619597565877-0:191) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,671 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-f925w-33691-1619597565877-0:191) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,671 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,671 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom194 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,677 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6a68754] - MDC[]
04:13:48 2021-04-28 08:13:48,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4dc96b3a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:48 2021-04-28 08:13:48,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007148 ms - MDC[]
04:13:48 2021-04-28 08:13:48,678 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom194 stopped - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-f925w-33691-1619597565877-0:191) is shutting down - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-f925w-33691-1619597565877-0:191) uptime 0.009 seconds - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom194, ID:centos-7-f925w-33691-1619597565877-0:191) is shutdown - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.521714 ms - MDC[]
04:13:48 2021-04-28 08:13:48,679 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCorrelationId [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,680 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:48 2021-04-28 08:13:48,680 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCancellation [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,680 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #195 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,681 INFO  [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,681 INFO  [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-f925w-33691-1619597565877-0:192) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,681 INFO  [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-f925w-33691-1619597565877-0:192) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,681 INFO  [scout-thread-16] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,682 INFO  [scout-thread-16] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom195 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:48 2021-04-28 08:13:48,687 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:48 2021-04-28 08:13:48,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f8a11f0] - MDC[]
04:13:48 2021-04-28 08:13:48,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@56c22e7b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:48 2021-04-28 08:13:48,690 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006821 ms - MDC[]
04:13:48 2021-04-28 08:13:48,690 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom195 stopped - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-f925w-33691-1619597565877-0:192) is shutting down - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-f925w-33691-1619597565877-0:192) uptime 0.010 seconds - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom195, ID:centos-7-f925w-33691-1619597565877-0:192) is shutdown - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.455577 ms - MDC[]
04:13:48 2021-04-28 08:13:48,691 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCancellation [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:48 2021-04-28 08:13:48,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,692 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #196 initialized: null - MDC[]
04:13:48 2021-04-28 08:13:48,693 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:48 2021-04-28 08:13:48,693 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-f925w-33691-1619597565877-0:193) is starting - MDC[]
04:13:48 2021-04-28 08:13:48,693 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-f925w-33691-1619597565877-0:193) started - MDC[]
04:13:48 2021-04-28 08:13:48,693 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:48 2021-04-28 08:13:48,694 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom196 started - MDC[]
04:13:48 2021-04-28 08:13:48,696 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-578:3,clientId=null,started=false} - MDC[]
04:13:48 2021-04-28 08:13:48,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d446ba9, org.eclipse.scout.rt.mom.jms.JmsSubscription@46c2451a] - MDC[]
04:13:48 2021-04-28 08:13:48,700 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:48 2021-04-28 08:13:48,700 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:48 2021-04-28 08:13:48,701 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom196 stopped - MDC[]
04:13:48 2021-04-28 08:13:48,701 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-f925w-33691-1619597565877-0:193) is shutting down - MDC[]
04:13:48 2021-04-28 08:13:48,701 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-f925w-33691-1619597565877-0:193) uptime 0.008 seconds - MDC[]
04:13:48 2021-04-28 08:13:48,701 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom196, ID:centos-7-f925w-33691-1619597565877-0:193) is shutdown - MDC[]
04:13:48 2021-04-28 08:13:48,701 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:48 2021-04-28 08:13:48,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.436376 ms - MDC[]
04:13:48 2021-04-28 08:13:48,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeMultipleSubscriptions [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:48 2021-04-28 08:13:48,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishTransactional [activemq-j2ee]> - MDC[]
04:13:48 2021-04-28 08:13:48,703 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #197 initialized: null - MDC[]
04:13:48 2021-04-28 08:13:48,703 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:48 2021-04-28 08:13:48,703 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-f925w-33691-1619597565877-0:194) is starting - MDC[]
04:13:48 2021-04-28 08:13:48,703 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-f925w-33691-1619597565877-0:194) started - MDC[]
04:13:48 2021-04-28 08:13:48,703 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:48 2021-04-28 08:13:48,704 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom197 started - MDC[]
04:13:50 2021-04-28 08:13:50,708 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@646e17b9, org.eclipse.scout.rt.mom.jms.JmsSubscription@515576b0] - MDC[]
04:13:50 2021-04-28 08:13:50,708 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom197 stopped - MDC[]
04:13:50 2021-04-28 08:13:50,708 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-f925w-33691-1619597565877-0:194) is shutting down - MDC[]
04:13:50 2021-04-28 08:13:50,709 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-f925w-33691-1619597565877-0:194) uptime 2.006 seconds - MDC[]
04:13:50 2021-04-28 08:13:50,709 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom197, ID:centos-7-f925w-33691-1619597565877-0:194) is shutdown - MDC[]
04:13:50 2021-04-28 08:13:50,709 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:50 2021-04-28 08:13:50,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2006.729763 ms - MDC[]
04:13:50 2021-04-28 08:13:50,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishTransactional [activemq-j2ee]> - MDC[]
04:13:50 2021-04-28 08:13:50,710 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:50 2021-04-28 08:13:50,710 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyTimeout [activemq-j2ee]> - MDC[]
04:13:50 2021-04-28 08:13:50,710 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #198 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:50 2021-04-28 08:13:50,711 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:50 2021-04-28 08:13:50,711 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-f925w-33691-1619597565877-0:195) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:50 2021-04-28 08:13:50,711 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-f925w-33691-1619597565877-0:195) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:50 2021-04-28 08:13:50,711 INFO  [scout-thread-23] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:50 2021-04-28 08:13:50,712 INFO  [scout-thread-23] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom198 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,715 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout]
04:13:55 2021-04-28 08:13:55,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@20fa20d5] - MDC[]
04:13:55 2021-04-28 08:13:55,717 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3504fc01[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,717 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006798 ms - MDC[]
04:13:55 2021-04-28 08:13:55,717 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom198 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,717 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-f925w-33691-1619597565877-0:195) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-f925w-33691-1619597565877-0:195) uptime 5.007 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom198, ID:centos-7-f925w-33691-1619597565877-0:195) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5008.213683 ms - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyTimeout [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception1 [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,719 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #199 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,720 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,720 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-f925w-33691-1619597565877-0:196) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,720 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-f925w-33691-1619597565877-0:196) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,720 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,721 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom199 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,725 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=99346006-aac0-41a0-be81-85cfa8dd19c5]
04:13:55 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:13:55 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298)
04:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:13:55 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:13:55 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:13:55 	at java.lang.reflect.Method.invoke(Method.java:498)
04:13:55 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:13:55 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:13:55 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:13:55 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:13:55 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:13:55 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:13:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:13:55 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:55 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:55 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:13:55 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:13:55 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:55 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:13:55 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:55 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:13:55 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:13:55 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:13:55 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:13:55 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:13:55 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:13:55 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:13:55 	at java.lang.Thread.run(Thread.java:748)
04:13:55 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:13:55 2021-04-28 08:13:55,733 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5e39a9ba] - MDC[]
04:13:55 2021-04-28 08:13:55,733 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1da8f19d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,734 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006777 ms - MDC[]
04:13:55 2021-04-28 08:13:55,736 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom199 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-f925w-33691-1619597565877-0:196) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-f925w-33691-1619597565877-0:196) uptime 0.017 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom199, ID:centos-7-f925w-33691-1619597565877-0:196) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.542420 ms - MDC[]
04:13:55 2021-04-28 08:13:55,737 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception1 [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,738 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,738 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception2 [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,738 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #200 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,739 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,739 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-f925w-33691-1619597565877-0:197) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,739 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-f925w-33691-1619597565877-0:197) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,739 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,740 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom200 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,744 INFO  [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:92) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=f2b3a5b6-b85f-4292-9d0d-604c9799ae84]
04:13:55 2021-04-28 08:13:55,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3095f1eb] - MDC[]
04:13:55 2021-04-28 08:13:55,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@176a2957[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009181 ms - MDC[]
04:13:55 2021-04-28 08:13:55,749 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom200 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,749 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-f925w-33691-1619597565877-0:197) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-f925w-33691-1619597565877-0:197) uptime 0.011 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom200, ID:centos-7-f925w-33691-1619597565877-0:197) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 12.096940 ms - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception2 [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyJsonObjectMarshaller [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,751 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #201 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,751 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,752 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-f925w-33691-1619597565877-0:198) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,752 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-f925w-33691-1619597565877-0:198) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,752 INFO  [scout-thread-21] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,752 INFO  [scout-thread-21] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom201 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@33e2ecae, org.eclipse.scout.rt.mom.jms.JmsSubscription@2fa7a848] - MDC[]
04:13:55 2021-04-28 08:13:55,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2958b4b0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,760 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008228 ms - MDC[]
04:13:55 2021-04-28 08:13:55,760 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom201 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,760 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-f925w-33691-1619597565877-0:198) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,760 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-f925w-33691-1619597565877-0:198) uptime 0.009 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom201, ID:centos-7-f925w-33691-1619597565877-0:198) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.171881 ms - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyJsonObjectMarshaller [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,761 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReply [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,762 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #202 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,762 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,762 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-f925w-33691-1619597565877-0:199) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,763 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-f925w-33691-1619597565877-0:199) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,763 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,763 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom202 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c8cacce] - MDC[]
04:13:55 2021-04-28 08:13:55,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@56b2f11e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006973 ms - MDC[]
04:13:55 2021-04-28 08:13:55,794 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom202 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,794 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-f925w-33691-1619597565877-0:199) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,795 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-f925w-33691-1619597565877-0:199) uptime 0.033 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,795 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom202, ID:centos-7-f925w-33691-1619597565877-0:199) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,795 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,795 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 33.537141 ms - MDC[]
04:13:55 2021-04-28 08:13:55,795 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReply [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCancellation [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,796 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #203 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,797 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,797 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-f925w-33691-1619597565877-0:200) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,797 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-f925w-33691-1619597565877-0:200) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,797 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,797 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom203 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,802 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation]
04:13:55 2021-04-28 08:13:55,804 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@97f2dbb] - MDC[]
04:13:55 2021-04-28 08:13:55,805 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@745ed16[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,805 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009491 ms - MDC[]
04:13:55 2021-04-28 08:13:55,806 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom203 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,806 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-f925w-33691-1619597565877-0:200) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,806 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-f925w-33691-1619597565877-0:200) uptime 0.009 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,806 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom203, ID:centos-7-f925w-33691-1619597565877-0:200) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,806 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.727721 ms - MDC[]
04:13:55 2021-04-28 08:13:55,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCancellation [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyNull [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,808 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #204 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,808 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,808 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-f925w-33691-1619597565877-0:201) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,808 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-f925w-33691-1619597565877-0:201) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,808 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,809 INFO  [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom204 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,817 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@638e83a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@6c1ca078] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,822 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4815590a, org.eclipse.scout.rt.mom.jms.JmsSubscription@50584d03] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,827 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@b7e1c42, org.eclipse.scout.rt.mom.jms.JmsSubscription@6b51b80e] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,832 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2a29e2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@12211ae8] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,836 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@431c41cc, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d7d9cab] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,841 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3c5508ef, org.eclipse.scout.rt.mom.jms.JmsSubscription@428f20de] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,889 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@10175b88, org.eclipse.scout.rt.mom.jms.JmsSubscription@185dc8b] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,894 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2e636b8, org.eclipse.scout.rt.mom.jms.JmsSubscription@15622ff] - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,895 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7cebe891[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,895 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008821 ms - MDC[]
04:13:55 2021-04-28 08:13:55,897 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom204 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,897 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-f925w-33691-1619597565877-0:201) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,898 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-f925w-33691-1619597565877-0:201) uptime 0.089 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,898 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom204, ID:centos-7-f925w-33691-1619597565877-0:201) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,898 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,898 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.795665 ms - MDC[]
04:13:55 2021-04-28 08:13:55,898 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyNull [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,899 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,899 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyJsonObjectMarshaller [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,899 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #205 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,900 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,900 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-f925w-33691-1619597565877-0:202) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,900 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-f925w-33691-1619597565877-0:202) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,901 INFO  [scout-thread-22] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,901 INFO  [scout-thread-22] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom205 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,908 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4f67dbce, org.eclipse.scout.rt.mom.jms.JmsSubscription@7edad7d2] - MDC[]
04:13:55 2021-04-28 08:13:55,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@d7508d4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006855 ms - MDC[]
04:13:55 2021-04-28 08:13:55,909 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom205 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,909 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-f925w-33691-1619597565877-0:202) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,910 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-f925w-33691-1619597565877-0:202) uptime 0.010 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,910 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom205, ID:centos-7-f925w-33691-1619597565877-0:202) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,910 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,910 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.374695 ms - MDC[]
04:13:55 2021-04-28 08:13:55,910 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyJsonObjectMarshaller [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,911 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,911 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReply [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,911 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #206 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,912 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,912 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-f925w-33691-1619597565877-0:203) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,912 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-f925w-33691-1619597565877-0:203) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,913 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,913 INFO  [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom206 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,918 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@9cdef42] - MDC[]
04:13:55 2021-04-28 08:13:55,919 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38212981[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,919 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006645 ms - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom206 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-f925w-33691-1619597565877-0:203) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-f925w-33691-1619597565877-0:203) uptime 0.008 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom206, ID:centos-7-f925w-33691-1619597565877-0:203) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 9.642496 ms - MDC[]
04:13:55 2021-04-28 08:13:55,920 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReply [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,921 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,921 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeCorrelationId [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,921 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #207 initialized: null - MDC[]
04:13:55 2021-04-28 08:13:55,922 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:55 2021-04-28 08:13:55,922 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-f925w-33691-1619597565877-0:204) is starting - MDC[]
04:13:55 2021-04-28 08:13:55,922 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-f925w-33691-1619597565877-0:204) started - MDC[]
04:13:55 2021-04-28 08:13:55,922 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:55 2021-04-28 08:13:55,922 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom207 started - MDC[]
04:13:55 2021-04-28 08:13:55,924 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-611:2,clientId=null,started=false} - MDC[cid=cid:abc]
04:13:55 2021-04-28 08:13:55,925 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@88edd90] - MDC[]
04:13:55 2021-04-28 08:13:55,925 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,925 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom207 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-f925w-33691-1619597565877-0:204) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-f925w-33691-1619597565877-0:204) uptime 0.004 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom207, ID:centos-7-f925w-33691-1619597565877-0:204) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5.260952 ms - MDC[]
04:13:55 2021-04-28 08:13:55,926 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeCorrelationId [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,927 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,927 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopic [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,927 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #208 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,928 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,928 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-f925w-33691-1619597565877-0:205) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,928 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-f925w-33691-1619597565877-0:205) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,928 INFO  [scout-thread-14] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,929 INFO  [scout-thread-14] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom208 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,933 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:55 2021-04-28 08:13:55,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1613b471, org.eclipse.scout.rt.mom.jms.JmsSubscription@14b620e5] - MDC[]
04:13:55 2021-04-28 08:13:55,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2578de84[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,936 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006157 ms - MDC[]
04:13:55 2021-04-28 08:13:55,936 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom208 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,936 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-f925w-33691-1619597565877-0:205) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-f925w-33691-1619597565877-0:205) uptime 0.009 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom208, ID:centos-7-f925w-33691-1619597565877-0:205) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.084760 ms - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopic [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCorrelationId [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,938 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #209 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,939 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,988 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-f925w-33691-1619597565877-0:206) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,988 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-f925w-33691-1619597565877-0:206) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,988 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,989 INFO  [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom209 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:55 2021-04-28 08:13:55,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@64aa7a33] - MDC[]
04:13:55 2021-04-28 08:13:55,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@67c3e734[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:55 2021-04-28 08:13:55,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.009878 ms - MDC[]
04:13:55 2021-04-28 08:13:55,997 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom209 stopped - MDC[]
04:13:55 2021-04-28 08:13:55,997 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-f925w-33691-1619597565877-0:206) is shutting down - MDC[]
04:13:55 2021-04-28 08:13:55,997 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-f925w-33691-1619597565877-0:206) uptime 0.058 seconds - MDC[]
04:13:55 2021-04-28 08:13:55,997 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom209, ID:centos-7-f925w-33691-1619597565877-0:206) is shutdown - MDC[]
04:13:55 2021-04-28 08:13:55,998 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:55 2021-04-28 08:13:55,998 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 60.129545 ms - MDC[]
04:13:55 2021-04-28 08:13:55,998 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCorrelationId [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:55 2021-04-28 08:13:55,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMessageSelector [activemq-j2ee]> - MDC[]
04:13:55 2021-04-28 08:13:55,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #210 initialized: null - MDC[]
04:13:55 2021-04-28 08:13:55,999 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:56 2021-04-28 08:13:56,000 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-f925w-33691-1619597565877-0:207) is starting - MDC[]
04:13:56 2021-04-28 08:13:56,000 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-f925w-33691-1619597565877-0:207) started - MDC[]
04:13:56 2021-04-28 08:13:56,000 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:56 2021-04-28 08:13:56,000 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom210 started - MDC[]
04:13:56 2021-04-28 08:13:56,003 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-620:4,clientId=null,started=false} - MDC[]
04:13:58 2021-04-28 08:13:58,004 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ef9ce2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cf782b6, org.eclipse.scout.rt.mom.jms.JmsSubscription@5f0369af] - MDC[]
04:13:58 2021-04-28 08:13:58,006 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:58 2021-04-28 08:13:58,006 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:58 2021-04-28 08:13:58,007 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom210 stopped - MDC[]
04:13:58 2021-04-28 08:13:58,007 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-f925w-33691-1619597565877-0:207) is shutting down - MDC[]
04:13:58 2021-04-28 08:13:58,007 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-f925w-33691-1619597565877-0:207) uptime 2.008 seconds - MDC[]
04:13:58 2021-04-28 08:13:58,008 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom210, ID:centos-7-f925w-33691-1619597565877-0:207) is shutdown - MDC[]
04:13:58 2021-04-28 08:13:58,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:58 2021-04-28 08:13:58,008 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2009.240359 ms - MDC[]
04:13:58 2021-04-28 08:13:58,008 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMessageSelector [activemq-j2ee]> - MDC[]
04:13:58 2021-04-28 08:13:58,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:58 2021-04-28 08:13:58,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessagePubSub [activemq-j2ee]> - MDC[]
04:13:58 2021-04-28 08:13:58,010 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #211 initialized: null - MDC[]
04:13:58 2021-04-28 08:13:58,010 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:58 2021-04-28 08:13:58,010 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-f925w-33691-1619597565877-0:208) is starting - MDC[]
04:13:58 2021-04-28 08:13:58,011 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-f925w-33691-1619597565877-0:208) started - MDC[]
04:13:58 2021-04-28 08:13:58,011 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:58 2021-04-28 08:13:58,011 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom211 started - MDC[]
04:13:58 2021-04-28 08:13:58,012 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-623:1,clientId=null,started=false} - MDC[]
04:13:58 2021-04-28 08:13:58,014 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4be8d40e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4bd06a2f] - MDC[]
04:13:58 2021-04-28 08:13:58,015 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:13:58 2021-04-28 08:13:58,015 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:13:58 2021-04-28 08:13:58,015 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom211 stopped - MDC[]
04:13:58 2021-04-28 08:13:58,015 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-f925w-33691-1619597565877-0:208) is shutting down - MDC[]
04:13:58 2021-04-28 08:13:58,016 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-f925w-33691-1619597565877-0:208) uptime 0.006 seconds - MDC[]
04:13:58 2021-04-28 08:13:58,016 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom211, ID:centos-7-f925w-33691-1619597565877-0:208) is shutdown - MDC[]
04:13:58 2021-04-28 08:13:58,016 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:13:58 2021-04-28 08:13:58,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 6.717329 ms - MDC[]
04:13:58 2021-04-28 08:13:58,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessagePubSub [activemq-j2ee]> - MDC[]
04:13:58 2021-04-28 08:13:58,017 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:58 2021-04-28 08:13:58,017 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopicAsString [activemq-j2ee]> - MDC[]
04:13:58 2021-04-28 08:13:58,017 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:664) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,018 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #212 initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,018 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,019 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-f925w-33691-1619597565877-0:209) is starting - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,019 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-f925w-33691-1619597565877-0:209) started - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,019 INFO  [scout-thread-18] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,019 INFO  [scout-thread-18] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom212 started - MDC[jobName=Running test with support for JUnit timeout]
04:13:58 2021-04-28 08:13:58,024 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:434) - Request job canceled; java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:13:59 2021-04-28 08:13:59,026 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@60291e59, org.eclipse.scout.rt.mom.jms.JmsSubscription@13aed9e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@72842269] - MDC[]
04:13:59 2021-04-28 08:13:59,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@74a7a039[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:13:59 2021-04-28 08:13:59,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006473 ms - MDC[]
04:13:59 2021-04-28 08:13:59,027 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom212 stopped - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-f925w-33691-1619597565877-0:209) is shutting down - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-f925w-33691-1619597565877-0:209) uptime 1.010 seconds - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom212, ID:centos-7-f925w-33691-1619597565877-0:209) is shutdown - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1011.303900 ms - MDC[]
04:13:59 2021-04-28 08:13:59,028 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopicAsString [activemq-j2ee]> - MDC[]
04:13:59 2021-04-28 08:13:59,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:13:59 2021-04-28 08:13:59,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSerialMessageConsumption [activemq-j2ee]> - MDC[]
04:13:59 2021-04-28 08:13:59,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #213 initialized: null - MDC[]
04:13:59 2021-04-28 08:13:59,029 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:13:59 2021-04-28 08:13:59,030 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-f925w-33691-1619597565877-0:210) is starting - MDC[]
04:13:59 2021-04-28 08:13:59,030 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-f925w-33691-1619597565877-0:210) started - MDC[]
04:13:59 2021-04-28 08:13:59,030 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:13:59 2021-04-28 08:13:59,030 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom213 started - MDC[]
04:13:59 2021-04-28 08:13:59,031 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-629:1,clientId=null,started=false} - MDC[]
04:14:02 2021-04-28 08:14:02,035 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f52aba0] - MDC[]
04:14:02 2021-04-28 08:14:02,035 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom213 stopped - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-f925w-33691-1619597565877-0:210) is shutting down - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-f925w-33691-1619597565877-0:210) uptime 3.007 seconds - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom213, ID:centos-7-f925w-33691-1619597565877-0:210) is shutdown - MDC[]
04:14:02 2021-04-28 08:14:02,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:02 2021-04-28 08:14:02,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3007.618811 ms - MDC[]
04:14:02 2021-04-28 08:14:02,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSerialMessageConsumption [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:02 2021-04-28 08:14:02,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishSubscribe [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #214 initialized: null - MDC[]
04:14:02 2021-04-28 08:14:02,038 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:14:02 2021-04-28 08:14:02,038 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-f925w-33691-1619597565877-0:211) is starting - MDC[]
04:14:02 2021-04-28 08:14:02,039 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-f925w-33691-1619597565877-0:211) started - MDC[]
04:14:02 2021-04-28 08:14:02,039 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:14:02 2021-04-28 08:14:02,039 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom214 started - MDC[]
04:14:02 2021-04-28 08:14:02,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-632:1,clientId=null,started=false} - MDC[]
04:14:02 2021-04-28 08:14:02,042 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@47585784, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e5563ef] - MDC[]
04:14:02 2021-04-28 08:14:02,044 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@70dd4172, org.eclipse.scout.rt.mom.jms.JmsSubscription@262ac4cc] - MDC[]
04:14:02 2021-04-28 08:14:02,046 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2956985b, org.eclipse.scout.rt.mom.jms.JmsSubscription@2ef4e7f3] - MDC[]
04:14:02 2021-04-28 08:14:02,050 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6b3eb57, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a0f6b1a] - MDC[]
04:14:02 2021-04-28 08:14:02,052 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@31809f2b, org.eclipse.scout.rt.mom.jms.JmsSubscription@43a34f02] - MDC[]
04:14:02 2021-04-28 08:14:02,054 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@584d9b19, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d980dc3] - MDC[]
04:14:02 2021-04-28 08:14:02,057 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4a8afff2, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d4cf8ea] - MDC[]
04:14:02 2021-04-28 08:14:02,060 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@39a4bd89, org.eclipse.scout.rt.mom.jms.JmsSubscription@13e4a4a0] - MDC[]
04:14:02 2021-04-28 08:14:02,060 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:02 2021-04-28 08:14:02,060 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:02 2021-04-28 08:14:02,061 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom214 stopped - MDC[]
04:14:02 2021-04-28 08:14:02,061 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-f925w-33691-1619597565877-0:211) is shutting down - MDC[]
04:14:02 2021-04-28 08:14:02,062 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-f925w-33691-1619597565877-0:211) uptime 0.024 seconds - MDC[]
04:14:02 2021-04-28 08:14:02,062 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom214, ID:centos-7-f925w-33691-1619597565877-0:211) is shutdown - MDC[]
04:14:02 2021-04-28 08:14:02,062 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:02 2021-04-28 08:14:02,062 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.861689 ms - MDC[]
04:14:02 2021-04-28 08:14:02,062 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishSubscribe [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:02 2021-04-28 08:14:02,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribe [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,063 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #215 initialized: null - MDC[]
04:14:02 2021-04-28 08:14:02,064 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:14:02 2021-04-28 08:14:02,064 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-f925w-33691-1619597565877-0:212) is starting - MDC[]
04:14:02 2021-04-28 08:14:02,064 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-f925w-33691-1619597565877-0:212) started - MDC[]
04:14:02 2021-04-28 08:14:02,065 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:14:02 2021-04-28 08:14:02,065 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom215 started - MDC[]
04:14:02 2021-04-28 08:14:02,070 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-635:2,clientId=null,started=false} - MDC[]
04:14:02 2021-04-28 08:14:02,072 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3fa43b05] - MDC[]
04:14:02 2021-04-28 08:14:02,073 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:02 2021-04-28 08:14:02,073 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:02 2021-04-28 08:14:02,073 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom215 stopped - MDC[]
04:14:02 2021-04-28 08:14:02,074 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-f925w-33691-1619597565877-0:212) is shutting down - MDC[]
04:14:02 2021-04-28 08:14:02,074 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-f925w-33691-1619597565877-0:212) uptime 0.010 seconds - MDC[]
04:14:02 2021-04-28 08:14:02,074 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom215, ID:centos-7-f925w-33691-1619597565877-0:212) is shutdown - MDC[]
04:14:02 2021-04-28 08:14:02,074 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:02 2021-04-28 08:14:02,074 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.245982 ms - MDC[]
04:14:02 2021-04-28 08:14:02,075 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribe [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,075 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:02 2021-04-28 08:14:02,075 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonDataSecure [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM #216 initialized: null - MDC[]
04:14:02 2021-04-28 08:14:02,076 INFO  [main] org.apache.activemq.broker.BrokerService.doStartPersistenceAdapter(BrokerService.java:671) - Using Persistence Adapter: MemoryPersistenceAdapter - MDC[]
04:14:02 2021-04-28 08:14:02,088 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:734) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-f925w-33691-1619597565877-0:213) is starting - MDC[]
04:14:02 2021-04-28 08:14:02,088 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:761) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-f925w-33691-1619597565877-0:213) started - MDC[]
04:14:02 2021-04-28 08:14:02,088 INFO  [main] org.apache.activemq.broker.BrokerService.doStartBroker(BrokerService.java:762) - For help or more information please see: http://activemq.apache.org - MDC[]
04:14:02 2021-04-28 08:14:02,089 INFO  [main] org.apache.activemq.broker.TransportConnector.start(TransportConnector.java:263) - Connector vm://mom216 started - MDC[]
04:14:02 2021-04-28 08:14:02,089 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: ActiveMQConnection {id=ID:centos-7-f925w-33691-1619597565877-638:1,clientId=null,started=false} - MDC[]
04:14:02 2021-04-28 08:14:02,092 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@32f53573, org.eclipse.scout.rt.mom.jms.JmsSubscription@4022a256] - MDC[]
04:14:02 2021-04-28 08:14:02,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:02 2021-04-28 08:14:02,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:02 2021-04-28 08:14:02,094 INFO  [main] org.apache.activemq.broker.TransportConnector.stop(TransportConnector.java:294) - Connector vm://mom216 stopped - MDC[]
04:14:02 2021-04-28 08:14:02,094 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:808) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-f925w-33691-1619597565877-0:213) is shutting down - MDC[]
04:14:02 2021-04-28 08:14:02,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:869) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-f925w-33691-1619597565877-0:213) uptime 0.019 seconds - MDC[]
04:14:02 2021-04-28 08:14:02,095 INFO  [main] org.apache.activemq.broker.BrokerService.stop(BrokerService.java:871) - Apache ActiveMQ 5.14.4 (mom216, ID:centos-7-f925w-33691-1619597565877-0:213) is shutdown - MDC[]
04:14:02 2021-04-28 08:14:02,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:02 2021-04-28 08:14:02,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.640900 ms - MDC[]
04:14:02 2021-04-28 08:14:02,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonDataSecure [activemq-j2ee]> - MDC[]
04:14:02 2021-04-28 08:14:02,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:02 2021-04-28 08:14:02,096 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeTransactional [artemis]> - MDC[]
04:14:02 2021-04-28 08:14:02,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:02 2021-04-28 08:14:02,305 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5bbfd031 - MDC[]
04:14:03 2021-04-28 08:14:03,439 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@322733e, org.eclipse.scout.rt.mom.jms.JmsSubscription@269c3cc3] - MDC[]
04:14:03 2021-04-28 08:14:03,441 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,441 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,442 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,442 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1346.694355 ms - MDC[]
04:14:03 2021-04-28 08:14:03,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeTransactional [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,445 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,448 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5e9f7496 - MDC[jobName=JMS reply cancel message listener]
04:14:03 2021-04-28 08:14:03,501 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@e65ebde, org.eclipse.scout.rt.mom.jms.JmsSubscription@18121f73] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,516 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@19532ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@4fcd9ccd] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,533 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@34294e4c, org.eclipse.scout.rt.mom.jms.JmsSubscription@49dd777d] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,551 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7f56d7a2, org.eclipse.scout.rt.mom.jms.JmsSubscription@48db6723] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,566 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@47f0b05a, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b2f544] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,583 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@d8bd963, org.eclipse.scout.rt.mom.jms.JmsSubscription@3f48a53b] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,599 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@54793dfd, org.eclipse.scout.rt.mom.jms.JmsSubscription@13d285e] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,616 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b8dcc39, org.eclipse.scout.rt.mom.jms.JmsSubscription@35ab8bd0] - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,621 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1d1feb9c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:03 2021-04-28 08:14:03,622 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006239 ms - MDC[]
04:14:03 2021-04-28 08:14:03,625 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,625 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,632 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 188.352153 ms - MDC[]
04:14:03 2021-04-28 08:14:03,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,634 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,636 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@9a2c163 - MDC[]
04:14:03 2021-04-28 08:14:03,649 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10e4cf09] - MDC[]
04:14:03 2021-04-28 08:14:03,654 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,655 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,655 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,655 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 22.440746 ms - MDC[]
04:14:03 2021-04-28 08:14:03,655 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,656 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,656 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,657 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,658 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3f410749 - MDC[]
04:14:03 2021-04-28 08:14:03,665 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2347a481] - MDC[]
04:14:03 2021-04-28 08:14:03,671 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,671 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,671 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,671 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.425177 ms - MDC[]
04:14:03 2021-04-28 08:14:03,672 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,672 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,672 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,673 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,674 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@27169a80 - MDC[]
04:14:03 2021-04-28 08:14:03,689 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4b894754] - MDC[]
04:14:03 2021-04-28 08:14:03,697 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,697 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,698 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 25.332074 ms - MDC[]
04:14:03 2021-04-28 08:14:03,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,698 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,699 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,700 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@700666b9 - MDC[]
04:14:03 2021-04-28 08:14:03,706 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@66837d7b] - MDC[]
04:14:03 2021-04-28 08:14:03,712 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.114179 ms - MDC[]
04:14:03 2021-04-28 08:14:03,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,716 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@11084cb5 - MDC[]
04:14:03 2021-04-28 08:14:03,723 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33c4dc6c] - MDC[]
04:14:03 2021-04-28 08:14:03,729 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,729 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,730 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.047615 ms - MDC[]
04:14:03 2021-04-28 08:14:03,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,730 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,731 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,733 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@425befa8 - MDC[]
04:14:03 2021-04-28 08:14:03,740 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@33de7cc] - MDC[]
04:14:03 2021-04-28 08:14:03,746 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,746 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,747 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.253052 ms - MDC[]
04:14:03 2021-04-28 08:14:03,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,749 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@364b2c46 - MDC[]
04:14:03 2021-04-28 08:14:03,756 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46b6e644] - MDC[]
04:14:03 2021-04-28 08:14:03,762 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,763 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,763 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,763 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.719654 ms - MDC[]
04:14:03 2021-04-28 08:14:03,763 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,763 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,765 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,766 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5a524a19 - MDC[]
04:14:03 2021-04-28 08:14:03,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@785a632] - MDC[]
04:14:03 2021-04-28 08:14:03,779 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,780 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,780 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,780 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.590728 ms - MDC[]
04:14:03 2021-04-28 08:14:03,780 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,783 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@42ac84a9 - MDC[]
04:14:03 2021-04-28 08:14:03,789 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4a9b3bf5] - MDC[]
04:14:03 2021-04-28 08:14:03,796 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,796 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,797 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.892043 ms - MDC[]
04:14:03 2021-04-28 08:14:03,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,799 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@9fcca41 - MDC[]
04:14:03 2021-04-28 08:14:03,806 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@357aa5cf] - MDC[]
04:14:03 2021-04-28 08:14:03,813 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,813 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,814 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,814 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.200184 ms - MDC[]
04:14:03 2021-04-28 08:14:03,814 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyWithBlockingCondition [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,816 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,818 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1a130c84 - MDC[jobName=JMS reply cancel message listener]
04:14:03 Reply: TheReply
04:14:03 2021-04-28 08:14:03,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@51713b0f] - MDC[]
04:14:03 2021-04-28 08:14:03,862 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@585b0f0d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:03 2021-04-28 08:14:03,862 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006148 ms - MDC[]
04:14:03 2021-04-28 08:14:03,864 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,864 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,865 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,865 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.271036 ms - MDC[]
04:14:03 2021-04-28 08:14:03,865 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyWithBlockingCondition [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,866 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,866 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomDefaultMarshaller [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,867 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,868 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1c87ac1 - MDC[]
04:14:03 2021-04-28 08:14:03,900 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5877a9e7, org.eclipse.scout.rt.mom.jms.JmsSubscription@2d0584c0, org.eclipse.scout.rt.mom.jms.JmsSubscription@259ec563] - MDC[]
04:14:03 2021-04-28 08:14:03,912 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,912 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,913 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,913 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 47.510198 ms - MDC[]
04:14:03 2021-04-28 08:14:03,913 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomDefaultMarshaller [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,914 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,914 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_StringMarshaller_Exception [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,916 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:03 2021-04-28 08:14:03,922 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4f5fa4ac - MDC[jobName=JMS reply cancel message listener]
04:14:03 2021-04-28 08:14:03,955 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=e620fe3d-4022-41d7-a286-550b4720df69]
04:14:03 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:14:03 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356)
04:14:03 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:03 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:14:03 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:14:03 	at java.lang.reflect.Method.invoke(Method.java:498)
04:14:03 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:14:03 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:14:03 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:14:03 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:14:03 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:14:03 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:14:03 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:14:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:14:03 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:03 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:03 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:03 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:03 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:03 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:03 	at java.lang.Thread.run(Thread.java:748)
04:14:03 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:03 2021-04-28 08:14:03,958 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4284bd5] - MDC[]
04:14:03 2021-04-28 08:14:03,962 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3b336d19[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:03 2021-04-28 08:14:03,962 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007614 ms - MDC[]
04:14:03 2021-04-28 08:14:03,963 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:03 2021-04-28 08:14:03,964 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:03 2021-04-28 08:14:03,965 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:03 2021-04-28 08:14:03,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 50.914065 ms - MDC[]
04:14:03 2021-04-28 08:14:03,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_StringMarshaller_Exception [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,966 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:03 2021-04-28 08:14:03,966 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeFailover [artemis]> - MDC[]
04:14:03 2021-04-28 08:14:03,967 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:03 2021-04-28 08:14:03,969 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1d4ce1f1 - MDC[jobName=JMS subscriber]
04:14:03 simulateConnectionDown
04:14:03 2021-04-28 08:14:03,980 WARN  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:176) - invalidate 1 connection and 1 sessions due to 'JUnit fixture: connection failed' - MDC[]
04:14:03 2021-04-28 08:14:03,980 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:180) - invalidating session 1 of 1 - MDC[]
04:14:03 2021-04-28 08:14:03,980 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.invalidate(JmsSessionProviderWrapper.java:101) - Invalidate sessionProvider org.eclipse.scout.rt.mom.jms.JmsSessionProvider@3ea4cfe0 - MDC[]
04:14:03 2021-04-28 08:14:03,987 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:188) - invalidating connection - MDC[]
04:14:03 2021-04-28 08:14:03,988 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.invalidate(JmsConnectionWrapper.java:190) - connection invalidated - MDC[]
04:14:03 2021-04-28 08:14:03,988 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #1 in 1 seconds - MDC[jobName=JMS subscriber]
04:14:04 2021-04-28 08:14:04,988 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #2 in 1 seconds - MDC[jobName=JMS subscriber]
04:14:05 2021-04-28 08:14:05,989 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #3 in 1 seconds - MDC[jobName=JMS subscriber]
04:14:06 2021-04-28 08:14:06,989 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #4 in 1 seconds - MDC[jobName=JMS subscriber]
04:14:07 2021-04-28 08:14:07,990 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:283) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; retry #5 in 1 seconds - MDC[jobName=JMS subscriber]
04:14:08 2021-04-28 08:14:08,990 WARN  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.waitForRetry(JmsConnectionWrapper.java:279) - JMS connection unavailable 'javax.jms.JMSException: JUnit fixture: no connection'; fail after 5 retry - MDC[jobName=JMS subscriber]
04:14:08 2021-04-28 08:14:08,990 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsSessionProviderWrapper.waitForRetry(JmsSessionProviderWrapper.java:157) - JMS call failed 'javax.jms.JMSException: JUnit fixture: no connection'; retry in 2 seconds - MDC[jobName=JMS subscriber]
04:14:10 simulateConnectionUp
04:14:10 2021-04-28 08:14:10,992 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@10c1d592 - MDC[jobName=JMS subscriber]
04:14:11 2021-04-28 08:14:11,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2d23561e, org.eclipse.scout.rt.mom.jms.JmsSubscription@77e6ec35] - MDC[]
04:14:11 2021-04-28 08:14:11,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:11 2021-04-28 08:14:11,036 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:11 2021-04-28 08:14:11,037 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:11 2021-04-28 08:14:11,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 7071.356443 ms - MDC[]
04:14:11 2021-04-28 08:14:11,037 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeFailover [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:11 2021-04-28 08:14:11,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:11 2021-04-28 08:14:11,040 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@82d6e07 - MDC[]
04:14:11 2021-04-28 08:14:11,247 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d3d33b6] - MDC[]
04:14:11 2021-04-28 08:14:11,248 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:11 2021-04-28 08:14:11,248 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:11 2021-04-28 08:14:11,249 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:11 2021-04-28 08:14:11,249 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 210.606964 ms - MDC[]
04:14:11 2021-04-28 08:14:11,249 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,249 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:11 2021-04-28 08:14:11,250 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,251 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:11 2021-04-28 08:14:11,252 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@517ca63d - MDC[]
04:14:11 2021-04-28 08:14:11,480 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26772e54] - MDC[]
04:14:11 2021-04-28 08:14:11,482 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:11 2021-04-28 08:14:11,482 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:11 2021-04-28 08:14:11,483 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:11 2021-04-28 08:14:11,483 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 233.076716 ms - MDC[]
04:14:11 2021-04-28 08:14:11,483 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,483 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:11 2021-04-28 08:14:11,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:11 2021-04-28 08:14:11,486 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@53dfb0a8 - MDC[]
04:14:11 2021-04-28 08:14:11,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2edd4b9f] - MDC[]
04:14:11 2021-04-28 08:14:11,716 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:11 2021-04-28 08:14:11,716 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:11 2021-04-28 08:14:11,716 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:11 2021-04-28 08:14:11,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 232.700775 ms - MDC[]
04:14:11 2021-04-28 08:14:11,716 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,717 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:11 2021-04-28 08:14:11,717 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,718 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:11 2021-04-28 08:14:11,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@405495e7 - MDC[]
04:14:11 2021-04-28 08:14:11,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@19a39f7] - MDC[]
04:14:11 2021-04-28 08:14:11,940 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:11 2021-04-28 08:14:11,940 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:11 2021-04-28 08:14:11,941 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:11 2021-04-28 08:14:11,941 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 223.717086 ms - MDC[]
04:14:11 2021-04-28 08:14:11,941 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:11 2021-04-28 08:14:11,942 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:11 2021-04-28 08:14:11,943 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:11 2021-04-28 08:14:11,944 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@245b080c - MDC[]
04:14:12 2021-04-28 08:14:12,172 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ad92442] - MDC[]
04:14:12 2021-04-28 08:14:12,174 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:12 2021-04-28 08:14:12,174 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:12 2021-04-28 08:14:12,174 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:12 2021-04-28 08:14:12,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 232.776992 ms - MDC[]
04:14:12 2021-04-28 08:14:12,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:12 2021-04-28 08:14:12,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,176 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:12 2021-04-28 08:14:12,177 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7beb4178 - MDC[]
04:14:12 2021-04-28 08:14:12,405 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17d6e44] - MDC[]
04:14:12 2021-04-28 08:14:12,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:12 2021-04-28 08:14:12,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:12 2021-04-28 08:14:12,407 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:12 2021-04-28 08:14:12,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 231.341858 ms - MDC[]
04:14:12 2021-04-28 08:14:12,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:12 2021-04-28 08:14:12,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,408 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:12 2021-04-28 08:14:12,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6c00601e - MDC[]
04:14:12 2021-04-28 08:14:12,622 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ee0a60a] - MDC[]
04:14:12 2021-04-28 08:14:12,624 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:12 2021-04-28 08:14:12,624 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:12 2021-04-28 08:14:12,624 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:12 2021-04-28 08:14:12,624 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 216.801218 ms - MDC[]
04:14:12 2021-04-28 08:14:12,624 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:12 2021-04-28 08:14:12,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:12 2021-04-28 08:14:12,626 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@164c06a4 - MDC[]
04:14:12 2021-04-28 08:14:12,855 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6da50b8f] - MDC[]
04:14:12 2021-04-28 08:14:12,856 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:12 2021-04-28 08:14:12,856 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:12 2021-04-28 08:14:12,857 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:12 2021-04-28 08:14:12,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 232.323940 ms - MDC[]
04:14:12 2021-04-28 08:14:12,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,858 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:12 2021-04-28 08:14:12,858 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:12 2021-04-28 08:14:12,858 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:12 2021-04-28 08:14:12,859 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1ed8d18c - MDC[]
04:14:13 2021-04-28 08:14:13,080 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6553527e] - MDC[]
04:14:13 2021-04-28 08:14:13,081 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,082 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,082 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,082 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 224.346049 ms - MDC[]
04:14:13 2021-04-28 08:14:13,082 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,082 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,083 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,083 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:13 2021-04-28 08:14:13,084 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@12c539be - MDC[]
04:14:13 2021-04-28 08:14:13,305 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@315ccea2] - MDC[]
04:14:13 2021-04-28 08:14:13,307 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,307 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,307 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,307 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 224.849301 ms - MDC[]
04:14:13 2021-04-28 08:14:13,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,308 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testProperties [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,309 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:13 2021-04-28 08:14:13,310 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@dba5001 - MDC[jobName=JMS subscriber]
04:14:13 2021-04-28 08:14:13,336 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7f825464] - MDC[]
04:14:13 2021-04-28 08:14:13,337 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,337 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,338 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,339 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 30.298005 ms - MDC[]
04:14:13 2021-04-28 08:14:13,339 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testProperties [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,339 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,339 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyEmpty [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,340 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,341 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@188e6124 - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,355 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4fd4ff07, org.eclipse.scout.rt.mom.jms.JmsSubscription@2747aa02] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,372 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@19fefab, org.eclipse.scout.rt.mom.jms.JmsSubscription@4fabdd72] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,388 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6fc04ecb, org.eclipse.scout.rt.mom.jms.JmsSubscription@cffc74b] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,405 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@f3bb44c, org.eclipse.scout.rt.mom.jms.JmsSubscription@758bdc26] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,422 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3cfccfac, org.eclipse.scout.rt.mom.jms.JmsSubscription@2a4d1610] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,439 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3a43c133, org.eclipse.scout.rt.mom.jms.JmsSubscription@384829d5] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,455 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6653a1eb, org.eclipse.scout.rt.mom.jms.JmsSubscription@34851846] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,472 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7e30214, org.eclipse.scout.rt.mom.jms.JmsSubscription@20989148] - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,477 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42f7ee86[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:13 2021-04-28 08:14:13,478 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006234 ms - MDC[]
04:14:13 2021-04-28 08:14:13,478 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,479 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,484 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 144.882315 ms - MDC[]
04:14:13 2021-04-28 08:14:13,484 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyEmpty [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,485 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,485 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,486 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,488 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2b97412d - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,572 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61ba034a, org.eclipse.scout.rt.mom.jms.JmsSubscription@cf64a6d] - MDC[]
04:14:13 2021-04-28 08:14:13,578 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1eb5968[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:13 2021-04-28 08:14:13,579 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007180 ms - MDC[]
04:14:13 2021-04-28 08:14:13,579 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,579 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,581 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 95.954844 ms - MDC[]
04:14:13 2021-04-28 08:14:13,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,582 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,583 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,584 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3761b2a7 - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,664 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@627e21c9, org.eclipse.scout.rt.mom.jms.JmsSubscription@53efde9f] - MDC[]
04:14:13 2021-04-28 08:14:13,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3a5245e7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:13 2021-04-28 08:14:13,679 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008222 ms - MDC[]
04:14:13 2021-04-28 08:14:13,679 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,680 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,681 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 99.865000 ms - MDC[]
04:14:13 2021-04-28 08:14:13,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,683 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,684 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@37caa51a - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@295d8852, org.eclipse.scout.rt.mom.jms.JmsSubscription@3abe94d9] - MDC[]
04:14:13 2021-04-28 08:14:13,778 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@b897eea[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:13 2021-04-28 08:14:13,778 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005767 ms - MDC[]
04:14:13 2021-04-28 08:14:13,779 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,779 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,780 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,780 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.201947 ms - MDC[]
04:14:13 2021-04-28 08:14:13,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,782 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,783 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@337dd4be - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,863 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58ae7e50, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d74720f] - MDC[]
04:14:13 2021-04-28 08:14:13,878 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@34896682[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:13 2021-04-28 08:14:13,878 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006920 ms - MDC[]
04:14:13 2021-04-28 08:14:13,880 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:13 2021-04-28 08:14:13,880 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:13 2021-04-28 08:14:13,881 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:13 2021-04-28 08:14:13,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 100.239703 ms - MDC[]
04:14:13 2021-04-28 08:14:13,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:13 2021-04-28 08:14:13,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:13 2021-04-28 08:14:13,883 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:13 2021-04-28 08:14:13,884 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@27744b8b - MDC[jobName=JMS reply cancel message listener]
04:14:13 2021-04-28 08:14:13,989 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1894071, org.eclipse.scout.rt.mom.jms.JmsSubscription@2afee2ee] - MDC[]
04:14:14 2021-04-28 08:14:14,003 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@12f899ae[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,004 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.008431 ms - MDC[]
04:14:14 2021-04-28 08:14:14,004 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,005 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,005 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 123.418805 ms - MDC[]
04:14:14 2021-04-28 08:14:14,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,007 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:14 2021-04-28 08:14:14,008 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7c0a1eb1 - MDC[jobName=JMS reply cancel message listener]
04:14:14 2021-04-28 08:14:14,088 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56ed0511, org.eclipse.scout.rt.mom.jms.JmsSubscription@1d2c5d75] - MDC[]
04:14:14 2021-04-28 08:14:14,103 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@d980e93[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,104 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.019992 ms - MDC[]
04:14:14 2021-04-28 08:14:14,104 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,104 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,105 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 99.438052 ms - MDC[]
04:14:14 2021-04-28 08:14:14,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,107 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:14 2021-04-28 08:14:14,109 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b2706c3 - MDC[jobName=JMS reply cancel message listener]
04:14:14 2021-04-28 08:14:14,188 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7445fdb2, org.eclipse.scout.rt.mom.jms.JmsSubscription@4a3ebba6] - MDC[]
04:14:14 2021-04-28 08:14:14,203 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4bd701ac[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,203 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014540 ms - MDC[]
04:14:14 2021-04-28 08:14:14,204 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,204 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,205 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.857368 ms - MDC[]
04:14:14 2021-04-28 08:14:14,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,206 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,206 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,207 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:14 2021-04-28 08:14:14,208 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5189484e - MDC[jobName=JMS reply cancel message listener]
04:14:14 2021-04-28 08:14:14,288 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@34327638, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fc1a561] - MDC[]
04:14:14 2021-04-28 08:14:14,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@41a83faf[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,304 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006300 ms - MDC[]
04:14:14 2021-04-28 08:14:14,305 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,305 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,306 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,307 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 100.637544 ms - MDC[]
04:14:14 2021-04-28 08:14:14,307 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,307 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,307 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,308 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:14 2021-04-28 08:14:14,309 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e8b0af5 - MDC[jobName=JMS reply cancel message listener]
04:14:14 2021-04-28 08:14:14,388 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5199d74e, org.eclipse.scout.rt.mom.jms.JmsSubscription@763df8f3] - MDC[]
04:14:14 2021-04-28 08:14:14,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@59c97475[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006320 ms - MDC[]
04:14:14 2021-04-28 08:14:14,404 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,405 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,406 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.977796 ms - MDC[]
04:14:14 2021-04-28 08:14:14,406 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,408 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:14 2021-04-28 08:14:14,409 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@393e52a5 - MDC[jobName=JMS reply cancel message listener]
04:14:14 2021-04-28 08:14:14,488 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2a934bba, org.eclipse.scout.rt.mom.jms.JmsSubscription@35afca01] - MDC[]
04:14:14 2021-04-28 08:14:14,503 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3dc37ad8[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,503 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018810 ms - MDC[]
04:14:14 2021-04-28 08:14:14,504 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,504 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,506 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,506 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.819873 ms - MDC[]
04:14:14 2021-04-28 08:14:14,506 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonData [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,508 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:14 2021-04-28 08:14:14,509 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4dd5d2c2 - MDC[]
04:14:14 2021-04-28 08:14:14,521 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@26c9521a, org.eclipse.scout.rt.mom.jms.JmsSubscription@b0f9c63] - MDC[]
04:14:14 2021-04-28 08:14:14,527 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,527 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,528 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 21.049247 ms - MDC[]
04:14:14 2021-04-28 08:14:14,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonData [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,529 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,530 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:14 2021-04-28 08:14:14,530 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@43f71894 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:14 2021-04-28 08:14:14,834 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48f3210f] - MDC[]
04:14:14 2021-04-28 08:14:14,853 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3276a536[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:14 2021-04-28 08:14:14,853 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006773 ms - MDC[]
04:14:14 2021-04-28 08:14:14,854 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:14 2021-04-28 08:14:14,854 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:14 2021-04-28 08:14:14,855 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:14 2021-04-28 08:14:14,855 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 326.497014 ms - MDC[]
04:14:14 2021-04-28 08:14:14,855 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,855 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:14 2021-04-28 08:14:14,855 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:14 2021-04-28 08:14:14,857 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:14 2021-04-28 08:14:14,858 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@71b01bc8 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:15 2021-04-28 08:14:15,161 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@53dd9ff6] - MDC[]
04:14:15 2021-04-28 08:14:15,177 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@549a6126[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:15 2021-04-28 08:14:15,177 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004099 ms - MDC[]
04:14:15 2021-04-28 08:14:15,178 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:15 2021-04-28 08:14:15,178 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:15 2021-04-28 08:14:15,180 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:15 2021-04-28 08:14:15,180 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.583898 ms - MDC[]
04:14:15 2021-04-28 08:14:15,180 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,180 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:15 2021-04-28 08:14:15,181 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,181 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:15 2021-04-28 08:14:15,182 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@16017d2f - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:15 2021-04-28 08:14:15,486 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7073b501] - MDC[]
04:14:15 2021-04-28 08:14:15,503 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2dcec0b0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:15 2021-04-28 08:14:15,503 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004623 ms - MDC[]
04:14:15 2021-04-28 08:14:15,504 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:15 2021-04-28 08:14:15,505 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:15 2021-04-28 08:14:15,506 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:15 2021-04-28 08:14:15,506 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 325.761598 ms - MDC[]
04:14:15 2021-04-28 08:14:15,506 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:15 2021-04-28 08:14:15,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,508 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:15 2021-04-28 08:14:15,509 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6d90845e - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:15 2021-04-28 08:14:15,813 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5c275b83] - MDC[]
04:14:15 2021-04-28 08:14:15,819 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@45dff801[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:15 2021-04-28 08:14:15,819 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004274 ms - MDC[]
04:14:15 2021-04-28 08:14:15,820 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:15 2021-04-28 08:14:15,820 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:15 2021-04-28 08:14:15,821 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:15 2021-04-28 08:14:15,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 314.284035 ms - MDC[]
04:14:15 2021-04-28 08:14:15,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:15 2021-04-28 08:14:15,821 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:15 2021-04-28 08:14:15,823 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:15 2021-04-28 08:14:15,823 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4529bfb7 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:16 2021-04-28 08:14:16,128 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58ba1195] - MDC[]
04:14:16 2021-04-28 08:14:16,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6b14ce9f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:16 2021-04-28 08:14:16,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005058 ms - MDC[]
04:14:16 2021-04-28 08:14:16,145 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:16 2021-04-28 08:14:16,145 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:16 2021-04-28 08:14:16,146 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:16 2021-04-28 08:14:16,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.688635 ms - MDC[]
04:14:16 2021-04-28 08:14:16,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,147 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:16 2021-04-28 08:14:16,147 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,148 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:16 2021-04-28 08:14:16,149 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7f72411d - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:16 2021-04-28 08:14:16,452 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ffd66e1] - MDC[]
04:14:16 2021-04-28 08:14:16,469 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2cf91c04[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:16 2021-04-28 08:14:16,469 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005955 ms - MDC[]
04:14:16 2021-04-28 08:14:16,470 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:16 2021-04-28 08:14:16,470 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:16 2021-04-28 08:14:16,471 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:16 2021-04-28 08:14:16,472 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.945376 ms - MDC[]
04:14:16 2021-04-28 08:14:16,472 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,472 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:16 2021-04-28 08:14:16,472 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,473 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:16 2021-04-28 08:14:16,474 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@52af6b7e - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:16 2021-04-28 08:14:16,778 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@519552ae] - MDC[]
04:14:16 2021-04-28 08:14:16,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@46b2e4cd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:16 2021-04-28 08:14:16,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004301 ms - MDC[]
04:14:16 2021-04-28 08:14:16,795 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:16 2021-04-28 08:14:16,795 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:16 2021-04-28 08:14:16,796 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:16 2021-04-28 08:14:16,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 323.691122 ms - MDC[]
04:14:16 2021-04-28 08:14:16,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:16 2021-04-28 08:14:16,796 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:16 2021-04-28 08:14:16,797 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:16 2021-04-28 08:14:16,798 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@51c8cb2c - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:17 2021-04-28 08:14:17,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5a2cb8e5] - MDC[]
04:14:17 2021-04-28 08:14:17,119 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@48c3d235[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:17 2021-04-28 08:14:17,119 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.013625 ms - MDC[]
04:14:17 2021-04-28 08:14:17,120 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:17 2021-04-28 08:14:17,120 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:17 2021-04-28 08:14:17,122 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:17 2021-04-28 08:14:17,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 325.377628 ms - MDC[]
04:14:17 2021-04-28 08:14:17,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:17 2021-04-28 08:14:17,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,123 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:17 2021-04-28 08:14:17,124 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b41e2a6 - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:17 2021-04-28 08:14:17,428 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@264e6ac3] - MDC[]
04:14:17 2021-04-28 08:14:17,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@37aac78c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:17 2021-04-28 08:14:17,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003888 ms - MDC[]
04:14:17 2021-04-28 08:14:17,436 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:17 2021-04-28 08:14:17,436 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:17 2021-04-28 08:14:17,437 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:17 2021-04-28 08:14:17,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 315.406450 ms - MDC[]
04:14:17 2021-04-28 08:14:17,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:17 2021-04-28 08:14:17,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,439 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:17 2021-04-28 08:14:17,440 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5e5fd6ce - MDC[jobName=request on test/mom/testQueueRequestReplyRequestFirst]
04:14:17 2021-04-28 08:14:17,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@37eb8009] - MDC[]
04:14:17 2021-04-28 08:14:17,769 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7c918809[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:17 2021-04-28 08:14:17,769 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006413 ms - MDC[]
04:14:17 2021-04-28 08:14:17,770 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:17 2021-04-28 08:14:17,770 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:17 2021-04-28 08:14:17,771 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:17 2021-04-28 08:14:17,771 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 333.292075 ms - MDC[]
04:14:17 2021-04-28 08:14:17,771 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:17 2021-04-28 08:14:17,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicDurableSubscription [artemis]> - MDC[]
04:14:17 2021-04-28 08:14:17,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:17 2021-04-28 08:14:17,774 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@107f9b16 - MDC[jobName=JMS subscriber]
04:14:21 2021-04-28 08:14:21,878 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 4 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@572b031f, org.eclipse.scout.rt.mom.jms.JmsSubscription@23685592, org.eclipse.scout.rt.mom.jms.JmsSubscription@495590a7, org.eclipse.scout.rt.mom.jms.JmsSubscription@9b195c4] - MDC[]
04:14:21 2021-04-28 08:14:21,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:21 2021-04-28 08:14:21,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:21 2021-04-28 08:14:21,880 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:21 2021-04-28 08:14:21,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 4107.613867 ms - MDC[]
04:14:21 2021-04-28 08:14:21,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicDurableSubscription [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:21 2021-04-28 08:14:21,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithoutRequestReply [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1.313940 ms - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithoutRequestReply [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:21 2021-04-28 08:14:21,882 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessageRequestReply [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,883 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:21 2021-04-28 08:14:21,886 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4c5705dd - MDC[jobName=JMS reply cancel message listener]
04:14:21 2021-04-28 08:14:21,928 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4ee706ff, org.eclipse.scout.rt.mom.jms.JmsSubscription@25daa0a0] - MDC[]
04:14:21 2021-04-28 08:14:21,934 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@67a84d80[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:21 2021-04-28 08:14:21,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005034 ms - MDC[]
04:14:21 2021-04-28 08:14:21,936 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:21 2021-04-28 08:14:21,936 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:21 2021-04-28 08:14:21,937 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:21 2021-04-28 08:14:21,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 54.592057 ms - MDC[]
04:14:21 2021-04-28 08:14:21,937 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessageRequestReply [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:21 2021-04-28 08:14:21,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishNull [artemis]> - MDC[]
04:14:21 2021-04-28 08:14:21,938 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:21 2021-04-28 08:14:21,939 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@445eb192 - MDC[]
04:14:21 2021-04-28 08:14:21,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5f580241, org.eclipse.scout.rt.mom.jms.JmsSubscription@1b1f7781] - MDC[]
04:14:21 2021-04-28 08:14:21,978 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7787fce1, org.eclipse.scout.rt.mom.jms.JmsSubscription@89ee343] - MDC[]
04:14:21 2021-04-28 08:14:21,994 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@31813ea8, org.eclipse.scout.rt.mom.jms.JmsSubscription@79f3d15f] - MDC[]
04:14:22 2021-04-28 08:14:22,011 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7e983867, org.eclipse.scout.rt.mom.jms.JmsSubscription@bbaf70f] - MDC[]
04:14:22 2021-04-28 08:14:22,028 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1558b8e7, org.eclipse.scout.rt.mom.jms.JmsSubscription@2df44716] - MDC[]
04:14:22 2021-04-28 08:14:22,044 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@29063116, org.eclipse.scout.rt.mom.jms.JmsSubscription@7d0f755c] - MDC[]
04:14:22 2021-04-28 08:14:22,061 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@711df813, org.eclipse.scout.rt.mom.jms.JmsSubscription@447a3df7] - MDC[]
04:14:22 2021-04-28 08:14:22,078 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1b0efaf8, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e52b7] - MDC[]
04:14:22 2021-04-28 08:14:22,084 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,085 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,085 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 147.501576 ms - MDC[]
04:14:22 2021-04-28 08:14:22,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishNull [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishText [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,088 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@e0500bc - MDC[]
04:14:22 2021-04-28 08:14:22,095 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2ebff011, org.eclipse.scout.rt.mom.jms.JmsSubscription@66844ccf] - MDC[]
04:14:22 2021-04-28 08:14:22,101 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,101 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,102 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.467735 ms - MDC[]
04:14:22 2021-04-28 08:14:22,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishText [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,102 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeCorrelationId [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,103 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,104 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b408d0f - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7a5f612f] - MDC[]
04:14:22 2021-04-28 08:14:22,143 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,143 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,144 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 41.472857 ms - MDC[]
04:14:22 2021-04-28 08:14:22,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeCorrelationId [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,145 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,145 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribe [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,147 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d7328b9 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,176 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7c441f09] - MDC[]
04:14:22 2021-04-28 08:14:22,184 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,185 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,185 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,185 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.719201 ms - MDC[]
04:14:22 2021-04-28 08:14:22,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribe [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishBytes [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,187 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,188 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@212667ae - MDC[]
04:14:22 2021-04-28 08:14:22,194 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@108a77d6, org.eclipse.scout.rt.mom.jms.JmsSubscription@341b0573] - MDC[]
04:14:22 2021-04-28 08:14:22,201 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,201 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,202 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.190431 ms - MDC[]
04:14:22 2021-04-28 08:14:22,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishBytes [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,202 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishEmpty [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,203 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,204 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@360e9b23 - MDC[]
04:14:22 2021-04-28 08:14:22,211 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1c057fc8, org.eclipse.scout.rt.mom.jms.JmsSubscription@6fb1dd9d] - MDC[]
04:14:22 2021-04-28 08:14:22,228 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@362f4176, org.eclipse.scout.rt.mom.jms.JmsSubscription@7ce65a05] - MDC[]
04:14:22 2021-04-28 08:14:22,244 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@719d7341, org.eclipse.scout.rt.mom.jms.JmsSubscription@18744e18] - MDC[]
04:14:22 2021-04-28 08:14:22,261 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1ed5cb12, org.eclipse.scout.rt.mom.jms.JmsSubscription@4dbd1fdb] - MDC[]
04:14:22 2021-04-28 08:14:22,278 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f8c7cd7, org.eclipse.scout.rt.mom.jms.JmsSubscription@6ba1a7fd] - MDC[]
04:14:22 2021-04-28 08:14:22,294 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@730325d9, org.eclipse.scout.rt.mom.jms.JmsSubscription@3a50c97f] - MDC[]
04:14:22 2021-04-28 08:14:22,311 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7fa72332, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a4736b8] - MDC[]
04:14:22 2021-04-28 08:14:22,327 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@611bf705, org.eclipse.scout.rt.mom.jms.JmsSubscription@660b292c] - MDC[]
04:14:22 2021-04-28 08:14:22,334 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,334 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,335 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,335 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 132.639705 ms - MDC[]
04:14:22 2021-04-28 08:14:22,335 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishEmpty [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,335 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,336 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithConfiguredDefaultMarshaller [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,336 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,337 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@54a30614 - MDC[]
04:14:22 2021-04-28 08:14:22,344 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@ea34dee] - MDC[]
04:14:22 2021-04-28 08:14:22,351 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,351 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,352 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,352 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.185978 ms - MDC[]
04:14:22 2021-04-28 08:14:22,352 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithConfiguredDefaultMarshaller [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,352 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,352 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,353 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,354 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@46a918c3 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8d94d1e, org.eclipse.scout.rt.mom.jms.JmsSubscription@4c0a3fde] - MDC[]
04:14:22 2021-04-28 08:14:22,443 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,444 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,444 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,445 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 92.162240 ms - MDC[]
04:14:22 2021-04-28 08:14:22,445 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,445 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,445 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,446 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,447 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7aa72c1d - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,518 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d8c51c9, org.eclipse.scout.rt.mom.jms.JmsSubscription@84ab902] - MDC[]
04:14:22 2021-04-28 08:14:22,535 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,535 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,536 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.074355 ms - MDC[]
04:14:22 2021-04-28 08:14:22,536 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,537 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,537 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,538 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,539 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4245ea31 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,610 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@cfef34, org.eclipse.scout.rt.mom.jms.JmsSubscription@77e8c81c] - MDC[]
04:14:22 2021-04-28 08:14:22,627 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,627 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,628 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,628 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.585181 ms - MDC[]
04:14:22 2021-04-28 08:14:22,628 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,628 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,628 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,629 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,630 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@26b61fe7 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5d30303, org.eclipse.scout.rt.mom.jms.JmsSubscription@66257bec] - MDC[]
04:14:22 2021-04-28 08:14:22,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,719 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,719 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.976010 ms - MDC[]
04:14:22 2021-04-28 08:14:22,720 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,720 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,720 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,721 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,722 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@26de1893 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@30e6c577, org.eclipse.scout.rt.mom.jms.JmsSubscription@169ddbb6] - MDC[]
04:14:22 2021-04-28 08:14:22,810 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,810 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,811 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,811 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.035466 ms - MDC[]
04:14:22 2021-04-28 08:14:22,811 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,812 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,813 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,814 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4625c5b - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,885 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@515f104c, org.eclipse.scout.rt.mom.jms.JmsSubscription@1dde2d1] - MDC[]
04:14:22 2021-04-28 08:14:22,902 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,902 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,903 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.052744 ms - MDC[]
04:14:22 2021-04-28 08:14:22,903 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,904 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,904 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,905 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,906 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@23ade0e6 - MDC[jobName=JMS subscriber]
04:14:22 2021-04-28 08:14:22,977 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@47c8ced, org.eclipse.scout.rt.mom.jms.JmsSubscription@38a64fbd] - MDC[]
04:14:22 2021-04-28 08:14:22,994 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:22 2021-04-28 08:14:22,994 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:22 2021-04-28 08:14:22,994 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:22 2021-04-28 08:14:22,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.317359 ms - MDC[]
04:14:22 2021-04-28 08:14:22,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:22 2021-04-28 08:14:22,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:22 2021-04-28 08:14:22,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:22 2021-04-28 08:14:22,997 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@30ddb5a0 - MDC[jobName=JMS subscriber]
04:14:23 2021-04-28 08:14:23,068 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@43549693, org.eclipse.scout.rt.mom.jms.JmsSubscription@6330c0a2] - MDC[]
04:14:23 2021-04-28 08:14:23,085 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:23 2021-04-28 08:14:23,085 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:23 2021-04-28 08:14:23,086 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:23 2021-04-28 08:14:23,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.152221 ms - MDC[]
04:14:23 2021-04-28 08:14:23,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:23 2021-04-28 08:14:23,086 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:23 2021-04-28 08:14:23,088 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7ed58a3a - MDC[jobName=JMS subscriber]
04:14:23 2021-04-28 08:14:23,160 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@8b2f35c, org.eclipse.scout.rt.mom.jms.JmsSubscription@41ee3c99] - MDC[]
04:14:23 2021-04-28 08:14:23,177 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:23 2021-04-28 08:14:23,177 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:23 2021-04-28 08:14:23,178 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:23 2021-04-28 08:14:23,178 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.144467 ms - MDC[]
04:14:23 2021-04-28 08:14:23,178 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,178 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:23 2021-04-28 08:14:23,178 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,179 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:23 2021-04-28 08:14:23,180 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3a342265 - MDC[jobName=JMS subscriber]
04:14:23 2021-04-28 08:14:23,251 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c73dfd0, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e84faac] - MDC[]
04:14:23 2021-04-28 08:14:23,269 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:23 2021-04-28 08:14:23,269 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:23 2021-04-28 08:14:23,270 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:23 2021-04-28 08:14:23,270 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.176050 ms - MDC[]
04:14:23 2021-04-28 08:14:23,270 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,270 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:23 2021-04-28 08:14:23,271 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyTimeout [artemis]> - MDC[]
04:14:23 2021-04-28 08:14:23,271 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:23 2021-04-28 08:14:23,272 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2f197822 - MDC[jobName=JMS reply cancel message listener]
04:14:28 2021-04-28 08:14:28,276 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout]
04:14:28 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:28 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:28 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:28 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:28 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:28 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:28 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:28 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:28 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:28 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:14:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:14:28 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:28 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:28 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:28 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:28 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:28 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:28 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:28 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:28 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:28 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:28 	at java.lang.Thread.run(Thread.java:748)
04:14:28 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:28 Caused by: java.lang.InterruptedException: null
04:14:28 	at java.lang.Object.wait(Native Method)
04:14:28 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:28 	... 29 common frames omitted
04:14:28 2021-04-28 08:14:28,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6338a0ec] - MDC[]
04:14:28 2021-04-28 08:14:28,301 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@33ae21ee[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:28 2021-04-28 08:14:28,302 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003967 ms - MDC[]
04:14:28 2021-04-28 08:14:28,302 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,302 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,303 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,303 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5032.818601 ms - MDC[]
04:14:28 2021-04-28 08:14:28,304 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyTimeout [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,304 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,304 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishObject [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,305 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:28 2021-04-28 08:14:28,306 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5680639f - MDC[]
04:14:28 2021-04-28 08:14:28,372 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@8e51ef8, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d4e4e0c] - MDC[]
04:14:28 2021-04-28 08:14:28,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,409 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,409 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 104.977658 ms - MDC[]
04:14:28 2021-04-28 08:14:28,409 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishObject [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,410 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,410 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithInvalidMarshaller [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,411 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.897476 ms - MDC[]
04:14:28 2021-04-28 08:14:28,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithInvalidMarshaller [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,411 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testConcurrentMessageConsumption [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,412 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:28 2021-04-28 08:14:28,412 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@86e170e - MDC[]
04:14:28 2021-04-28 08:14:28,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3a6b8805] - MDC[]
04:14:28 2021-04-28 08:14:28,542 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,542 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,543 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 131.301920 ms - MDC[]
04:14:28 2021-04-28 08:14:28,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testConcurrentMessageConsumption [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,545 INFO  [scout-thread-18] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:28 2021-04-28 08:14:28,545 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@770b2b75 - MDC[jobName=JMS reply cancel message listener]
04:14:28 2021-04-28 08:14:28,561 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@536efbfe, org.eclipse.scout.rt.mom.jms.JmsSubscription@3ccf89bf] - MDC[]
04:14:28 2021-04-28 08:14:28,562 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1abd38ef[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:28 2021-04-28 08:14:28,562 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004638 ms - MDC[]
04:14:28 2021-04-28 08:14:28,563 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,563 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,564 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.461971 ms - MDC[]
04:14:28 2021-04-28 08:14:28,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyMultipleSubscriptions [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,564 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,565 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:28 2021-04-28 08:14:28,566 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@38ede85d - MDC[]
04:14:28 2021-04-28 08:14:28,726 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1414800e] - MDC[]
04:14:28 2021-04-28 08:14:28,743 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,743 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,743 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,743 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 178.978785 ms - MDC[]
04:14:28 2021-04-28 08:14:28,743 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:28 2021-04-28 08:14:28,745 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7f814c6e - MDC[]
04:14:28 2021-04-28 08:14:28,910 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5fe14f1b] - MDC[]
04:14:28 2021-04-28 08:14:28,917 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.290170 ms - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:28 2021-04-28 08:14:28,918 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:28 2021-04-28 08:14:28,919 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:28 2021-04-28 08:14:28,920 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a60c431 - MDC[]
04:14:29 2021-04-28 08:14:29,085 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@156187bf] - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.623323 ms - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,093 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,094 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,094 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,095 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@dc58fb - MDC[]
04:14:29 2021-04-28 08:14:29,260 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@278537ab] - MDC[]
04:14:29 2021-04-28 08:14:29,267 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,267 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,268 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,268 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.450538 ms - MDC[]
04:14:29 2021-04-28 08:14:29,268 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,269 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,269 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,270 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,270 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6312c241 - MDC[]
04:14:29 2021-04-28 08:14:29,435 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7046bea1] - MDC[]
04:14:29 2021-04-28 08:14:29,442 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,442 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,443 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.009868 ms - MDC[]
04:14:29 2021-04-28 08:14:29,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,443 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,444 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,444 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4738db0f - MDC[]
04:14:29 2021-04-28 08:14:29,609 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@318f2e9d] - MDC[]
04:14:29 2021-04-28 08:14:29,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,618 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,618 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.961202 ms - MDC[]
04:14:29 2021-04-28 08:14:29,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,619 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,620 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,621 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7b7039ac - MDC[]
04:14:29 2021-04-28 08:14:29,785 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3b606079] - MDC[]
04:14:29 2021-04-28 08:14:29,792 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,792 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,793 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.157597 ms - MDC[]
04:14:29 2021-04-28 08:14:29,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,794 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,795 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@30e3ca4a - MDC[]
04:14:29 2021-04-28 08:14:29,951 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@679c93a0] - MDC[]
04:14:29 2021-04-28 08:14:29,959 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:29 2021-04-28 08:14:29,959 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:29 2021-04-28 08:14:29,960 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:29 2021-04-28 08:14:29,960 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.016098 ms - MDC[]
04:14:29 2021-04-28 08:14:29,960 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,960 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:29 2021-04-28 08:14:29,960 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:29 2021-04-28 08:14:29,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:29 2021-04-28 08:14:29,962 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@b96fb73 - MDC[]
04:14:30 2021-04-28 08:14:30,126 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@64ed45eb] - MDC[]
04:14:30 2021-04-28 08:14:30,134 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:30 2021-04-28 08:14:30,134 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:30 2021-04-28 08:14:30,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:30 2021-04-28 08:14:30,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 174.877806 ms - MDC[]
04:14:30 2021-04-28 08:14:30,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:30 2021-04-28 08:14:30,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:30 2021-04-28 08:14:30,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis]> - MDC[]
04:14:30 2021-04-28 08:14:30,136 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:30 2021-04-28 08:14:30,154 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@656096e1 - MDC[]
04:14:30 2021-04-28 08:14:30,310 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@329ba591] - MDC[]
04:14:30 2021-04-28 08:14:30,317 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:30 2021-04-28 08:14:30,317 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:30 2021-04-28 08:14:30,318 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:30 2021-04-28 08:14:30,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 182.281904 ms - MDC[]
04:14:30 2021-04-28 08:14:30,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis]> - MDC[]
04:14:30 2021-04-28 08:14:30,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:30 2021-04-28 08:14:30,319 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscriptionSingleThreadedDisposeSynchronized [artemis]> - MDC[]
04:14:30 2021-04-28 08:14:30,319 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:30 2021-04-28 08:14:30,320 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@20003af7 - MDC[]
04:14:31 2021-04-28 08:14:31,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@52b2aa6e, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4c85eb6b] - MDC[]
04:14:31 2021-04-28 08:14:31,358 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:31 2021-04-28 08:14:31,358 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:31 2021-04-28 08:14:31,359 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:31 2021-04-28 08:14:31,359 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1040.328819 ms - MDC[]
04:14:31 2021-04-28 08:14:31,359 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscriptionSingleThreadedDisposeSynchronized [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,360 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:31 2021-04-28 08:14:31,360 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_ObjectMarshaller_Exception [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,361 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:31 2021-04-28 08:14:31,362 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@64b0292e - MDC[jobName=JMS reply cancel message listener]
04:14:31 2021-04-28 08:14:31,392 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=16404eeb-e72f-4421-9c6a-ca5ef964e86c]
04:14:31 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:14:31 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269)
04:14:31 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:31 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:14:31 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:14:31 	at java.lang.reflect.Method.invoke(Method.java:498)
04:14:31 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:14:31 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:14:31 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:14:31 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:14:31 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:14:31 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:14:31 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:14:31 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:14:31 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:31 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:31 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:31 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:31 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:31 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:31 	at java.lang.Thread.run(Thread.java:748)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:31 2021-04-28 08:14:31,396 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1296284f] - MDC[]
04:14:31 2021-04-28 08:14:31,400 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@19f4015[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:31 2021-04-28 08:14:31,400 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018879 ms - MDC[]
04:14:31 2021-04-28 08:14:31,401 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:31 2021-04-28 08:14:31,401 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:31 2021-04-28 08:14:31,402 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:31 2021-04-28 08:14:31,402 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 42.124088 ms - MDC[]
04:14:31 2021-04-28 08:14:31,402 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_ObjectMarshaller_Exception [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:31 2021-04-28 08:14:31,403 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCorrelationId [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,404 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:31 2021-04-28 08:14:31,405 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@52e01f3e - MDC[jobName=JMS reply cancel message listener]
04:14:31 2021-04-28 08:14:31,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@368d76d7] - MDC[]
04:14:31 2021-04-28 08:14:31,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7cef81c1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:31 2021-04-28 08:14:31,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005847 ms - MDC[]
04:14:31 2021-04-28 08:14:31,420 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:31 2021-04-28 08:14:31,420 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:31 2021-04-28 08:14:31,421 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:31 2021-04-28 08:14:31,421 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 18.379852 ms - MDC[]
04:14:31 2021-04-28 08:14:31,421 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCorrelationId [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,422 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:31 2021-04-28 08:14:31,422 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCancellation [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,423 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:31 2021-04-28 08:14:31,424 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7f98e6e5 - MDC[jobName=JMS reply cancel message listener]
04:14:31 2021-04-28 08:14:31,462 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:14:31 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:31 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:31 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:31 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:31 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:31 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:31 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:31 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:31 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:31 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:14:31 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:31 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:31 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:31 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:31 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:31 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:31 	at java.lang.Thread.run(Thread.java:748)
04:14:31 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:31 Caused by: java.lang.InterruptedException: null
04:14:31 	at java.lang.Object.wait(Native Method)
04:14:31 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:31 	... 29 common frames omitted
04:14:31 2021-04-28 08:14:31,475 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58ca3439] - MDC[]
04:14:31 2021-04-28 08:14:31,488 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@728bf21f[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:31 2021-04-28 08:14:31,488 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004721 ms - MDC[]
04:14:31 2021-04-28 08:14:31,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:31 2021-04-28 08:14:31,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:31 2021-04-28 08:14:31,490 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:31 2021-04-28 08:14:31,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 67.590733 ms - MDC[]
04:14:31 2021-04-28 08:14:31,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCancellation [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:31 2021-04-28 08:14:31,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,491 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:31 2021-04-28 08:14:31,492 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@629ac6b7 - MDC[jobName=JMS subscriber]
04:14:31 2021-04-28 08:14:31,508 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6fbdee75, org.eclipse.scout.rt.mom.jms.JmsSubscription@3e00d115] - MDC[]
04:14:31 2021-04-28 08:14:31,510 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:31 2021-04-28 08:14:31,510 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:31 2021-04-28 08:14:31,510 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:31 2021-04-28 08:14:31,510 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.994362 ms - MDC[]
04:14:31 2021-04-28 08:14:31,510 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeMultipleSubscriptions [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,511 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:31 2021-04-28 08:14:31,511 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishTransactional [artemis]> - MDC[]
04:14:31 2021-04-28 08:14:31,512 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:31 2021-04-28 08:14:31,512 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6e576b5a - MDC[]
04:14:33 2021-04-28 08:14:33,551 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@711d66e0, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cf37a31] - MDC[]
04:14:33 2021-04-28 08:14:33,558 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:33 2021-04-28 08:14:33,558 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:33 2021-04-28 08:14:33,559 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:33 2021-04-28 08:14:33,559 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2048.256894 ms - MDC[]
04:14:33 2021-04-28 08:14:33,559 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishTransactional [artemis]> - MDC[]
04:14:33 2021-04-28 08:14:33,560 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:33 2021-04-28 08:14:33,560 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyTimeout [artemis]> - MDC[]
04:14:33 2021-04-28 08:14:33,561 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:33 2021-04-28 08:14:33,561 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@322bee68 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,577 ERROR [scout-thread-21] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout]
04:14:38 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:38 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:38 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:38 	at java.lang.Thread.run(Thread.java:748)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:38 Caused by: java.lang.InterruptedException: null
04:14:38 	at java.lang.Object.wait(Native Method)
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:38 	... 29 common frames omitted
04:14:38 2021-04-28 08:14:38,599 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1c4493c6] - MDC[]
04:14:38 2021-04-28 08:14:38,616 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1c907a36[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,616 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004403 ms - MDC[]
04:14:38 2021-04-28 08:14:38,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,617 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5057.645314 ms - MDC[]
04:14:38 2021-04-28 08:14:38,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyTimeout [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,618 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception1 [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,619 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,620 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@47cfcf11 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,658 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=916ad721-187e-430f-89b1-5776426c5b33]
04:14:38 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298)
04:14:38 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:38 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:14:38 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:14:38 	at java.lang.reflect.Method.invoke(Method.java:498)
04:14:38 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:14:38 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:14:38 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:14:38 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:14:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:14:38 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:14:38 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:14:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:14:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:38 	at java.lang.Thread.run(Thread.java:748)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:38 2021-04-28 08:14:38,661 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@71211cd5] - MDC[]
04:14:38 2021-04-28 08:14:38,665 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@590f0678[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,666 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.019254 ms - MDC[]
04:14:38 2021-04-28 08:14:38,666 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,666 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,667 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,667 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 48.802972 ms - MDC[]
04:14:38 2021-04-28 08:14:38,667 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception1 [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,668 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,668 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception2 [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,669 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,670 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@606caa05 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,699 INFO  [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:92) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ecf57659-bc18-4c84-a0b2-9727ee698736]
04:14:38 2021-04-28 08:14:38,702 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@720a0b6b] - MDC[]
04:14:38 2021-04-28 08:14:38,707 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@f166bc3[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,707 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004589 ms - MDC[]
04:14:38 2021-04-28 08:14:38,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,708 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,709 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.737909 ms - MDC[]
04:14:38 2021-04-28 08:14:38,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception2 [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,709 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyJsonObjectMarshaller [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,710 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,711 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@64599e98 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,726 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2b067248, org.eclipse.scout.rt.mom.jms.JmsSubscription@22bd3618] - MDC[]
04:14:38 2021-04-28 08:14:38,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@ead16cd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004139 ms - MDC[]
04:14:38 2021-04-28 08:14:38,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,728 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,729 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 19.145112 ms - MDC[]
04:14:38 2021-04-28 08:14:38,729 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyJsonObjectMarshaller [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,729 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,729 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReply [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,730 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,731 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@25cef78b - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,759 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@123fb86b] - MDC[]
04:14:38 2021-04-28 08:14:38,765 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@22f3700c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,766 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004376 ms - MDC[]
04:14:38 2021-04-28 08:14:38,766 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,766 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,767 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,767 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 37.992236 ms - MDC[]
04:14:38 2021-04-28 08:14:38,767 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReply [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,768 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,768 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCancellation [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,769 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,770 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@df52fb5 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,783 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation]
04:14:38 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:38 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:38 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:38 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:14:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:38 	at java.lang.Thread.run(Thread.java:748)
04:14:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:38 Caused by: java.lang.InterruptedException: null
04:14:38 	at java.lang.Object.wait(Native Method)
04:14:38 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:38 	... 29 common frames omitted
04:14:38 2021-04-28 08:14:38,791 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@41f5e6ee] - MDC[]
04:14:38 2021-04-28 08:14:38,791 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3c75d40b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,792 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006985 ms - MDC[]
04:14:38 2021-04-28 08:14:38,792 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,792 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,793 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.779414 ms - MDC[]
04:14:38 2021-04-28 08:14:38,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCancellation [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,793 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyNull [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,794 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,795 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@72820a43 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,809 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7a990cdb, org.eclipse.scout.rt.mom.jms.JmsSubscription@2a7f2af6] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,825 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7366192d, org.eclipse.scout.rt.mom.jms.JmsSubscription@149b0ed1] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,842 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@400a272d, org.eclipse.scout.rt.mom.jms.JmsSubscription@28184fdd] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,858 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7642d8de, org.eclipse.scout.rt.mom.jms.JmsSubscription@5d79f3f4] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,875 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2d27b224, org.eclipse.scout.rt.mom.jms.JmsSubscription@3c142972] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,892 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@74e98ee1, org.eclipse.scout.rt.mom.jms.JmsSubscription@78f06877] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,909 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1ac57fca, org.eclipse.scout.rt.mom.jms.JmsSubscription@21631915] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,925 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@214f3e02, org.eclipse.scout.rt.mom.jms.JmsSubscription@f5ee882] - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,932 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2995eb22[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,932 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.022020 ms - MDC[]
04:14:38 2021-04-28 08:14:38,933 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,933 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,935 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 141.613172 ms - MDC[]
04:14:38 2021-04-28 08:14:38,935 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyNull [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,936 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,936 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyJsonObjectMarshaller [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,937 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,937 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@87c259 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,968 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4d99d7ac, org.eclipse.scout.rt.mom.jms.JmsSubscription@23358a67] - MDC[]
04:14:38 2021-04-28 08:14:38,974 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5146bf21[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,974 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.006214 ms - MDC[]
04:14:38 2021-04-28 08:14:38,975 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,975 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,976 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,976 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 40.395890 ms - MDC[]
04:14:38 2021-04-28 08:14:38,977 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyJsonObjectMarshaller [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,977 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,977 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReply [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,978 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:38 2021-04-28 08:14:38,979 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@79192723 - MDC[jobName=JMS reply cancel message listener]
04:14:38 2021-04-28 08:14:38,992 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@548548c2] - MDC[]
04:14:38 2021-04-28 08:14:38,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6d348736[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:38 2021-04-28 08:14:38,993 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004454 ms - MDC[]
04:14:38 2021-04-28 08:14:38,994 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:38 2021-04-28 08:14:38,994 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:38 2021-04-28 08:14:38,995 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:38 2021-04-28 08:14:38,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.815226 ms - MDC[]
04:14:38 2021-04-28 08:14:38,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReply [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:38 2021-04-28 08:14:38,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeCorrelationId [artemis]> - MDC[]
04:14:38 2021-04-28 08:14:38,996 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:38 2021-04-28 08:14:38,997 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@43457e64 - MDC[jobName=JMS subscriber]
04:14:39 2021-04-28 08:14:39,007 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1b15e7f6] - MDC[]
04:14:39 2021-04-28 08:14:39,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:39 2021-04-28 08:14:39,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:39 2021-04-28 08:14:39,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:39 2021-04-28 08:14:39,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 13.109235 ms - MDC[]
04:14:39 2021-04-28 08:14:39,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeCorrelationId [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:39 2021-04-28 08:14:39,009 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopic [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,010 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:39 2021-04-28 08:14:39,011 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@33c8f648 - MDC[jobName=JMS subscriber]
04:14:39 2021-04-28 08:14:39,042 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:14:39 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:39 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:39 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:39 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:39 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:39 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:39 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:39 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:39 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:14:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:39 	at java.lang.Thread.run(Thread.java:748)
04:14:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:39 Caused by: java.lang.InterruptedException: null
04:14:39 	at java.lang.Object.wait(Native Method)
04:14:39 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:39 	... 29 common frames omitted
04:14:39 2021-04-28 08:14:39,057 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@17c45a57, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e860ca5] - MDC[]
04:14:39 2021-04-28 08:14:39,074 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@76f0f8b0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:39 2021-04-28 08:14:39,074 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004102 ms - MDC[]
04:14:39 2021-04-28 08:14:39,075 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:39 2021-04-28 08:14:39,075 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:39 2021-04-28 08:14:39,076 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:39 2021-04-28 08:14:39,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 66.397180 ms - MDC[]
04:14:39 2021-04-28 08:14:39,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopic [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:39 2021-04-28 08:14:39,076 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCorrelationId [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,077 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:39 2021-04-28 08:14:39,078 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5299ff49 - MDC[jobName=JMS reply cancel message listener]
04:14:39 2021-04-28 08:14:39,100 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@912e308] - MDC[]
04:14:39 2021-04-28 08:14:39,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@22c03094[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:39 2021-04-28 08:14:39,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004529 ms - MDC[]
04:14:39 2021-04-28 08:14:39,108 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:39 2021-04-28 08:14:39,108 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:39 2021-04-28 08:14:39,109 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:39 2021-04-28 08:14:39,109 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 32.340924 ms - MDC[]
04:14:39 2021-04-28 08:14:39,109 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCorrelationId [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,109 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:39 2021-04-28 08:14:39,109 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMessageSelector [artemis]> - MDC[]
04:14:39 2021-04-28 08:14:39,110 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:39 2021-04-28 08:14:39,110 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@76b45006 - MDC[jobName=JMS subscriber]
04:14:41 2021-04-28 08:14:41,132 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2090d3d1, org.eclipse.scout.rt.mom.jms.JmsSubscription@172194b9, org.eclipse.scout.rt.mom.jms.JmsSubscription@774d286] - MDC[]
04:14:41 2021-04-28 08:14:41,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:41 2021-04-28 08:14:41,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:41 2021-04-28 08:14:41,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:41 2021-04-28 08:14:41,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2026.010381 ms - MDC[]
04:14:41 2021-04-28 08:14:41,135 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMessageSelector [artemis]> - MDC[]
04:14:41 2021-04-28 08:14:41,136 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:41 2021-04-28 08:14:41,136 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessagePubSub [artemis]> - MDC[]
04:14:41 2021-04-28 08:14:41,137 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:41 2021-04-28 08:14:41,138 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@499686b9 - MDC[]
04:14:41 2021-04-28 08:14:41,167 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@770ad1f0, org.eclipse.scout.rt.mom.jms.JmsSubscription@4cda59e6] - MDC[]
04:14:41 2021-04-28 08:14:41,173 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:41 2021-04-28 08:14:41,173 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:41 2021-04-28 08:14:41,174 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:41 2021-04-28 08:14:41,174 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 37.807168 ms - MDC[]
04:14:41 2021-04-28 08:14:41,174 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessagePubSub [artemis]> - MDC[]
04:14:41 2021-04-28 08:14:41,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:41 2021-04-28 08:14:41,175 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopicAsString [artemis]> - MDC[]
04:14:41 2021-04-28 08:14:41,175 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:664) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout]
04:14:41 2021-04-28 08:14:41,177 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:41 2021-04-28 08:14:41,177 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7e122505 - MDC[jobName=JMS subscriber]
04:14:41 2021-04-28 08:14:41,208 ERROR [scout-thread-24] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:14:41 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:14:41 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:14:41 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:14:41 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:14:41 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:14:41 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:14:41 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:14:41 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:41 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:14:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:41 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:41 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:41 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:41 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:41 	at java.lang.Thread.run(Thread.java:748)
04:14:41 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:41 Caused by: java.lang.InterruptedException: null
04:14:41 	at java.lang.Object.wait(Native Method)
04:14:41 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:14:41 	... 29 common frames omitted
04:14:42 2021-04-28 08:14:42,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b8eb7b2, org.eclipse.scout.rt.mom.jms.JmsSubscription@4aaa6e62, org.eclipse.scout.rt.mom.jms.JmsSubscription@54210bb8] - MDC[]
04:14:42 2021-04-28 08:14:42,249 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@38dc50f6[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:42 2021-04-28 08:14:42,249 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005978 ms - MDC[]
04:14:42 2021-04-28 08:14:42,250 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:42 2021-04-28 08:14:42,250 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:42 2021-04-28 08:14:42,251 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:42 2021-04-28 08:14:42,251 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1076.090337 ms - MDC[]
04:14:42 2021-04-28 08:14:42,251 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopicAsString [artemis]> - MDC[]
04:14:42 2021-04-28 08:14:42,252 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:42 2021-04-28 08:14:42,252 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSerialMessageConsumption [artemis]> - MDC[]
04:14:42 2021-04-28 08:14:42,252 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:42 2021-04-28 08:14:42,253 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e06d526 - MDC[]
04:14:45 2021-04-28 08:14:45,342 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48e2b4b7] - MDC[]
04:14:45 2021-04-28 08:14:45,357 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:45 2021-04-28 08:14:45,357 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:45 2021-04-28 08:14:45,357 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:45 2021-04-28 08:14:45,357 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3105.547291 ms - MDC[]
04:14:45 2021-04-28 08:14:45,357 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSerialMessageConsumption [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:45 2021-04-28 08:14:45,358 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishSubscribe [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,359 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:45 2021-04-28 08:14:45,360 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@c2b2b92 - MDC[]
04:14:45 2021-04-28 08:14:45,365 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@48409124, org.eclipse.scout.rt.mom.jms.JmsSubscription@64709573] - MDC[]
04:14:45 2021-04-28 08:14:45,382 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@36823faf, org.eclipse.scout.rt.mom.jms.JmsSubscription@58c02b7f] - MDC[]
04:14:45 2021-04-28 08:14:45,399 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@60d6d8d0, org.eclipse.scout.rt.mom.jms.JmsSubscription@e4e4643] - MDC[]
04:14:45 2021-04-28 08:14:45,416 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7a447c5d, org.eclipse.scout.rt.mom.jms.JmsSubscription@131c0796] - MDC[]
04:14:45 2021-04-28 08:14:45,432 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@31725710, org.eclipse.scout.rt.mom.jms.JmsSubscription@77746f46] - MDC[]
04:14:45 2021-04-28 08:14:45,449 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@60bf2a90, org.eclipse.scout.rt.mom.jms.JmsSubscription@6180afa9] - MDC[]
04:14:45 2021-04-28 08:14:45,466 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@433ec38c, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c18cde7] - MDC[]
04:14:45 2021-04-28 08:14:45,482 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@58e21dde, org.eclipse.scout.rt.mom.jms.JmsSubscription@2b4ce8f3] - MDC[]
04:14:45 2021-04-28 08:14:45,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:45 2021-04-28 08:14:45,489 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:45 2021-04-28 08:14:45,490 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:45 2021-04-28 08:14:45,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 131.827898 ms - MDC[]
04:14:45 2021-04-28 08:14:45,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishSubscribe [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:45 2021-04-28 08:14:45,490 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribe [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,491 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:45 2021-04-28 08:14:45,492 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1bb8e20f - MDC[jobName=JMS subscriber]
04:14:45 2021-04-28 08:14:45,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2eeb14d4] - MDC[]
04:14:45 2021-04-28 08:14:45,499 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:45 2021-04-28 08:14:45,499 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:45 2021-04-28 08:14:45,499 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:45 2021-04-28 08:14:45,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.887460 ms - MDC[]
04:14:45 2021-04-28 08:14:45,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribe [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:45 2021-04-28 08:14:45,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonDataSecure [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,500 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:45 2021-04-28 08:14:45,501 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@51421b7d - MDC[]
04:14:45 2021-04-28 08:14:45,507 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@7827b580, org.eclipse.scout.rt.mom.jms.JmsSubscription@6d462dd1] - MDC[]
04:14:45 2021-04-28 08:14:45,514 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:45 2021-04-28 08:14:45,514 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:45 2021-04-28 08:14:45,515 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:45 2021-04-28 08:14:45,515 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.127233 ms - MDC[]
04:14:45 2021-04-28 08:14:45,515 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonDataSecure [artemis]> - MDC[]
04:14:45 2021-04-28 08:14:45,516 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:45 2021-04-28 08:14:45,516 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeTransactional [artemis-j2ee]> - MDC[]
04:14:45 2021-04-28 08:14:45,517 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:45 2021-04-28 08:14:45,517 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@74117c7e - MDC[]
04:14:46 2021-04-28 08:14:46,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@36214f40, org.eclipse.scout.rt.mom.jms.JmsSubscription@63369b91] - MDC[]
04:14:46 2021-04-28 08:14:46,582 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,582 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,583 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,583 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1066.694002 ms - MDC[]
04:14:46 2021-04-28 08:14:46,583 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeTransactional [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,583 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,583 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,584 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,617 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@50a671a5, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d6358a0] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,633 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b5d3b32, org.eclipse.scout.rt.mom.jms.JmsSubscription@25dd2f9d] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,650 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2db68ee8, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cdd00e] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,667 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3651d032, org.eclipse.scout.rt.mom.jms.JmsSubscription@487060ea] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,683 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3bba5fd0, org.eclipse.scout.rt.mom.jms.JmsSubscription@8b3bb55] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,700 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1e4e40a6, org.eclipse.scout.rt.mom.jms.JmsSubscription@56f654ad] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,717 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@e220cb3, org.eclipse.scout.rt.mom.jms.JmsSubscription@7771ea6d] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,733 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@317b10a9, org.eclipse.scout.rt.mom.jms.JmsSubscription@28351b1f] - MDC[jobName=Running test with support for JUnit timeout]
04:14:46 2021-04-28 08:14:46,739 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@76ba1f89[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:46 2021-04-28 08:14:46,740 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004581 ms - MDC[]
04:14:46 2021-04-28 08:14:46,740 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 157.219077 ms - MDC[]
04:14:46 2021-04-28 08:14:46,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,741 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,742 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,742 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@161c4d43 - MDC[]
04:14:46 2021-04-28 08:14:46,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5ec30886] - MDC[]
04:14:46 2021-04-28 08:14:46,756 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,756 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,756 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,757 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.539762 ms - MDC[]
04:14:46 2021-04-28 08:14:46,757 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,757 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,757 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,758 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,759 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@69f1887c - MDC[]
04:14:46 2021-04-28 08:14:46,765 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7145eafe] - MDC[]
04:14:46 2021-04-28 08:14:46,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.121268 ms - MDC[]
04:14:46 2021-04-28 08:14:46,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,775 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,775 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@269abd62 - MDC[]
04:14:46 2021-04-28 08:14:46,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@48997b00] - MDC[]
04:14:46 2021-04-28 08:14:46,789 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,789 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,789 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.316145 ms - MDC[]
04:14:46 2021-04-28 08:14:46,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,790 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,791 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,791 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@192da968 - MDC[]
04:14:46 2021-04-28 08:14:46,799 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@795cb721] - MDC[]
04:14:46 2021-04-28 08:14:46,806 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,806 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,806 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.551192 ms - MDC[]
04:14:46 2021-04-28 08:14:46,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,808 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,808 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6f39e2a6 - MDC[]
04:14:46 2021-04-28 08:14:46,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7fd9d86] - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.053892 ms - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,823 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,824 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,824 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@bb96f3f - MDC[]
04:14:46 2021-04-28 08:14:46,832 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ef0e08f] - MDC[]
04:14:46 2021-04-28 08:14:46,969 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,969 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,969 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,969 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 145.611801 ms - MDC[]
04:14:46 2021-04-28 08:14:46,969 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,970 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,970 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,970 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,971 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d562fde - MDC[]
04:14:46 2021-04-28 08:14:46,983 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@311f8821] - MDC[]
04:14:46 2021-04-28 08:14:46,989 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:46 2021-04-28 08:14:46,989 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:46 2021-04-28 08:14:46,990 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:46 2021-04-28 08:14:46,990 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.044895 ms - MDC[]
04:14:46 2021-04-28 08:14:46,990 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,990 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:46 2021-04-28 08:14:46,990 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:46 2021-04-28 08:14:46,991 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:46 2021-04-28 08:14:46,991 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5fe46369 - MDC[]
04:14:46 2021-04-28 08:14:46,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@599ad726] - MDC[]
04:14:47 2021-04-28 08:14:47,006 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,006 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,006 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.034891 ms - MDC[]
04:14:47 2021-04-28 08:14:47,006 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,007 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,007 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,008 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,008 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@178f5ab1 - MDC[]
04:14:47 2021-04-28 08:14:47,016 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@35374c23] - MDC[]
04:14:47 2021-04-28 08:14:47,022 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,023 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,023 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,023 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.190456 ms - MDC[]
04:14:47 2021-04-28 08:14:47,023 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,024 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,024 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,025 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,026 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@71ad307d - MDC[]
04:14:47 2021-04-28 08:14:47,032 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@25c8d646] - MDC[]
04:14:47 2021-04-28 08:14:47,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,040 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.487714 ms - MDC[]
04:14:47 2021-04-28 08:14:47,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,040 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyWithBlockingCondition [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,041 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:47 Reply: TheReply
04:14:47 2021-04-28 08:14:47,050 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58c2a890] - MDC[]
04:14:47 2021-04-28 08:14:47,056 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4c1f385a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:47 2021-04-28 08:14:47,056 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004314 ms - MDC[]
04:14:47 2021-04-28 08:14:47,057 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,057 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.707864 ms - MDC[]
04:14:47 2021-04-28 08:14:47,057 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyWithBlockingCondition [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,058 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,058 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomDefaultMarshaller [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,058 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,060 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@72c2d699 - MDC[]
04:14:47 2021-04-28 08:14:47,075 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5eac24de, org.eclipse.scout.rt.mom.jms.JmsSubscription@15d94f22, org.eclipse.scout.rt.mom.jms.JmsSubscription@25db0f54] - MDC[]
04:14:47 2021-04-28 08:14:47,089 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,089 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,090 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 31.877722 ms - MDC[]
04:14:47 2021-04-28 08:14:47,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomDefaultMarshaller [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_StringMarshaller_Exception [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,091 INFO  [scout-thread-14] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:47 2021-04-28 08:14:47,098 ERROR [scout-thread-15] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@2812c4c[name=test/mom/testRequestReply_StringMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=569d94b2-fb20-46bd-b912-53cde7877db7]
04:14:47 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:14:47 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_StringMarshaller_Exception(JmsMomImplementorTest.java:1356)
04:14:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:14:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:14:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:14:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:14:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:14:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:14:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:14:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:14:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:14:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:14:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:14:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:14:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:14:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:14:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:14:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:14:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:14:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:14:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:14:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:14:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:14:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:14:47 	at java.lang.Thread.run(Thread.java:748)
04:14:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:14:47 2021-04-28 08:14:47,100 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@73d3487] - MDC[]
04:14:47 2021-04-28 08:14:47,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@39ffa590[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:47 2021-04-28 08:14:47,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004700 ms - MDC[]
04:14:47 2021-04-28 08:14:47,107 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.450838 ms - MDC[]
04:14:47 2021-04-28 08:14:47,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_StringMarshaller_Exception [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscribeFailover [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,108 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.095925 ms - MDC[]
04:14:47 2021-04-28 08:14:47,108 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscribeFailover [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,108 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,108 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,109 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,109 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5813c42a - MDC[]
04:14:47 2021-04-28 08:14:47,316 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6ef5b630] - MDC[]
04:14:47 2021-04-28 08:14:47,317 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,317 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,317 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,317 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 209.244291 ms - MDC[]
04:14:47 2021-04-28 08:14:47,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,318 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,319 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d8777ce - MDC[]
04:14:47 2021-04-28 08:14:47,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@69a4249] - MDC[]
04:14:47 2021-04-28 08:14:47,542 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,542 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,542 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,542 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 224.296113 ms - MDC[]
04:14:47 2021-04-28 08:14:47,542 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,543 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,544 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@20ed6c31 - MDC[]
04:14:47 2021-04-28 08:14:47,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@13e5d020] - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 233.177382 ms - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,776 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,777 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,778 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@157289a - MDC[]
04:14:47 2021-04-28 08:14:47,982 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7584b20d] - MDC[]
04:14:47 2021-04-28 08:14:47,984 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:47 2021-04-28 08:14:47,984 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:47 2021-04-28 08:14:47,984 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:47 2021-04-28 08:14:47,984 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 207.879797 ms - MDC[]
04:14:47 2021-04-28 08:14:47,984 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,985 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:47 2021-04-28 08:14:47,985 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:47 2021-04-28 08:14:47,985 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:47 2021-04-28 08:14:47,986 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@260aeb5a - MDC[]
04:14:48 2021-04-28 08:14:48,216 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4ea9666b] - MDC[]
04:14:48 2021-04-28 08:14:48,217 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:48 2021-04-28 08:14:48,217 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:48 2021-04-28 08:14:48,218 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:48 2021-04-28 08:14:48,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 232.998117 ms - MDC[]
04:14:48 2021-04-28 08:14:48,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:48 2021-04-28 08:14:48,218 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,219 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:48 2021-04-28 08:14:48,219 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2460c928 - MDC[]
04:14:48 2021-04-28 08:14:48,449 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d10a00a] - MDC[]
04:14:48 2021-04-28 08:14:48,450 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:48 2021-04-28 08:14:48,450 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:48 2021-04-28 08:14:48,450 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:48 2021-04-28 08:14:48,451 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 232.165186 ms - MDC[]
04:14:48 2021-04-28 08:14:48,451 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,451 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:48 2021-04-28 08:14:48,451 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,451 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:48 2021-04-28 08:14:48,452 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@42adf242 - MDC[]
04:14:48 2021-04-28 08:14:48,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@46978465] - MDC[]
04:14:48 2021-04-28 08:14:48,683 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 233.119149 ms - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:48 2021-04-28 08:14:48,684 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,685 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:48 2021-04-28 08:14:48,686 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2de742a - MDC[]
04:14:48 2021-04-28 08:14:48,907 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@232a4cc5] - MDC[]
04:14:48 2021-04-28 08:14:48,908 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:48 2021-04-28 08:14:48,908 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:48 2021-04-28 08:14:48,909 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:48 2021-04-28 08:14:48,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 224.121765 ms - MDC[]
04:14:48 2021-04-28 08:14:48,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:48 2021-04-28 08:14:48,909 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:48 2021-04-28 08:14:48,910 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:48 2021-04-28 08:14:48,910 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@cda6100 - MDC[]
04:14:49 2021-04-28 08:14:49,132 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2cc1fdb1] - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 223.970387 ms - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,133 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,134 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:49 2021-04-28 08:14:49,135 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4d01a100 - MDC[]
04:14:49 2021-04-28 08:14:49,366 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@58088c8a] - MDC[]
04:14:49 2021-04-28 08:14:49,368 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,368 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:49 2021-04-28 08:14:49,368 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:49 2021-04-28 08:14:49,368 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 234.771010 ms - MDC[]
04:14:49 2021-04-28 08:14:49,368 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishFirst [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,369 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,369 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testProperties [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,369 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:49 2021-04-28 08:14:49,371 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4b7288f - MDC[]
04:14:49 2021-04-28 08:14:49,398 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@16da10e9] - MDC[]
04:14:49 2021-04-28 08:14:49,399 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,399 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:49 2021-04-28 08:14:49,399 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:49 2021-04-28 08:14:49,399 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 30.180783 ms - MDC[]
04:14:49 2021-04-28 08:14:49,399 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testProperties [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,400 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,400 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyEmpty [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,401 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,416 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3090e672, org.eclipse.scout.rt.mom.jms.JmsSubscription@7e76619b] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,433 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@19fd073, org.eclipse.scout.rt.mom.jms.JmsSubscription@454c1365] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,450 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@393c15d4, org.eclipse.scout.rt.mom.jms.JmsSubscription@6958a42] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,465 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@687e6385, org.eclipse.scout.rt.mom.jms.JmsSubscription@6e86965b] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,482 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2f3cb60f, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d170a3] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,500 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@722b83eb, org.eclipse.scout.rt.mom.jms.JmsSubscription@25b9176a] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,516 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@278e705c, org.eclipse.scout.rt.mom.jms.JmsSubscription@48ab0d67] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,533 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5fbbe53b, org.eclipse.scout.rt.mom.jms.JmsSubscription@5170b388] - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1d964eee[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,539 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.014675 ms - MDC[]
04:14:49 2021-04-28 08:14:49,540 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,540 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 140.538151 ms - MDC[]
04:14:49 2021-04-28 08:14:49,540 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyEmpty [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,541 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,542 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,625 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@21e896f6, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f0e4307] - MDC[]
04:14:49 2021-04-28 08:14:49,631 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@48931277[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,631 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002999 ms - MDC[]
04:14:49 2021-04-28 08:14:49,632 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.084068 ms - MDC[]
04:14:49 2021-04-28 08:14:49,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,632 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,633 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,633 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,708 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4052305e, org.eclipse.scout.rt.mom.jms.JmsSubscription@18359094] - MDC[]
04:14:49 2021-04-28 08:14:49,723 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1bbe838e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,723 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003775 ms - MDC[]
04:14:49 2021-04-28 08:14:49,724 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,724 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.318069 ms - MDC[]
04:14:49 2021-04-28 08:14:49,724 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,724 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,724 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,725 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,800 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@64f5cec8, org.eclipse.scout.rt.mom.jms.JmsSubscription@26c6e9d6] - MDC[]
04:14:49 2021-04-28 08:14:49,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4cf106b9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004231 ms - MDC[]
04:14:49 2021-04-28 08:14:49,816 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,816 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.436830 ms - MDC[]
04:14:49 2021-04-28 08:14:49,816 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,816 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,817 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,817 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,892 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6368ed64, org.eclipse.scout.rt.mom.jms.JmsSubscription@132e0e20] - MDC[]
04:14:49 2021-04-28 08:14:49,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@42e13984[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.005015 ms - MDC[]
04:14:49 2021-04-28 08:14:49,907 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:49 2021-04-28 08:14:49,907 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.853322 ms - MDC[]
04:14:49 2021-04-28 08:14:49,908 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,908 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:49 2021-04-28 08:14:49,908 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:49 2021-04-28 08:14:49,909 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:49 2021-04-28 08:14:49,983 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5341eab4, org.eclipse.scout.rt.mom.jms.JmsSubscription@182d1967] - MDC[]
04:14:49 2021-04-28 08:14:49,998 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2119806a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:49 2021-04-28 08:14:49,998 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004045 ms - MDC[]
04:14:49 2021-04-28 08:14:49,999 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:49,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.487179 ms - MDC[]
04:14:50 2021-04-28 08:14:49,999 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,000 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,000 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,001 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:50 2021-04-28 08:14:50,075 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@571f1e9d, org.eclipse.scout.rt.mom.jms.JmsSubscription@406a54a2] - MDC[]
04:14:50 2021-04-28 08:14:50,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@658ecde7[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.007721 ms - MDC[]
04:14:50 2021-04-28 08:14:50,091 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,091 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.156474 ms - MDC[]
04:14:50 2021-04-28 08:14:50,091 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,091 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,091 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,092 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:50 2021-04-28 08:14:50,167 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@49b6704a, org.eclipse.scout.rt.mom.jms.JmsSubscription@60877252] - MDC[]
04:14:50 2021-04-28 08:14:50,181 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5fb4f00[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,181 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002979 ms - MDC[]
04:14:50 2021-04-28 08:14:50,182 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,182 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.428943 ms - MDC[]
04:14:50 2021-04-28 08:14:50,182 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,182 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,182 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,183 INFO  [scout-thread-21] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:50 2021-04-28 08:14:50,258 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7bcccbd2, org.eclipse.scout.rt.mom.jms.JmsSubscription@72883ae0] - MDC[]
04:14:50 2021-04-28 08:14:50,272 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4a8c6e7a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,273 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003029 ms - MDC[]
04:14:50 2021-04-28 08:14:50,274 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,274 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.308641 ms - MDC[]
04:14:50 2021-04-28 08:14:50,274 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,274 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,274 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,275 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:50 2021-04-28 08:14:50,350 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2c4bee34, org.eclipse.scout.rt.mom.jms.JmsSubscription@684ad81c] - MDC[]
04:14:50 2021-04-28 08:14:50,364 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@535ffd3b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,364 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003286 ms - MDC[]
04:14:50 2021-04-28 08:14:50,365 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,365 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.115848 ms - MDC[]
04:14:50 2021-04-28 08:14:50,365 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,366 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,366 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,367 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:14:50 2021-04-28 08:14:50,442 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10b87c58, org.eclipse.scout.rt.mom.jms.JmsSubscription@7203a784] - MDC[]
04:14:50 2021-04-28 08:14:50,456 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2476c82b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,456 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003424 ms - MDC[]
04:14:50 2021-04-28 08:14:50,457 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.084699 ms - MDC[]
04:14:50 2021-04-28 08:14:50,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,458 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,458 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonData [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,458 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:50 2021-04-28 08:14:50,459 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4e636b42 - MDC[]
04:14:50 2021-04-28 08:14:50,474 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2e92c6f3, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d0d97e3] - MDC[]
04:14:50 2021-04-28 08:14:50,481 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,481 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:50 2021-04-28 08:14:50,481 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:50 2021-04-28 08:14:50,481 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 23.370059 ms - MDC[]
04:14:50 2021-04-28 08:14:50,481 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonData [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,482 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,482 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,483 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:50 2021-04-28 08:14:50,788 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26364268] - MDC[]
04:14:50 2021-04-28 08:14:50,806 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2f422220[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:50 2021-04-28 08:14:50,806 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003295 ms - MDC[]
04:14:50 2021-04-28 08:14:50,807 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:50 2021-04-28 08:14:50,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.889477 ms - MDC[]
04:14:50 2021-04-28 08:14:50,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:50 2021-04-28 08:14:50,807 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:50 2021-04-28 08:14:50,808 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:51 2021-04-28 08:14:51,114 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@388c0178] - MDC[]
04:14:51 2021-04-28 08:14:51,139 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@aa2fb6e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:51 2021-04-28 08:14:51,139 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003448 ms - MDC[]
04:14:51 2021-04-28 08:14:51,140 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:51 2021-04-28 08:14:51,140 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 332.488546 ms - MDC[]
04:14:51 2021-04-28 08:14:51,140 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,140 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:51 2021-04-28 08:14:51,140 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,141 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:51 2021-04-28 08:14:51,447 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4d5f1c98] - MDC[]
04:14:51 2021-04-28 08:14:51,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@41c858b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:51 2021-04-28 08:14:51,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003488 ms - MDC[]
04:14:51 2021-04-28 08:14:51,465 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:51 2021-04-28 08:14:51,465 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.812004 ms - MDC[]
04:14:51 2021-04-28 08:14:51,465 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,466 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:51 2021-04-28 08:14:51,466 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,467 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:51 2021-04-28 08:14:51,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@54704b46] - MDC[]
04:14:51 2021-04-28 08:14:51,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@2ddb585a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:51 2021-04-28 08:14:51,797 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003299 ms - MDC[]
04:14:51 2021-04-28 08:14:51,798 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:51 2021-04-28 08:14:51,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 332.290897 ms - MDC[]
04:14:51 2021-04-28 08:14:51,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:51 2021-04-28 08:14:51,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:51 2021-04-28 08:14:51,799 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:52 2021-04-28 08:14:52,105 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ffb60a4] - MDC[]
04:14:52 2021-04-28 08:14:52,130 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@4b985ba1[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:52 2021-04-28 08:14:52,131 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003389 ms - MDC[]
04:14:52 2021-04-28 08:14:52,131 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:52 2021-04-28 08:14:52,131 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 332.766264 ms - MDC[]
04:14:52 2021-04-28 08:14:52,131 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,132 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:52 2021-04-28 08:14:52,132 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,133 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:52 2021-04-28 08:14:52,438 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@68a3c497] - MDC[]
04:14:52 2021-04-28 08:14:52,456 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@6524039d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:52 2021-04-28 08:14:52,456 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.019521 ms - MDC[]
04:14:52 2021-04-28 08:14:52,457 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:52 2021-04-28 08:14:52,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.947421 ms - MDC[]
04:14:52 2021-04-28 08:14:52,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:52 2021-04-28 08:14:52,457 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,458 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:52 2021-04-28 08:14:52,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@56502cbd] - MDC[]
04:14:52 2021-04-28 08:14:52,780 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@1c15e130[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:52 2021-04-28 08:14:52,781 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003358 ms - MDC[]
04:14:52 2021-04-28 08:14:52,782 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:52 2021-04-28 08:14:52,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.534340 ms - MDC[]
04:14:52 2021-04-28 08:14:52,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:52 2021-04-28 08:14:52,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:52 2021-04-28 08:14:52,783 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:53 2021-04-28 08:14:53,089 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@74e17634] - MDC[]
04:14:53 2021-04-28 08:14:53,105 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@324e2e2c[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:53 2021-04-28 08:14:53,105 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002984 ms - MDC[]
04:14:53 2021-04-28 08:14:53,106 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.026097 ms - MDC[]
04:14:53 2021-04-28 08:14:53,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,108 INFO  [scout-thread-16] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:53 2021-04-28 08:14:53,413 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@14564dca] - MDC[]
04:14:53 2021-04-28 08:14:53,430 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@635992da[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:53 2021-04-28 08:14:53,430 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003313 ms - MDC[]
04:14:53 2021-04-28 08:14:53,431 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,431 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 324.506835 ms - MDC[]
04:14:53 2021-04-28 08:14:53,431 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,432 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,432 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,433 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=requester (Q)]
04:14:53 2021-04-28 08:14:53,738 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6f8cd739] - MDC[]
04:14:53 2021-04-28 08:14:53,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7b7e5e2a[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:53 2021-04-28 08:14:53,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003133 ms - MDC[]
04:14:53 2021-04-28 08:14:53,748 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 316.032637 ms - MDC[]
04:14:53 2021-04-28 08:14:53,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyRequestFirst [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,748 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicDurableSubscription [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.084053 ms - MDC[]
04:14:53 2021-04-28 08:14:53,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicDurableSubscription [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,749 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithoutRequestReply [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.initRequestReply(JmsMomImplementor.java:207) - Scout JUnit MOM [artemis]: 'request-reply' messaging is disabled - MDC[]
04:14:53 2021-04-28 08:14:53,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,750 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.915071 ms - MDC[]
04:14:53 2021-04-28 08:14:53,750 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithoutRequestReply [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,751 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,751 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessageRequestReply [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,751 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,766 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@6f37fb78, org.eclipse.scout.rt.mom.jms.JmsSubscription@463ca434] - MDC[]
04:14:53 2021-04-28 08:14:53,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@41285940[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:14:53 2021-04-28 08:14:53,772 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002948 ms - MDC[]
04:14:53 2021-04-28 08:14:53,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 22.256810 ms - MDC[]
04:14:53 2021-04-28 08:14:53,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessageRequestReply [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,773 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishNull [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,774 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,775 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a80d694 - MDC[]
04:14:53 2021-04-28 08:14:53,782 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@102abf66, org.eclipse.scout.rt.mom.jms.JmsSubscription@58b4f4a] - MDC[]
04:14:53 2021-04-28 08:14:53,798 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@773eb14c, org.eclipse.scout.rt.mom.jms.JmsSubscription@3289d5df] - MDC[]
04:14:53 2021-04-28 08:14:53,815 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5ceca60, org.eclipse.scout.rt.mom.jms.JmsSubscription@1310f037] - MDC[]
04:14:53 2021-04-28 08:14:53,831 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@8ecd699, org.eclipse.scout.rt.mom.jms.JmsSubscription@4f5e191e] - MDC[]
04:14:53 2021-04-28 08:14:53,848 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b44d50b, org.eclipse.scout.rt.mom.jms.JmsSubscription@84fb597] - MDC[]
04:14:53 2021-04-28 08:14:53,865 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@160a3238, org.eclipse.scout.rt.mom.jms.JmsSubscription@682c8352] - MDC[]
04:14:53 2021-04-28 08:14:53,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3b5d1662, org.eclipse.scout.rt.mom.jms.JmsSubscription@227f6796] - MDC[]
04:14:53 2021-04-28 08:14:53,898 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@34d27e12, org.eclipse.scout.rt.mom.jms.JmsSubscription@6243e46f] - MDC[]
04:14:53 2021-04-28 08:14:53,905 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,905 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:53 2021-04-28 08:14:53,906 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:53 2021-04-28 08:14:53,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 132.226168 ms - MDC[]
04:14:53 2021-04-28 08:14:53,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishNull [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,906 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishText [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,907 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,908 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@2daa7c93 - MDC[]
04:14:53 2021-04-28 08:14:53,915 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@101e75ab, org.eclipse.scout.rt.mom.jms.JmsSubscription@20652a8b] - MDC[]
04:14:53 2021-04-28 08:14:53,922 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,922 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:53 2021-04-28 08:14:53,922 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:53 2021-04-28 08:14:53,922 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.723912 ms - MDC[]
04:14:53 2021-04-28 08:14:53,922 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishText [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,923 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,923 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeCorrelationId [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,923 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,925 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@6b437b24 - MDC[cid=cid:abc]
04:14:53 2021-04-28 08:14:53,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7ad29d4b] - MDC[]
04:14:53 2021-04-28 08:14:53,938 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,938 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:53 2021-04-28 08:14:53,939 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:53 2021-04-28 08:14:53,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.064993 ms - MDC[]
04:14:53 2021-04-28 08:14:53,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeCorrelationId [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,939 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,940 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribe [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,940 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,941 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@747fa2b5 - MDC[]
04:14:53 2021-04-28 08:14:53,947 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@29d1be6e] - MDC[]
04:14:53 2021-04-28 08:14:53,955 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,955 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:53 2021-04-28 08:14:53,955 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:53 2021-04-28 08:14:53,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.738174 ms - MDC[]
04:14:53 2021-04-28 08:14:53,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribe [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,956 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,956 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishBytes [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,957 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,957 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7bd7012d - MDC[]
04:14:53 2021-04-28 08:14:53,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@5e0a1954, org.eclipse.scout.rt.mom.jms.JmsSubscription@3d9e2b59] - MDC[]
04:14:53 2021-04-28 08:14:53,972 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:53 2021-04-28 08:14:53,972 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:53 2021-04-28 08:14:53,972 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:53 2021-04-28 08:14:53,972 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 16.080081 ms - MDC[]
04:14:53 2021-04-28 08:14:53,972 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishBytes [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,973 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:53 2021-04-28 08:14:53,973 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishEmpty [artemis-j2ee]> - MDC[]
04:14:53 2021-04-28 08:14:53,973 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:53 2021-04-28 08:14:53,974 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@424a32fe - MDC[]
04:14:53 2021-04-28 08:14:53,981 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@71fcdd48, org.eclipse.scout.rt.mom.jms.JmsSubscription@534a5e70] - MDC[]
04:14:53 2021-04-28 08:14:53,998 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3acc22ba, org.eclipse.scout.rt.mom.jms.JmsSubscription@4ea7218f] - MDC[]
04:14:54 2021-04-28 08:14:54,015 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@221ffed, org.eclipse.scout.rt.mom.jms.JmsSubscription@351cc4b5] - MDC[]
04:14:54 2021-04-28 08:14:54,031 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@76be352d, org.eclipse.scout.rt.mom.jms.JmsSubscription@72364ff1] - MDC[]
04:14:54 2021-04-28 08:14:54,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@22e494dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@7484236d] - MDC[]
04:14:54 2021-04-28 08:14:54,064 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@46416974, org.eclipse.scout.rt.mom.jms.JmsSubscription@5a12819f] - MDC[]
04:14:54 2021-04-28 08:14:54,081 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@20cb33f1, org.eclipse.scout.rt.mom.jms.JmsSubscription@47d0ee5b] - MDC[]
04:14:54 2021-04-28 08:14:54,098 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@23c424c6, org.eclipse.scout.rt.mom.jms.JmsSubscription@6f4809ae] - MDC[]
04:14:54 2021-04-28 08:14:54,105 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,105 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,105 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,105 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 132.647750 ms - MDC[]
04:14:54 2021-04-28 08:14:54,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishEmpty [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,106 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithConfiguredDefaultMarshaller [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,107 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,107 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@792b2318 - MDC[]
04:14:54 2021-04-28 08:14:54,115 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@61e2a860] - MDC[]
04:14:54 2021-04-28 08:14:54,121 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.784690 ms - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithConfiguredDefaultMarshaller [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,122 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,123 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,140 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a456a79 - MDC[]
04:14:54 2021-04-28 08:14:54,206 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@5d22af13, org.eclipse.scout.rt.mom.jms.JmsSubscription@4100960] - MDC[]
04:14:54 2021-04-28 08:14:54,222 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,223 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,223 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,223 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 100.616674 ms - MDC[]
04:14:54 2021-04-28 08:14:54,223 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,223 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,224 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,231 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7a397f0f - MDC[]
04:14:54 2021-04-28 08:14:54,297 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1362991d, org.eclipse.scout.rt.mom.jms.JmsSubscription@11619ade] - MDC[]
04:14:54 2021-04-28 08:14:54,314 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,314 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,314 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,314 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.610117 ms - MDC[]
04:14:54 2021-04-28 08:14:54,314 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,315 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,315 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,316 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,323 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1cc5de12 - MDC[]
04:14:54 2021-04-28 08:14:54,389 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3f096fa1, org.eclipse.scout.rt.mom.jms.JmsSubscription@4e542ef4] - MDC[]
04:14:54 2021-04-28 08:14:54,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,406 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.716520 ms - MDC[]
04:14:54 2021-04-28 08:14:54,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,407 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,408 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,414 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@56062720 - MDC[]
04:14:54 2021-04-28 08:14:54,481 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2dfa0bff, org.eclipse.scout.rt.mom.jms.JmsSubscription@9fb4031] - MDC[]
04:14:54 2021-04-28 08:14:54,497 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,497 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,498 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.320295 ms - MDC[]
04:14:54 2021-04-28 08:14:54,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,498 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,499 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,506 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5d7325f3 - MDC[]
04:14:54 2021-04-28 08:14:54,572 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4f598dfb, org.eclipse.scout.rt.mom.jms.JmsSubscription@6afe2400] - MDC[]
04:14:54 2021-04-28 08:14:54,589 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,589 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,590 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.532148 ms - MDC[]
04:14:54 2021-04-28 08:14:54,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,590 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,592 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,597 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5c5295e4 - MDC[]
04:14:54 2021-04-28 08:14:54,664 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@55c38884, org.eclipse.scout.rt.mom.jms.JmsSubscription@81acb6c] - MDC[]
04:14:54 2021-04-28 08:14:54,681 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,681 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,681 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,681 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.703693 ms - MDC[]
04:14:54 2021-04-28 08:14:54,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,682 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,683 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,689 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7c7afce7 - MDC[]
04:14:54 2021-04-28 08:14:54,756 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@27ed1d60, org.eclipse.scout.rt.mom.jms.JmsSubscription@71abb4e7] - MDC[]
04:14:54 2021-04-28 08:14:54,763 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 81.774965 ms - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,764 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,765 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,773 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@e1619a - MDC[]
04:14:54 2021-04-28 08:14:54,839 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@27eeeda8, org.eclipse.scout.rt.mom.jms.JmsSubscription@3122a8af] - MDC[]
04:14:54 2021-04-28 08:14:54,855 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,856 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,856 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,856 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.826337 ms - MDC[]
04:14:54 2021-04-28 08:14:54,856 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,857 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,865 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@639c8336 - MDC[]
04:14:54 2021-04-28 08:14:54,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@767e28e5, org.eclipse.scout.rt.mom.jms.JmsSubscription@50d0fb48] - MDC[]
04:14:54 2021-04-28 08:14:54,947 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:54 2021-04-28 08:14:54,947 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:54 2021-04-28 08:14:54,947 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:54 2021-04-28 08:14:54,947 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 90.648081 ms - MDC[]
04:14:54 2021-04-28 08:14:54,947 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,948 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:54 2021-04-28 08:14:54,948 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:54 2021-04-28 08:14:54,948 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:14:54 2021-04-28 08:14:54,956 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@51aafde5 - MDC[]
04:14:55 2021-04-28 08:14:55,022 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3eafe537, org.eclipse.scout.rt.mom.jms.JmsSubscription@4bd694d9] - MDC[]
04:14:55 2021-04-28 08:14:55,038 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 91.039484 ms - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueuePublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:14:55 2021-04-28 08:14:55,039 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyTimeout [artemis-j2ee]> - MDC[]
04:14:55 2021-04-28 08:14:55,040 INFO  [scout-thread-15] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:00 2021-04-28 08:15:00,045 ERROR [scout-thread-17] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyTimeout]
04:15:00 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:00 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:00 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:00 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:00 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:00 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:00 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:00 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:00 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:00 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:00 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:00 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:00 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:00 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:00 	at java.lang.Thread.run(Thread.java:748)
04:15:00 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:00 Caused by: java.lang.InterruptedException: null
04:15:00 	at java.lang.Object.wait(Native Method)
04:15:00 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:00 	... 29 common frames omitted
04:15:00 2021-04-28 08:15:00,071 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@10faf070] - MDC[]
04:15:00 2021-04-28 08:15:00,072 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@122ffdd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:00 2021-04-28 08:15:00,072 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003082 ms - MDC[]
04:15:00 2021-04-28 08:15:00,072 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,072 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5032.940037 ms - MDC[]
04:15:00 2021-04-28 08:15:00,073 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyTimeout [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,073 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,073 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishObject [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,074 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,074 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@7500a106 - MDC[]
04:15:00 2021-04-28 08:15:00,081 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@c8f756e, org.eclipse.scout.rt.mom.jms.JmsSubscription@3ad4c643] - MDC[]
04:15:00 2021-04-28 08:15:00,087 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,087 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,088 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,088 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.542765 ms - MDC[]
04:15:00 2021-04-28 08:15:00,088 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishObject [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,088 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,088 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithInvalidMarshaller [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,089 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,089 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 0.939706 ms - MDC[]
04:15:00 2021-04-28 08:15:00,089 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithInvalidMarshaller [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testConcurrentMessageConsumption [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,090 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,090 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3eb85d54 - MDC[]
04:15:00 2021-04-28 08:15:00,173 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@21a993d4] - MDC[]
04:15:00 2021-04-28 08:15:00,187 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,187 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,188 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,188 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 98.273579 ms - MDC[]
04:15:00 2021-04-28 08:15:00,188 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testConcurrentMessageConsumption [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,188 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,189 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,189 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:00 2021-04-28 08:15:00,207 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@885ac1a, org.eclipse.scout.rt.mom.jms.JmsSubscription@65dfb9ed] - MDC[]
04:15:00 2021-04-28 08:15:00,208 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@58e02d0[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:00 2021-04-28 08:15:00,208 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.016975 ms - MDC[]
04:15:00 2021-04-28 08:15:00,209 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.059474 ms - MDC[]
04:15:00 2021-04-28 08:15:00,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,209 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,210 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,211 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@4593aeea - MDC[]
04:15:00 2021-04-28 08:15:00,371 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1ad66c9d] - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 170.802438 ms - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,381 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,382 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1f69937a - MDC[]
04:15:00 2021-04-28 08:15:00,538 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@704588fc] - MDC[]
04:15:00 2021-04-28 08:15:00,546 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,546 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,547 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.274461 ms - MDC[]
04:15:00 2021-04-28 08:15:00,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,549 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@45adac0e - MDC[]
04:15:00 2021-04-28 08:15:00,704 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@24614fbb] - MDC[]
04:15:00 2021-04-28 08:15:00,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.248770 ms - MDC[]
04:15:00 2021-04-28 08:15:00,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,715 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,716 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@3d352fb4 - MDC[]
04:15:00 2021-04-28 08:15:00,871 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@31725f55] - MDC[]
04:15:00 2021-04-28 08:15:00,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:00 2021-04-28 08:15:00,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:00 2021-04-28 08:15:00,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:00 2021-04-28 08:15:00,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 165.135200 ms - MDC[]
04:15:00 2021-04-28 08:15:00,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:00 2021-04-28 08:15:00,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:00 2021-04-28 08:15:00,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:00 2021-04-28 08:15:00,881 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@13c4af55 - MDC[]
04:15:01 2021-04-28 08:15:01,038 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@39e1acd7] - MDC[]
04:15:01 2021-04-28 08:15:01,046 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,046 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,046 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.499305 ms - MDC[]
04:15:01 2021-04-28 08:15:01,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,047 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,048 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@33f24b0 - MDC[]
04:15:01 2021-04-28 08:15:01,205 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@424ef8ca] - MDC[]
04:15:01 2021-04-28 08:15:01,213 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,213 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,213 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,213 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.421029 ms - MDC[]
04:15:01 2021-04-28 08:15:01,213 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,214 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,214 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,214 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,215 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@72ed4e67 - MDC[]
04:15:01 2021-04-28 08:15:01,371 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@3d9c46e6] - MDC[]
04:15:01 2021-04-28 08:15:01,379 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,379 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,380 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.053097 ms - MDC[]
04:15:01 2021-04-28 08:15:01,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,380 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,381 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,381 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@fc7308 - MDC[]
04:15:01 2021-04-28 08:15:01,538 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65ee756a] - MDC[]
04:15:01 2021-04-28 08:15:01,546 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,546 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,547 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.277703 ms - MDC[]
04:15:01 2021-04-28 08:15:01,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,547 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,548 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,548 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@21743abe - MDC[]
04:15:01 2021-04-28 08:15:01,704 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6b975803] - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 166.024078 ms - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,713 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,714 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,715 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@5c38ab84 - MDC[]
04:15:01 2021-04-28 08:15:01,871 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@741db103] - MDC[]
04:15:01 2021-04-28 08:15:01,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:01 2021-04-28 08:15:01,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:01 2021-04-28 08:15:01,879 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:01 2021-04-28 08:15:01,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 165.928200 ms - MDC[]
04:15:01 2021-04-28 08:15:01,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTimeToLive [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:01 2021-04-28 08:15:01,880 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSubscriptionSingleThreadedDisposeSynchronized [artemis-j2ee]> - MDC[]
04:15:01 2021-04-28 08:15:01,881 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:01 2021-04-28 08:15:01,881 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@27d74c62 - MDC[]
04:15:02 2021-04-28 08:15:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3f76269e, org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1bfdd7a4] - MDC[]
04:15:02 2021-04-28 08:15:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:02 2021-04-28 08:15:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:02 2021-04-28 08:15:02,929 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:02 2021-04-28 08:15:02,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1049.524355 ms - MDC[]
04:15:02 2021-04-28 08:15:02,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSubscriptionSingleThreadedDisposeSynchronized [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:02 2021-04-28 08:15:02,930 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_ObjectMarshaller_Exception [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,931 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:02 2021-04-28 08:15:02,946 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@82e90c7a[name=test/mom/testRequestReply_ObjectMarshaller_Exception, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=6911248a-74c6-43d0-bfad-21ddca9493f0]
04:15:02 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:15:02 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_ObjectMarshaller_Exception(JmsMomImplementorTest.java:1269)
04:15:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:02 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:02 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:02 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:02 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:02 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:02 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:02 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:02 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:02 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:02 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:02 	at java.lang.Thread.run(Thread.java:748)
04:15:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:02 2021-04-28 08:15:02,949 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@1dfe6286] - MDC[]
04:15:02 2021-04-28 08:15:02,954 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7bbf075e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:02 2021-04-28 08:15:02,954 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003149 ms - MDC[]
04:15:02 2021-04-28 08:15:02,955 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:02 2021-04-28 08:15:02,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.602037 ms - MDC[]
04:15:02 2021-04-28 08:15:02,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_ObjectMarshaller_Exception [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:02 2021-04-28 08:15:02,955 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCorrelationId [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,956 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:02 2021-04-28 08:15:02,964 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@421d9b57] - MDC[]
04:15:02 2021-04-28 08:15:02,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@74723cd5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:02 2021-04-28 08:15:02,965 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.004118 ms - MDC[]
04:15:02 2021-04-28 08:15:02,966 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:02 2021-04-28 08:15:02,966 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.762261 ms - MDC[]
04:15:02 2021-04-28 08:15:02,966 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCorrelationId [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,967 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:02 2021-04-28 08:15:02,967 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCancellation [artemis-j2ee]> - MDC[]
04:15:02 2021-04-28 08:15:02,968 INFO  [scout-thread-19] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:02 2021-04-28 08:15:02,997 ERROR [scout-thread-22] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:15:02 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:02 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:02 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:02 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:02 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:02 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:02 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:02 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:03 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:15:03 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:03 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:03 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:03 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:03 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:03 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:03 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:03 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:03 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:03 	at java.lang.Thread.run(Thread.java:748)
04:15:03 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:03 Caused by: java.lang.InterruptedException: null
04:15:03 	at java.lang.Object.wait(Native Method)
04:15:03 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:03 	... 29 common frames omitted
04:15:03 2021-04-28 08:15:03,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@517cfd07] - MDC[]
04:15:03 2021-04-28 08:15:03,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5f8bf4[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:03 2021-04-28 08:15:03,029 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003019 ms - MDC[]
04:15:03 2021-04-28 08:15:03,030 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:03 2021-04-28 08:15:03,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 62.958072 ms - MDC[]
04:15:03 2021-04-28 08:15:03,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCancellation [artemis-j2ee]> - MDC[]
04:15:03 2021-04-28 08:15:03,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:03 2021-04-28 08:15:03,030 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:15:03 2021-04-28 08:15:03,031 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:03 2021-04-28 08:15:03,034 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@1d0aa57d - MDC[]
04:15:03 2021-04-28 08:15:03,046 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@454e8cba, org.eclipse.scout.rt.mom.jms.JmsSubscription@357256e4] - MDC[]
04:15:03 2021-04-28 08:15:03,047 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:03 2021-04-28 08:15:03,047 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:03 2021-04-28 08:15:03,047 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:03 2021-04-28 08:15:03,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.004848 ms - MDC[]
04:15:03 2021-04-28 08:15:03,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeMultipleSubscriptions [artemis-j2ee]> - MDC[]
04:15:03 2021-04-28 08:15:03,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:03 2021-04-28 08:15:03,048 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishTransactional [artemis-j2ee]> - MDC[]
04:15:03 2021-04-28 08:15:03,049 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:05 2021-04-28 08:15:05,080 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@30862148, org.eclipse.scout.rt.mom.jms.JmsSubscription@2038d1d6] - MDC[]
04:15:05 2021-04-28 08:15:05,087 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:05 2021-04-28 08:15:05,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2038.304072 ms - MDC[]
04:15:05 2021-04-28 08:15:05,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishTransactional [artemis-j2ee]> - MDC[]
04:15:05 2021-04-28 08:15:05,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:05 2021-04-28 08:15:05,087 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyTimeout [artemis-j2ee]> - MDC[]
04:15:05 2021-04-28 08:15:05,088 INFO  [scout-thread-23] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,106 ERROR [scout-thread-19] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyTimeout]
04:15:10 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:10 	at java.lang.Thread.run(Thread.java:748)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:10 Caused by: java.lang.InterruptedException: null
04:15:10 	at java.lang.Object.wait(Native Method)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:10 	... 29 common frames omitted
04:15:10 2021-04-28 08:15:10,128 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@30c6c629] - MDC[]
04:15:10 2021-04-28 08:15:10,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3783ef93[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,144 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002988 ms - MDC[]
04:15:10 2021-04-28 08:15:10,145 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,145 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 5058.089332 ms - MDC[]
04:15:10 2021-04-28 08:15:10,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyTimeout [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,146 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception1 [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,147 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,161 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - SomethingWrongException:expected-expected-junit-exception - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510c[name=test/mom/testRequestReply_JsonMarshaller_Exception1, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=ce463d61-f7e9-4585-a0e7-2d63fa8cb292]
04:15:10 org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest$SomethingWrongException: expected-expected-junit-exception
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.testRequestReply_JsonMarshaller_Exception1(JmsMomImplementorTest.java:1298)
04:15:10 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:10 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:10 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:10 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:10 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:10 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:10 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:10 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:10 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:10 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:10 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:10 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:10 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:69)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:10 	at java.lang.Thread.run(Thread.java:748)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:10 2021-04-28 08:15:10,165 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@65669fbb] - MDC[]
04:15:10 2021-04-28 08:15:10,169 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@d8806d9[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,169 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003224 ms - MDC[]
04:15:10 2021-04-28 08:15:10,170 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,170 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.035820 ms - MDC[]
04:15:10 2021-04-28 08:15:10,170 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception1 [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,171 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,171 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReply_JsonMarshaller_Exception2 [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,172 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,178 INFO  [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handlePlatformException(ExceptionHandler.java:92) - VetoException: undefined [severity=ERROR] - MDC[jobName=Receiving JMS message [dest=Destination@dbe9510d[name=test/mom/testRequestReply_JsonMarshaller_Exception2, type=QUEUE, resolveMethod=DEFINE, properties={}]], cid=a72d24a0-e86b-4b2b-b67b-adf90f9164b1]
04:15:10 2021-04-28 08:15:10,180 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@68a15c75] - MDC[]
04:15:10 2021-04-28 08:15:10,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@748aa33e[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,186 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003093 ms - MDC[]
04:15:10 2021-04-28 08:15:10,187 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,187 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.713763 ms - MDC[]
04:15:10 2021-04-28 08:15:10,187 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReply_JsonMarshaller_Exception2 [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,187 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,187 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyJsonObjectMarshaller [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,188 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,197 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@47190563, org.eclipse.scout.rt.mom.jms.JmsSubscription@3141db11] - MDC[]
04:15:10 2021-04-28 08:15:10,198 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@7d40540d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,198 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003919 ms - MDC[]
04:15:10 2021-04-28 08:15:10,199 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 11.592632 ms - MDC[]
04:15:10 2021-04-28 08:15:10,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyJsonObjectMarshaller [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,199 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReply [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,200 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,213 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@7fdbab6c] - MDC[]
04:15:10 2021-04-28 08:15:10,219 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@295ea58b[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,219 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003053 ms - MDC[]
04:15:10 2021-04-28 08:15:10,220 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,220 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 20.798387 ms - MDC[]
04:15:10 2021-04-28 08:15:10,220 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReply [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,221 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyCancellation [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,221 INFO  [scout-thread-17] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,229 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testTopicRequestReplyCancellation]
04:15:10 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:10 	at java.lang.Thread.run(Thread.java:748)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:10 Caused by: java.lang.InterruptedException: null
04:15:10 	at java.lang.Object.wait(Native Method)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:10 	... 29 common frames omitted
04:15:10 2021-04-28 08:15:10,236 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@467ce50a] - MDC[]
04:15:10 2021-04-28 08:15:10,237 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@3b1937ec[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,237 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003142 ms - MDC[]
04:15:10 2021-04-28 08:15:10,238 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,238 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 17.234944 ms - MDC[]
04:15:10 2021-04-28 08:15:10,238 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyCancellation [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,238 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,238 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testRequestReplyNull [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,239 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,255 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2c9a4216, org.eclipse.scout.rt.mom.jms.JmsSubscription@39d3c27a] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,288 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@56416f6e, org.eclipse.scout.rt.mom.jms.JmsSubscription@3bd04d24] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,330 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1f9071ef, org.eclipse.scout.rt.mom.jms.JmsSubscription@5abdd447] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,346 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@2048ca89, org.eclipse.scout.rt.mom.jms.JmsSubscription@3b60faf5] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,363 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1a53112a, org.eclipse.scout.rt.mom.jms.JmsSubscription@33889c26] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,380 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@1b635d81, org.eclipse.scout.rt.mom.jms.JmsSubscription@c8793d7] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,396 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@56588c1a, org.eclipse.scout.rt.mom.jms.JmsSubscription@b761a73] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,413 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@645d9a2, org.eclipse.scout.rt.mom.jms.JmsSubscription@61aa5bfe] - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@48ffb8fe[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,419 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.002873 ms - MDC[]
04:15:10 2021-04-28 08:15:10,420 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 181.755542 ms - MDC[]
04:15:10 2021-04-28 08:15:10,420 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testRequestReplyNull [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,421 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,421 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReplyJsonObjectMarshaller [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,421 INFO  [scout-thread-24] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,430 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@70b11d74, org.eclipse.scout.rt.mom.jms.JmsSubscription@33f909f] - MDC[]
04:15:10 2021-04-28 08:15:10,436 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@26bf2755[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,436 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.017766 ms - MDC[]
04:15:10 2021-04-28 08:15:10,437 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,437 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 15.902630 ms - MDC[]
04:15:10 2021-04-28 08:15:10,437 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReplyJsonObjectMarshaller [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,437 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,437 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicRequestReply [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,438 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,446 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2faaec43] - MDC[]
04:15:10 2021-04-28 08:15:10,447 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@5e6f3dd[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,447 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003449 ms - MDC[]
04:15:10 2021-04-28 08:15:10,448 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,448 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 10.531294 ms - MDC[]
04:15:10 2021-04-28 08:15:10,448 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicRequestReply [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,448 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,448 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribeCorrelationId [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,449 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:10 2021-04-28 08:15:10,451 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@707929a2 - MDC[cid=cid:abc]
04:15:10 2021-04-28 08:15:10,461 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@30dc642d] - MDC[]
04:15:10 2021-04-28 08:15:10,462 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,462 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:10 2021-04-28 08:15:10,463 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:10 2021-04-28 08:15:10,463 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.711463 ms - MDC[]
04:15:10 2021-04-28 08:15:10,463 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribeCorrelationId [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,464 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopic [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,465 INFO  [scout-thread-20] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,512 ERROR [scout-thread-18] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:15:10 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:10 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:10 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:15:10 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:10 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:10 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:10 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:10 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:10 	at java.lang.Thread.run(Thread.java:748)
04:15:10 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:10 Caused by: java.lang.InterruptedException: null
04:15:10 	at java.lang.Object.wait(Native Method)
04:15:10 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:10 	... 29 common frames omitted
04:15:10 2021-04-28 08:15:10,528 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@4c2b537d, org.eclipse.scout.rt.mom.jms.JmsSubscription@1f85abd9] - MDC[]
04:15:10 2021-04-28 08:15:10,544 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@379602f5[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,544 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003301 ms - MDC[]
04:15:10 2021-04-28 08:15:10,545 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,545 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 81.386989 ms - MDC[]
04:15:10 2021-04-28 08:15:10,545 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopic [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,546 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,546 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testQueueRequestReplyCorrelationId [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,547 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:10 2021-04-28 08:15:10,563 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2d33c200] - MDC[]
04:15:10 2021-04-28 08:15:10,569 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@40becee[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:10 2021-04-28 08:15:10,569 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.003447 ms - MDC[]
04:15:10 2021-04-28 08:15:10,570 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:10 2021-04-28 08:15:10,570 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 24.388835 ms - MDC[]
04:15:10 2021-04-28 08:15:10,570 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testQueueRequestReplyCorrelationId [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,571 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:10 2021-04-28 08:15:10,571 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMessageSelector [artemis-j2ee]> - MDC[]
04:15:10 2021-04-28 08:15:10,571 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:10 2021-04-28 08:15:10,574 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@21035eec - MDC[]
04:15:12 2021-04-28 08:15:12,578 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@6014a1f5, org.eclipse.scout.rt.mom.jms.JmsSubscription@64af2288, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f56567d] - MDC[]
04:15:12 2021-04-28 08:15:12,580 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:12 2021-04-28 08:15:12,580 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:12 2021-04-28 08:15:12,580 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:12 2021-04-28 08:15:12,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 2009.699457 ms - MDC[]
04:15:12 2021-04-28 08:15:12,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMessageSelector [artemis-j2ee]> - MDC[]
04:15:12 2021-04-28 08:15:12,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:12 2021-04-28 08:15:12,581 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testCurrentMessagePubSub [artemis-j2ee]> - MDC[]
04:15:12 2021-04-28 08:15:12,582 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:12 2021-04-28 08:15:12,582 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@17b41d39 - MDC[]
04:15:12 2021-04-28 08:15:12,637 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@63d9cd59, org.eclipse.scout.rt.mom.jms.JmsSubscription@7f9c249c] - MDC[]
04:15:12 2021-04-28 08:15:12,677 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:12 2021-04-28 08:15:12,677 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:12 2021-04-28 08:15:12,678 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:12 2021-04-28 08:15:12,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 96.638991 ms - MDC[]
04:15:12 2021-04-28 08:15:12,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testCurrentMessagePubSub [artemis-j2ee]> - MDC[]
04:15:12 2021-04-28 08:15:12,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:12 2021-04-28 08:15:12,678 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testMomEnvironmentWithCustomCancellationTopicAsString [artemis-j2ee]> - MDC[]
04:15:12 2021-04-28 08:15:12,679 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.createContextEnvironment(JmsMomImplementor.java:664) - ignoring property having null key or value [key=scout.mom.requestreply.enabled, value=null] - MDC[jobName=Running test with support for JUnit timeout]
04:15:12 2021-04-28 08:15:12,679 INFO  [scout-thread-22] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[jobName=Running test with support for JUnit timeout]
04:15:12 2021-04-28 08:15:12,712 ERROR [scout-thread-23] org.eclipse.scout.rt.platform.exception.ExceptionHandler.handleThrowable(ExceptionHandler.java:121) - ActiveMQInterruptedException:java.lang.InterruptedException - MDC[jobName=request on test/mom/testQueueRequestReplyCancellation]
04:15:12 org.apache.activemq.artemis.api.core.ActiveMQInterruptedException: java.lang.InterruptedException
04:15:12 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:240)
04:15:12 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:352)
04:15:12 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.getMessage(ActiveMQMessageConsumer.java:195)
04:15:12 	at org.apache.activemq.artemis.jms.client.ActiveMQMessageConsumer.receive(ActiveMQMessageConsumer.java:115)
04:15:12 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor.requestImpl(JmsMomImplementor.java:429)
04:15:12 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:372)
04:15:12 	at org.eclipse.scout.rt.mom.jms.JmsMomImplementor$4.call(JmsMomImplementor.java:1)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:12 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:12 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:15:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:12 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:12 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:12 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:12 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:12 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:12 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:12 	at java.lang.Thread.run(Thread.java:748)
04:15:12 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:12 Caused by: java.lang.InterruptedException: null
04:15:12 	at java.lang.Object.wait(Native Method)
04:15:12 	at org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl.receive(ClientConsumerImpl.java:237)
04:15:12 	... 29 common frames omitted
04:15:13 2021-04-28 08:15:13,727 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 3 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2ddcede5, org.eclipse.scout.rt.mom.jms.JmsSubscription@337a9406, org.eclipse.scout.rt.mom.jms.JmsSubscription@31f7fbec] - MDC[]
04:15:13 2021-04-28 08:15:13,744 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:294) - Cancelling 1 subscriber jobs: [JobFutureTask@37ff846d[job=JMS reply cancel message listener, state=RUNNING]] - MDC[]
04:15:13 2021-04-28 08:15:13,745 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:302) - All subscriber jobs have finished after 0.018519 ms - MDC[]
04:15:13 2021-04-28 08:15:13,746 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 0 connection and 0 sessions - MDC[]
04:15:13 2021-04-28 08:15:13,746 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 1067.276100 ms - MDC[]
04:15:13 2021-04-28 08:15:13,746 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testMomEnvironmentWithCustomCancellationTopicAsString [artemis-j2ee]> - MDC[]
04:15:13 2021-04-28 08:15:13,746 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:13 2021-04-28 08:15:13,746 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testSerialMessageConsumption [artemis-j2ee]> - MDC[]
04:15:13 2021-04-28 08:15:13,747 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:13 2021-04-28 08:15:13,747 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@14d77224 - MDC[]
04:15:16 2021-04-28 08:15:16,837 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@26599412] - MDC[]
04:15:16 2021-04-28 08:15:16,869 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:16 2021-04-28 08:15:16,869 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:16 2021-04-28 08:15:16,869 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:16 2021-04-28 08:15:16,869 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 3122.868470 ms - MDC[]
04:15:16 2021-04-28 08:15:16,869 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testSerialMessageConsumption [artemis-j2ee]> - MDC[]
04:15:16 2021-04-28 08:15:16,870 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:16 2021-04-28 08:15:16,870 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishSubscribe [artemis-j2ee]> - MDC[]
04:15:16 2021-04-28 08:15:16,871 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:16 2021-04-28 08:15:16,871 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@18ad4396 - MDC[]
04:15:16 2021-04-28 08:15:16,877 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@4bc796dc, org.eclipse.scout.rt.mom.jms.JmsSubscription@447a115e] - MDC[]
04:15:16 2021-04-28 08:15:16,895 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3269a5c3, org.eclipse.scout.rt.mom.jms.JmsSubscription@c1539bf] - MDC[]
04:15:16 2021-04-28 08:15:16,911 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@3a4fccc7, org.eclipse.scout.rt.mom.jms.JmsSubscription@6cfa1cb2] - MDC[]
04:15:16 2021-04-28 08:15:16,928 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@37cf8e35, org.eclipse.scout.rt.mom.jms.JmsSubscription@1456ada1] - MDC[]
04:15:16 2021-04-28 08:15:16,944 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@27a0d7c8, org.eclipse.scout.rt.mom.jms.JmsSubscription@2c9393b4] - MDC[]
04:15:16 2021-04-28 08:15:16,961 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@29511222, org.eclipse.scout.rt.mom.jms.JmsSubscription@454fcb0d] - MDC[]
04:15:16 2021-04-28 08:15:16,978 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@422790a1, org.eclipse.scout.rt.mom.jms.JmsSubscription@4d8ee285] - MDC[]
04:15:16 2021-04-28 08:15:16,995 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@10bc326, org.eclipse.scout.rt.mom.jms.JmsSubscription@1125c869] - MDC[]
04:15:17 2021-04-28 08:15:17,001 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:17 2021-04-28 08:15:17,002 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:17 2021-04-28 08:15:17,002 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:17 2021-04-28 08:15:17,002 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 132.396170 ms - MDC[]
04:15:17 2021-04-28 08:15:17,002 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishSubscribe [artemis-j2ee]> - MDC[]
04:15:17 2021-04-28 08:15:17,003 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:17 2021-04-28 08:15:17,003 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testTopicPublishSubscribe [artemis-j2ee]> - MDC[]
04:15:17 2021-04-28 08:15:17,003 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:17 2021-04-28 08:15:17,005 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@77544896 - MDC[]
04:15:17 2021-04-28 08:15:17,010 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 1 objects: [org.eclipse.scout.rt.mom.jms.JmsSubscription@2f985057] - MDC[]
04:15:17 2021-04-28 08:15:17,011 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:17 2021-04-28 08:15:17,011 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:17 2021-04-28 08:15:17,012 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:17 2021-04-28 08:15:17,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 8.789730 ms - MDC[]
04:15:17 2021-04-28 08:15:17,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testTopicPublishSubscribe [artemis-j2ee]> - MDC[]
04:15:17 2021-04-28 08:15:17,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:257) - --------------------------------------------------- - MDC[]
04:15:17 2021-04-28 08:15:17,012 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.before(JmsMomImplementorTest.java:258) - <testPublishJsonDataSecure [artemis-j2ee]> - MDC[]
04:15:17 2021-04-28 08:15:17,013 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementor.init(JmsMomImplementor.java:176) - Scout JUnit MOM [artemis] initialized: null - MDC[]
04:15:17 2021-04-28 08:15:17,014 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.tryConnection(JmsConnectionWrapper.java:254) - JMS connection established: org.apache.activemq.artemis.jms.client.ActiveMQConnection@58984698 - MDC[]
04:15:17 2021-04-28 08:15:17,020 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.dispose(JmsMomImplementorTest.java:1833) - Disposing 2 objects: [org.eclipse.scout.rt.mom.jms.JmsMomImplementor$6@34dae070, org.eclipse.scout.rt.mom.jms.JmsSubscription@5df0e5f0] - MDC[]
04:15:17 2021-04-28 08:15:17,026 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:132) - close 1 connection and 0 sessions - MDC[]
04:15:17 2021-04-28 08:15:17,027 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:144) - closing connection - MDC[]
04:15:17 2021-04-28 08:15:17,027 INFO  [main] org.eclipse.scout.rt.mom.jms.internal.JmsConnectionWrapper.close(JmsConnectionWrapper.java:146) - connection closed - MDC[]
04:15:17 2021-04-28 08:15:17,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:318) - Finished test in 14.537924 ms - MDC[]
04:15:17 2021-04-28 08:15:17,027 INFO  [main] org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest.after(JmsMomImplementorTest.java:319) - </testPublishJsonDataSecure [artemis-j2ee]> - MDC[]
04:15:17 2021-04-28 08:15:17,046 INFO  [main] org.apache.activemq.artemis.core.server.stop(ActiveMQServerImpl.java:724) - AMQ221002: Apache ActiveMQ Artemis Message Broker version 1.1.0 [82b22439-a7f9-11eb-8134-9714c7e64c64] stopped - MDC[]
04:15:17 Tests run: 225, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 153.101 sec - in org.eclipse.scout.rt.mom.jms.JmsMomImplementorTest
04:15:17 Running org.eclipse.scout.rt.mom.jms.JmsMomManualTest
04:15:17 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec - in org.eclipse.scout.rt.mom.jms.JmsMomManualTest
04:15:17 
04:15:17 Results :
04:15:17 
04:15:17 Tests run: 226, Failures: 0, Errors: 0, Skipped: 5
04:15:17 
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [WARNING] JAR will be empty - no content was marked for inclusion!
04:15:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Skipping because packaging 'jar' is not pom.
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] No sources in project. Archive not created.
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:17 [INFO] 
04:15:17 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Checking compile classpath
04:15:17 [INFO] Checking runtime classpath
04:15:17 [INFO] Checking test classpath
04:15:17 [INFO] 
04:15:17 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.mom.jms.test ---
04:15:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.jar
04:15:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT.pom
04:15:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-tests.jar
04:15:17 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.mom.jms.test/target/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.mom.jms.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.mom.jms.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:17 [INFO] 
04:15:17 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson >----------
04:15:17 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson 7.0.300-SNAPSHOT [21/39]
04:15:17 [INFO] --------------------------------[ jar ]---------------------------------
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.jackson ---
04:15:17 [INFO] 
04:15:17 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson ---
04:15:17 [INFO] 
04:15:17 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] 
04:15:18 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:18 [INFO] Copying 1 resource
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Changes detected - recompiling the module!
04:15:18 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/target/classes
04:15:18 [INFO] 
04:15:18 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/src/test/resources
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] No sources to compile
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] No tests to run.
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Skipping because packaging 'jar' is not pom.
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Skipping packaging of the test-jar
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] No sources in project. Archive not created.
04:15:18 [INFO] 
04:15:18 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Checking compile classpath
04:15:18 [INFO] Checking runtime classpath
04:15:18 [INFO] Checking test classpath
04:15:18 [INFO] 
04:15:18 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:18 [INFO] 
04:15:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson ---
04:15:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.jar
04:15:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT.pom
04:15:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson/target/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson-7.0.300-SNAPSHOT-sources.jar
04:15:18 [INFO] 
04:15:18 [INFO] -----------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest >-----------
04:15:18 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest 7.0.300-SNAPSHOT [22/39]
04:15:18 [INFO] --------------------------------[ jar ]---------------------------------
04:15:19 [INFO] 
04:15:19 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.rest ---
04:15:19 [INFO] 
04:15:19 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest ---
04:15:19 [INFO] 
04:15:19 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest ---
04:15:19 [INFO] 
04:15:19 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest ---
04:15:19 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:19 [INFO] 
04:15:19 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:20 [INFO] Copying 1 resource
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Changes detected - recompiling the module!
04:15:20 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/target/classes
04:15:20 [INFO] 
04:15:20 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/src/test/resources
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] No sources to compile
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] No tests to run.
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Skipping because packaging 'jar' is not pom.
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Skipping packaging of the test-jar
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] No sources in project. Archive not created.
04:15:20 [INFO] 
04:15:20 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Checking compile classpath
04:15:20 [INFO] Checking runtime classpath
04:15:20 [INFO] Checking test classpath
04:15:20 [INFO] 
04:15:20 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest ---
04:15:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.jar
04:15:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT.pom
04:15:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest/target/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest-7.0.300-SNAPSHOT-sources.jar
04:15:20 [INFO] 
04:15:20 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test >---------
04:15:20 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test 7.0.300-SNAPSHOT [23/39]
04:15:20 [INFO] --------------------------------[ jar ]---------------------------------
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.rest.test ---
04:15:20 [INFO] 
04:15:20 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.rest.test ---
04:15:20 [INFO] 
04:15:20 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] 
04:15:21 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:21 [INFO] 
04:15:21 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/src/main/resources
04:15:21 [INFO] 
04:15:21 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] No sources to compile
04:15:21 [INFO] 
04:15:21 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:21 [INFO] Copying 1 resource
04:15:21 [INFO] 
04:15:21 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] Changes detected - recompiling the module!
04:15:21 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/test-classes
04:15:21 [INFO] 
04:15:21 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/classes. Directory does not exist!
04:15:21 [INFO] 
04:15:21 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.rest.test ---
04:15:21 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/surefire-reports
04:15:21 
04:15:21 -------------------------------------------------------
04:15:21  T E S T S
04:15:21 -------------------------------------------------------
04:15:21 Running org.eclipse.scout.rt.rest.RestApplicationTest
04:15:21 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:15:21 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:15:21 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:15:22 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 sec - in org.eclipse.scout.rt.rest.RestApplicationTest
04:15:22 Running org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest
04:15:22 SLF4J: Failed to load class "org.slf4j.impl.StaticMDCBinder".
04:15:22 SLF4J: Defaulting to no-operation MDCAdapter implementation.
04:15:22 SLF4J: See http://www.slf4j.org/codes.html#no_static_mdc_binder for further details.
04:15:22 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.562 sec - in org.eclipse.scout.rt.rest.exception.DefaultExceptionMapperTest
04:15:22 
04:15:22 Results :
04:15:22 
04:15:22 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
04:15:22 
04:15:22 [INFO] 
04:15:22 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [WARNING] JAR will be empty - no content was marked for inclusion!
04:15:22 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar
04:15:22 [INFO] 
04:15:22 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] Skipping because packaging 'jar' is not pom.
04:15:22 [INFO] 
04:15:22 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar
04:15:22 [INFO] 
04:15:22 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] No sources in project. Archive not created.
04:15:22 [INFO] 
04:15:22 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:22 [INFO] 
04:15:22 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] Checking compile classpath
04:15:22 [INFO] Checking runtime classpath
04:15:22 [INFO] Checking test classpath
04:15:22 [INFO] 
04:15:22 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.rest.test ---
04:15:22 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.rest.test ---
04:15:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.jar
04:15:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT.pom
04:15:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-tests.jar
04:15:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.rest.test/target/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.rest.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.rest.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:23 [INFO] 
04:15:23 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test >-------
04:15:23 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test 7.0.300-SNAPSHOT [24/39]
04:15:23 [INFO] --------------------------------[ jar ]---------------------------------
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] 
04:15:23 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] 
04:15:23 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/src/main/resources
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] No sources to compile
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:23 [INFO] Copying 1 resource
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] Changes detected - recompiling the module!
04:15:23 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/test-classes
04:15:23 [INFO] 
04:15:23 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/classes. Directory does not exist!
04:15:23 [INFO] 
04:15:23 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.jackson.test ---
04:15:23 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/surefire-reports
04:15:23 
04:15:23 -------------------------------------------------------
04:15:23  T E S T S
04:15:23 -------------------------------------------------------
04:15:24 Running org.eclipse.scout.rt.jackson.databind.JandexJacksonAnnotationIntrospectorTest
04:15:24 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:15:24 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:15:24 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:15:24 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 sec - in org.eclipse.scout.rt.jackson.databind.JandexJacksonAnnotationIntrospectorTest
04:15:24 Running org.eclipse.scout.rt.jackson.databind.JandexTypeNameIdResolverTest
04:15:25 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.eclipse.scout.rt.jackson.databind.JandexTypeNameIdResolverTest
04:15:25 
04:15:25 Results :
04:15:25 
04:15:25 Tests run: 29, Failures: 0, Errors: 0, Skipped: 0
04:15:25 
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [WARNING] JAR will be empty - no content was marked for inclusion!
04:15:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Skipping because packaging 'jar' is not pom.
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] No sources in project. Archive not created.
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:25 [INFO] 
04:15:25 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Checking compile classpath
04:15:25 [INFO] Checking runtime classpath
04:15:25 [INFO] Checking test classpath
04:15:25 [INFO] 
04:15:25 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.jackson.test ---
04:15:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.jar
04:15:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT.pom
04:15:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-tests.jar
04:15:25 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.jackson.test/target/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.jackson.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.jackson.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:25 [INFO] 
04:15:25 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.rt.client >----------
04:15:25 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client 7.0.300-SNAPSHOT [25/39]
04:15:25 [INFO] --------------------------------[ jar ]---------------------------------
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client ---
04:15:25 [INFO] 
04:15:25 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client ---
04:15:25 [INFO] 
04:15:25 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client ---
04:15:26 [INFO] 
04:15:26 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client ---
04:15:26 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:26 [INFO] 
04:15:26 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client ---
04:15:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:26 [INFO] Copying 3 resources
04:15:26 [INFO] 
04:15:26 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.client ---
04:15:26 [INFO] Changes detected - recompiling the module!
04:15:26 [INFO] Compiling 911 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/target/classes
04:15:27 [INFO] 
04:15:27 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/src/test/resources
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] No sources to compile
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] No tests to run.
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Skipping because packaging 'jar' is not pom.
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Skipping packaging of the test-jar
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar
04:15:28 [INFO] 
04:15:28 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] No sources in project. Archive not created.
04:15:28 [INFO] 
04:15:28 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client ---
04:15:28 [INFO] Checking compile classpath
04:15:28 [INFO] Checking runtime classpath
04:15:29 [INFO] Checking test classpath
04:15:29 [INFO] 
04:15:29 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client ---
04:15:29 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:29 [INFO] 
04:15:29 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client ---
04:15:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.jar
04:15:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT.pom
04:15:29 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client/target/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client-7.0.300-SNAPSHOT-sources.jar
04:15:29 [INFO] 
04:15:29 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.client.test >--------
04:15:29 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.client.test 7.0.300-SNAPSHOT [26/39]
04:15:29 [INFO] --------------------------------[ jar ]---------------------------------
04:15:29 [INFO] 
04:15:29 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.client.test ---
04:15:29 [INFO] 
04:15:29 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.client.test ---
04:15:29 [INFO] 
04:15:29 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] 
04:15:30 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:30 [INFO] 
04:15:30 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:30 [INFO] Copying 1 resource
04:15:30 [INFO] 
04:15:30 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] Changes detected - recompiling the module!
04:15:30 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/classes
04:15:30 [INFO] 
04:15:30 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:30 [INFO] Copying 2 resources
04:15:30 [INFO] 
04:15:30 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.client.test ---
04:15:30 [INFO] Changes detected - recompiling the module!
04:15:30 [INFO] Compiling 344 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/test-classes
04:15:31 [INFO] 
04:15:31 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.client.test ---
04:15:31 [INFO] 
04:15:31 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.client.test ---
04:15:31 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/surefire-reports
04:15:31 
04:15:31 -------------------------------------------------------
04:15:31  T E S T S
04:15:31 -------------------------------------------------------
04:15:32 Running org.eclipse.scout.rt.client.ClientJobCancelTest
04:15:32 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ClientJobCancelTest
04:15:32 Running org.eclipse.scout.rt.client.ClientSessionDisposeTest
04:15:32 2021-04-28 08:15:32,704 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[]
04:15:32 2021-04-28 08:15:32,717 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:15:32 2021-04-28 08:15:32,801 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 89.696153 ms. Total class count: 4970 - MDC[]
04:15:32 2021-04-28 08:15:32,922 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 119.727225 ms - MDC[]
04:15:32 2021-04-28 08:15:32,942 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 20.301769 ms - MDC[]
04:15:32 2021-04-28 08:15:32,949 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:32 2021-04-28 08:15:32,952 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:32 2021-04-28 08:15:32,953 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:33 2021-04-28 08:15:33,200 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@d3b85ce[id = 0c391bb5-b791-4172-9b61-ed3cee8c9daa], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0c391bb5-b791-4172-9b61-ed3cee8c9daa]]
04:15:33 2021-04-28 08:15:33,201 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@d3b85ce[id = 0c391bb5-b791-4172-9b61-ed3cee8c9daa] - MDC[]
04:15:33 2021-04-28 08:15:33,201 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@d3b85ce[id = 0c391bb5-b791-4172-9b61-ed3cee8c9daa] - MDC[]
04:15:33 2021-04-28 08:15:33,205 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@d3b85ce[id = 0c391bb5-b791-4172-9b61-ed3cee8c9daa], point of no return - MDC[]
04:15:33 2021-04-28 08:15:33,209 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@d3b85ce[id = 0c391bb5-b791-4172-9b61-ed3cee8c9daa], user=jenkins] - MDC[]
04:15:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 sec - in org.eclipse.scout.rt.client.ClientSessionDisposeTest
04:15:33 Running org.eclipse.scout.rt.client.ClientSessionTest
04:15:33 2021-04-28 08:15:33,305 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[]
04:15:33 2021-04-28 08:15:33,309 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 3.256218 ms - MDC[]
04:15:33 2021-04-28 08:15:33,313 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 4.762092 ms - MDC[]
04:15:33 2021-04-28 08:15:33,314 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:33 2021-04-28 08:15:33,314 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:33 2021-04-28 08:15:33,315 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:33 2021-04-28 08:15:33,324 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6961f3cf[id = 04493c23-f76a-4abe-a80c-7171a9927114], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=04493c23-f76a-4abe-a80c-7171a9927114]]
04:15:33 2021-04-28 08:15:33,329 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6961f3cf[id = 04493c23-f76a-4abe-a80c-7171a9927114] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10]
04:15:33 2021-04-28 08:15:33,330 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6961f3cf[id = 04493c23-f76a-4abe-a80c-7171a9927114] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10]
04:15:33 2021-04-28 08:15:33,331 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6961f3cf[id = 04493c23-f76a-4abe-a80c-7171a9927114], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10]
04:15:33 2021-04-28 08:15:33,332 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6961f3cf[id = 04493c23-f76a-4abe-a80c-7171a9927114], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$10]
04:15:33 2021-04-28 08:15:33,334 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[]
04:15:33 2021-04-28 08:15:33,337 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 1.912414 ms - MDC[]
04:15:33 2021-04-28 08:15:33,339 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 2.693729 ms - MDC[]
04:15:33 2021-04-28 08:15:33,340 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:33 2021-04-28 08:15:33,340 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:33 2021-04-28 08:15:33,340 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:33 2021-04-28 08:15:33,347 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48990a9f[id = 755aaa0a-0395-4346-a026-1a33e163a904], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=755aaa0a-0395-4346-a026-1a33e163a904]]
04:15:33 2021-04-28 08:15:33,349 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48990a9f[id = 755aaa0a-0395-4346-a026-1a33e163a904] - MDC[]
04:15:33 2021-04-28 08:15:33,349 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48990a9f[id = 755aaa0a-0395-4346-a026-1a33e163a904] - MDC[]
04:15:33 2021-04-28 08:15:33,350 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48990a9f[id = 755aaa0a-0395-4346-a026-1a33e163a904], point of no return - MDC[]
04:15:33 2021-04-28 08:15:33,350 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@48990a9f[id = 755aaa0a-0395-4346-a026-1a33e163a904], user=jenkins] - MDC[]
04:15:33 2021-04-28 08:15:33,352 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[]
04:15:33 2021-04-28 08:15:33,388 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 36.299754 ms - MDC[]
04:15:33 2021-04-28 08:15:33,390 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.404461 ms - MDC[]
04:15:33 2021-04-28 08:15:33,390 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:33 2021-04-28 08:15:33,390 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:33 2021-04-28 08:15:33,391 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:33 2021-04-28 08:15:33,397 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1965bd9[id = caa4de27-a6a1-4015-9251-258e52b7d258], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=caa4de27-a6a1-4015-9251-258e52b7d258]]
04:15:33 2021-04-28 08:15:33,407 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1965bd9[id = caa4de27-a6a1-4015-9251-258e52b7d258] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
04:15:33 2021-04-28 08:15:33,407 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1965bd9[id = caa4de27-a6a1-4015-9251-258e52b7d258] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
04:15:33 2021-04-28 08:15:33,408 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1965bd9[id = caa4de27-a6a1-4015-9251-258e52b7d258], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
04:15:33 2021-04-28 08:15:33,408 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1965bd9[id = caa4de27-a6a1-4015-9251-258e52b7d258], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$4]
04:15:33 2021-04-28 08:15:33,410 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[]
04:15:33 2021-04-28 08:15:33,412 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 1.386298 ms - MDC[]
04:15:33 2021-04-28 08:15:33,413 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.397392 ms - MDC[]
04:15:33 2021-04-28 08:15:33,416 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:33 2021-04-28 08:15:33,416 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:33 2021-04-28 08:15:33,417 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:33 2021-04-28 08:15:33,423 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@77afd62b[id = 096663bd-af37-49f0-bcf1-f1e1f3a1cc40], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=096663bd-af37-49f0-bcf1-f1e1f3a1cc40]]
04:15:34 2021-04-28 08:15:34,427 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@77afd62b[id = 096663bd-af37-49f0-bcf1-f1e1f3a1cc40] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
04:15:34 2021-04-28 08:15:34,427 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@77afd62b[id = 096663bd-af37-49f0-bcf1-f1e1f3a1cc40] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
04:15:34 2021-04-28 08:15:34,428 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@77afd62b[id = 096663bd-af37-49f0-bcf1-f1e1f3a1cc40], point of no return - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
04:15:34 2021-04-28 08:15:34,429 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@77afd62b[id = 096663bd-af37-49f0-bcf1-f1e1f3a1cc40], user=jenkins] - MDC[jobName=org.eclipse.scout.rt.client.ClientSessionTest$7]
04:15:34 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 sec - in org.eclipse.scout.rt.client.ClientSessionTest
04:15:34 Running org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
04:15:34 2021-04-28 08:15:34,743 WARN  [main] org.eclipse.scout.rt.shared.servicetunnel.http.MultiSessionCookieStore.add(MultiSessionCookieStore.java:91) - adding cookie to default cookie store which could be used by other users too [uri=http://www.eclipse.org, cookieName=Testname1] - MDC[]
04:15:34 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec - in org.eclipse.scout.rt.client.MultiSessionCookieStoreTest
04:15:34 Running org.eclipse.scout.rt.client.TunnelToServerTest
04:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.TunnelToServerTest
04:15:34 Running org.eclipse.scout.rt.client.cache.ClientCacheTest
04:15:34 2021-04-28 08:15:34,755 INFO  [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[]
04:15:34 2021-04-28 08:15:34,757 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 215 beans in 1.438837 ms - MDC[]
04:15:34 2021-04-28 08:15:34,758 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 215 beans in 1.236111 ms - MDC[]
04:15:34 2021-04-28 08:15:34,758 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:15:34 2021-04-28 08:15:34,759 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 4 code type classes registered. - MDC[]
04:15:34 2021-04-28 08:15:34,759 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:15:34 2021-04-28 08:15:34,796 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:34 2021-04-28 08:15:34,796 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,799 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@3def7d45[id = e50e30ba-62cd-444a-bf59-a4cabe432f43], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=e50e30ba-62cd-444a-bf59-a4cabe432f43]]
04:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec - in org.eclipse.scout.rt.client.cache.ClientCacheTest
04:15:34 Running org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
04:15:34 2021-04-28 08:15:34,826 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,828 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,830 WARN  [main] org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandler.sessionChanged(AbstractObservableNotificationHandler.java:219) - Auto fallback removal of session listener due to stopped session. This must be done explicitly by the one that registered the listener: Mock for INotificationListener, hashCode: 185317361 - MDC[]
04:15:34 2021-04-28 08:15:34,832 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,835 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,836 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[jobName=org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest$4]
04:15:34 2021-04-28 08:15:34,837 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 2021-04-28 08:15:34,838 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:34 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.client.clientnotification.AbstractObservableNotificationHandlerTest
04:15:34 Running org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
04:15:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.clientnotification.ClientSessionRegistryTest
04:15:34 Running org.eclipse.scout.rt.client.context.ClientRunContextChainTest
04:15:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.context.ClientRunContextChainTest
04:15:34 Running org.eclipse.scout.rt.client.context.ClientRunContextTest
04:15:35 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in org.eclipse.scout.rt.client.context.ClientRunContextTest
04:15:35 Running org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest
04:15:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.context.ClientRunContextWithInterceptorProducerTest
04:15:35 Running org.eclipse.scout.rt.client.deeplink.DeepLinksTest
04:15:35 2021-04-28 08:15:35,027 INFO  [main] org.eclipse.scout.rt.client.deeplink.DeepLinks.<init>(DeepLinks.java:31) - Registered 2 deep-link handlers:
04:15:35 - org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandler@1c9c7f1e
04:15:35 - org.eclipse.scout.rt.client.deeplink.FooBarDeepLinkHandler@3b7777ea - MDC[]
04:15:35 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.deeplink.DeepLinksTest
04:15:35 Running org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
04:15:35 2021-04-28 08:15:35,116 WARN  [scout-model-thread-25] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService.getBaseFolder(FileSystemUserPreferencesStorageService.java:170) - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[jobName=Running JUnit test in model job]
04:15:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.eclipse.scout.rt.client.deeplink.OutlineDeepLinkHandlerTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
04:15:35 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.extension.ui.action.tree.MoveActionNodeTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
04:15:35 2021-04-28 08:15:35,161 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:35 2021-04-28 08:15:35,162 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:35 2021-04-28 08:15:35,164 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@79155fda[id = 7a8fb9f7-90ed-4640-b304-16863267b7ee], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=7a8fb9f7-90ed-4640-b304-16863267b7ee]]
04:15:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
04:15:35 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.basic.table.TableMoveColumnsTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.extension.ui.desktop.DesktopExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormHandlerTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
04:15:35 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec - in org.eclipse.scout.rt.client.extension.ui.form.ExtendFormWithDeepLinkingTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
04:15:35 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.scout.rt.client.extension.ui.form.InjectAndReplaceFormExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
04:15:35 Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec - in org.eclipse.scout.rt.client.extension.ui.form.MoveFormFieldTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExecMethodExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.ExtendAbstractStringFieldTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.FieldExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.MultipeChainCallsTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.NestedContributionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
04:15:35 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.extension.ui.form.fields.SubScopeExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
04:15:35 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.extension.ui.outline.desktop.DesktopMoveOutlinesTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
04:15:35 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.client.extension.ui.outline.pages.TablePageExtensionTest
04:15:35 Running org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
04:15:35 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.extension.ui.wizard.MoveWizardStepTest
04:15:35 Running org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
04:15:37 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.015 sec - in org.eclipse.scout.rt.client.job.JobListenerBlockedFutureTest
04:15:37 Running org.eclipse.scout.rt.client.job.ModelJobTest
04:15:37 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.job.ModelJobTest
04:15:37 Running org.eclipse.scout.rt.client.job.ModelJobValidatorTest
04:15:37 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.job.ModelJobValidatorTest
04:15:37 Running org.eclipse.scout.rt.client.job.ModelJobsTest
04:15:37 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.job.ModelJobsTest
04:15:37 Running org.eclipse.scout.rt.client.job.MultipleSessionTest
04:15:37 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.job.MultipleSessionTest
04:15:37 Running org.eclipse.scout.rt.client.job.MutualExclusionTest
04:15:37 2021-04-28 08:15:37,803 INFO  [scout-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Assertion error: Potential deadlock detected: Cannot wait for a job which is assigned to the same semaphore as the current job [semaphore=ExecutionSemaphore@1fe2283[permitOwners=[JobFutureTask@49cb5f60[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c1a6e3[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]]] - MDC[jobName=org.eclipse.scout.rt.client.job.MutualExclusionTest$4]
04:15:37 org.eclipse.scout.rt.platform.util.Assertions$AssertionException: Assertion error: Potential deadlock detected: Cannot wait for a job which is assigned to the same semaphore as the current job [semaphore=ExecutionSemaphore@1fe2283[permitOwners=[JobFutureTask@49cb5f60[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c1a6e3[job=org.eclipse.scout.rt.client.job.MutualExclusionTest$4$1, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.util.Assertions.fail(Assertions.java:580)
04:15:37 	at org.eclipse.scout.rt.platform.util.Assertions.assertNotSame(Assertions.java:340)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.assertNotSameSemaphore(JobFutureTask.java:543)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:341)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$4.run(MutualExclusionTest.java:179)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,895 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2938c689[job=job-1, state=DONE], semaphore=ExecutionSemaphore@76e1dccc[permitOwners=[JobFutureTask@1dc7173[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2938c689[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20e25fe7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@76e1dccc[permitOwners=[JobFutureTask@1dc7173[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2938c689[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@20e25fe7[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,899 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@60bd7262[job=job-1, state=DONE], semaphore=ExecutionSemaphore@f29f988[permitOwners=[JobFutureTask@56bca113[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60bd7262[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6413c144[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@f29f988[permitOwners=[JobFutureTask@56bca113[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60bd7262[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6413c144[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,902 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2b1fecfc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7628ac49[permitOwners=[JobFutureTask@189874b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2b1fecfc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@627b9f03[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7628ac49[permitOwners=[JobFutureTask@189874b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2b1fecfc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@627b9f03[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,905 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@433f9449[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5d533272[permitOwners=[JobFutureTask@18596d47[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@433f9449[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26647ac8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5d533272[permitOwners=[JobFutureTask@18596d47[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@433f9449[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@26647ac8[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,908 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@114f913d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@cec1481[permitOwners=[JobFutureTask@422ff506[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@114f913d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@479875b1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@cec1481[permitOwners=[JobFutureTask@422ff506[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@114f913d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@479875b1[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,912 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@578fb678[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46d124f0[permitOwners=[JobFutureTask@533e74c5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@578fb678[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2667d4fe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@46d124f0[permitOwners=[JobFutureTask@533e74c5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@578fb678[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2667d4fe[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,916 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@69f6b00b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2013a119[permitOwners=[JobFutureTask@712e49ef[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69f6b00b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@538a1adf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2013a119[permitOwners=[JobFutureTask@712e49ef[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@69f6b00b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@538a1adf[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,919 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@35390561[job=job-1, state=DONE], semaphore=ExecutionSemaphore@68b620fb[permitOwners=[JobFutureTask@36db5318[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@35390561[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3504fbfe[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@68b620fb[permitOwners=[JobFutureTask@36db5318[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@35390561[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3504fbfe[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,922 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3db8ca0e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@58ec0e6b[permitOwners=[JobFutureTask@51971d32[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3db8ca0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@435ec7f5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@58ec0e6b[permitOwners=[JobFutureTask@51971d32[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3db8ca0e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@435ec7f5[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,925 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@460f2b6c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@281371dc[permitOwners=[JobFutureTask@2f98c012[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@460f2b6c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a4ccb7b[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@281371dc[permitOwners=[JobFutureTask@2f98c012[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@460f2b6c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1a4ccb7b[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:37 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:37 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:37 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:37 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:37 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:37 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:37 	at java.lang.Thread.run(Thread.java:748)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:37 2021-04-28 08:15:37,927 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7b968647[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6b95abdb[permitOwners=[JobFutureTask@12e75177[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b968647[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e0c5743[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:37 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6b95abdb[permitOwners=[JobFutureTask@12e75177[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b968647[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e0c5743[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:37 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:37 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:37,990 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@9bd43b7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6c97160e[permitOwners=[JobFutureTask@21f9c71e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9bd43b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2dc33a2d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6c97160e[permitOwners=[JobFutureTask@21f9c71e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9bd43b7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2dc33a2d[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:37,992 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3aaed411[job=job-1, state=DONE], semaphore=ExecutionSemaphore@731f234[permitOwners=[JobFutureTask@5580356d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aaed411[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@61267fa2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@731f234[permitOwners=[JobFutureTask@5580356d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3aaed411[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@61267fa2[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:37,995 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@181f61b4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@23ae49c8[permitOwners=[JobFutureTask@4c601487[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@181f61b4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e69a9c6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@23ae49c8[permitOwners=[JobFutureTask@4c601487[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@181f61b4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1e69a9c6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,007 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4033d25d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3a1790a2[permitOwners=[JobFutureTask@cbb32f0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4033d25d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f4f8d38[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3a1790a2[permitOwners=[JobFutureTask@cbb32f0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4033d25d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5f4f8d38[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,010 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@671275fe[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7ac614be[permitOwners=[JobFutureTask@44971269[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@671275fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b940d24[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7ac614be[permitOwners=[JobFutureTask@44971269[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@671275fe[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b940d24[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,014 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1234d9f6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@44bde623[permitOwners=[JobFutureTask@6e4c8583[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1234d9f6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@451a5843[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@44bde623[permitOwners=[JobFutureTask@6e4c8583[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1234d9f6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@451a5843[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,017 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@78cbb140[job=job-1, state=DONE], semaphore=ExecutionSemaphore@49e817ab[permitOwners=[JobFutureTask@72a14347[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78cbb140[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@656ed510[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@49e817ab[permitOwners=[JobFutureTask@72a14347[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@78cbb140[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@656ed510[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,019 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2db12c5b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c151cd2[permitOwners=[JobFutureTask@5572f9d1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2db12c5b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@46a7703a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c151cd2[permitOwners=[JobFutureTask@5572f9d1[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2db12c5b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@46a7703a[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,021 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@44cea6bb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1d1b4ffe[permitOwners=[JobFutureTask@6307382[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@44cea6bb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7bebe5de[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1d1b4ffe[permitOwners=[JobFutureTask@6307382[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@44cea6bb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7bebe5de[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,023 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@665cb192[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a810772[permitOwners=[JobFutureTask@63f562b8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@665cb192[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4714ae0d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a810772[permitOwners=[JobFutureTask@63f562b8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@665cb192[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4714ae0d[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,088 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@22c2365d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4c2aa59c[permitOwners=[JobFutureTask@6a6a701f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@22c2365d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@86cdf99[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4c2aa59c[permitOwners=[JobFutureTask@6a6a701f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@22c2365d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@86cdf99[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,091 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@148fc881[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a476e59[permitOwners=[JobFutureTask@2d5cb887[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@148fc881[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43a22aa2[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a476e59[permitOwners=[JobFutureTask@2d5cb887[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@148fc881[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@43a22aa2[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,093 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6d1cc821[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6033b43[permitOwners=[JobFutureTask@25cccd85[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6d1cc821[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77e914a4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6033b43[permitOwners=[JobFutureTask@25cccd85[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6d1cc821[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@77e914a4[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,095 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@15774e00[job=job-1, state=DONE], semaphore=ExecutionSemaphore@616015cc[permitOwners=[JobFutureTask@561419ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@15774e00[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69676b9c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@616015cc[permitOwners=[JobFutureTask@561419ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@15774e00[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69676b9c[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,098 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@56fff809[job=job-1, state=DONE], semaphore=ExecutionSemaphore@fdf3167[permitOwners=[JobFutureTask@20d35171[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@56fff809[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72bae57c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@fdf3167[permitOwners=[JobFutureTask@20d35171[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@56fff809[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@72bae57c[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,100 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1f4c8062[job=job-1, state=DONE], semaphore=ExecutionSemaphore@57776be[permitOwners=[JobFutureTask@25ae0223[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f4c8062[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9a82ef[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@57776be[permitOwners=[JobFutureTask@25ae0223[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1f4c8062[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@9a82ef[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,102 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1d5ada5a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@487cebdd[permitOwners=[JobFutureTask@48306cc8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d5ada5a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c6912db[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@487cebdd[permitOwners=[JobFutureTask@48306cc8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1d5ada5a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1c6912db[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,104 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@41991619[job=job-1, state=DONE], semaphore=ExecutionSemaphore@478f5bf5[permitOwners=[JobFutureTask@a0464ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41991619[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e2f409f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@478f5bf5[permitOwners=[JobFutureTask@a0464ce[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@41991619[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5e2f409f[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,106 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@9a3db1a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@51e3b10b[permitOwners=[JobFutureTask@2028ecf4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9a3db1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4276bd6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@51e3b10b[permitOwners=[JobFutureTask@2028ecf4[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@9a3db1a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4276bd6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,108 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@a3739e1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@36cbc0fb[permitOwners=[JobFutureTask@6d9f3b1f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a3739e1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@525984a1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@36cbc0fb[permitOwners=[JobFutureTask@6d9f3b1f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@a3739e1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@525984a1[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,109 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@26dcce41[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4ea54157[permitOwners=[JobFutureTask@328f4e46[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26dcce41[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c6db83a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4ea54157[permitOwners=[JobFutureTask@328f4e46[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@26dcce41[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2c6db83a[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,111 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4110e631[job=job-1, state=DONE], semaphore=ExecutionSemaphore@57e47d9b[permitOwners=[JobFutureTask@9a56d2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4110e631[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48c8a84d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@57e47d9b[permitOwners=[JobFutureTask@9a56d2b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4110e631[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@48c8a84d[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,113 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7bd03562[job=job-1, state=DONE], semaphore=ExecutionSemaphore@380705ed[permitOwners=[JobFutureTask@593ec306[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7bd03562[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@543982ac[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@380705ed[permitOwners=[JobFutureTask@593ec306[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7bd03562[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@543982ac[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,115 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@28e5320e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6998235f[permitOwners=[JobFutureTask@76ce2e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28e5320e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f583c44[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6998235f[permitOwners=[JobFutureTask@76ce2e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@28e5320e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1f583c44[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,116 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6f099f77[job=job-1, state=DONE], semaphore=ExecutionSemaphore@170a2333[permitOwners=[JobFutureTask@f9233ab[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6f099f77[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@51768401[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@170a2333[permitOwners=[JobFutureTask@f9233ab[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6f099f77[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@51768401[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,118 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@717616da[job=job-1, state=DONE], semaphore=ExecutionSemaphore@54f58d6a[permitOwners=[JobFutureTask@6f677c34[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@717616da[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a54ab55[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@54f58d6a[permitOwners=[JobFutureTask@6f677c34[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@717616da[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a54ab55[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,120 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@27d0703e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5b2da330[permitOwners=[JobFutureTask@73023e2c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27d0703e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ca32d1a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5b2da330[permitOwners=[JobFutureTask@73023e2c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@27d0703e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5ca32d1a[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,188 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@153d5d5b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3c515317[permitOwners=[JobFutureTask@772ce28e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@153d5d5b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32a2da8c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3c515317[permitOwners=[JobFutureTask@772ce28e[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@153d5d5b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32a2da8c[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,190 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3861f2c9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f66fefb[permitOwners=[JobFutureTask@28494fd9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3861f2c9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c1b96e6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f66fefb[permitOwners=[JobFutureTask@28494fd9[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3861f2c9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c1b96e6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,192 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@31df0ce3[job=job-1, state=DONE], semaphore=ExecutionSemaphore@48adf9a3[permitOwners=[JobFutureTask@530aaa86[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31df0ce3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f6aaa7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@48adf9a3[permitOwners=[JobFutureTask@530aaa86[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@31df0ce3[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3f6aaa7[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,193 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@366ed5c7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3f4eac97[permitOwners=[JobFutureTask@30360716[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@366ed5c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6232025[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3f4eac97[permitOwners=[JobFutureTask@30360716[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@366ed5c7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6232025[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,195 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@428eda27[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6087b932[permitOwners=[JobFutureTask@42807bd7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@428eda27[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5dbd49aa[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6087b932[permitOwners=[JobFutureTask@42807bd7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@428eda27[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5dbd49aa[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,197 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1c17d98c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@791b13f6[permitOwners=[JobFutureTask@5d88471a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c17d98c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6a4fb518[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@791b13f6[permitOwners=[JobFutureTask@5d88471a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c17d98c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6a4fb518[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,199 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@30b69dd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@18e1f695[permitOwners=[JobFutureTask@1c244e31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@30b69dd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b54cfd8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@18e1f695[permitOwners=[JobFutureTask@1c244e31[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@30b69dd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b54cfd8[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,201 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@62f4ae5a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4f191bc6[permitOwners=[JobFutureTask@5c1f31f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62f4ae5a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71980fa7[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4f191bc6[permitOwners=[JobFutureTask@5c1f31f3[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62f4ae5a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@71980fa7[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,203 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@472bcf53[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2e9ec775[permitOwners=[JobFutureTask@629eeeec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@472bcf53[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53ca202f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2e9ec775[permitOwners=[JobFutureTask@629eeeec[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@472bcf53[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@53ca202f[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,205 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1b821a86[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4700b5f8[permitOwners=[JobFutureTask@e7e6e94[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b821a86[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@cb7ec2c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4700b5f8[permitOwners=[JobFutureTask@e7e6e94[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1b821a86[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@cb7ec2c[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,206 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@55947250[job=job-1, state=DONE], semaphore=ExecutionSemaphore@95943e4[permitOwners=[JobFutureTask@28e3bcb8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55947250[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b06e304[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@95943e4[permitOwners=[JobFutureTask@28e3bcb8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@55947250[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1b06e304[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,208 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7b8058e0[job=job-1, state=DONE], semaphore=ExecutionSemaphore@de0839b[permitOwners=[JobFutureTask@4eb32d54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b8058e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6281f945[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@de0839b[permitOwners=[JobFutureTask@4eb32d54[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7b8058e0[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6281f945[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,210 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1328a5de[job=job-1, state=DONE], semaphore=ExecutionSemaphore@544a35d4[permitOwners=[JobFutureTask@4426f362[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1328a5de[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@29007172[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@544a35d4[permitOwners=[JobFutureTask@4426f362[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1328a5de[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@29007172[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,211 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@202001a4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2c45b572[permitOwners=[JobFutureTask@536e5b21[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@202001a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@794f2bdf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2c45b572[permitOwners=[JobFutureTask@536e5b21[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@202001a4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@794f2bdf[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,213 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2d21fa63[job=job-1, state=DONE], semaphore=ExecutionSemaphore@43882496[permitOwners=[JobFutureTask@c370bb5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d21fa63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c26c83f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@43882496[permitOwners=[JobFutureTask@c370bb5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d21fa63[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c26c83f[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,214 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@448a2c5d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2b854c17[permitOwners=[JobFutureTask@7054edda[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@448a2c5d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4a09a4df[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2b854c17[permitOwners=[JobFutureTask@7054edda[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@448a2c5d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4a09a4df[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,216 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68194ca4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1bf5e6fd[permitOwners=[JobFutureTask@3f745640[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68194ca4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@38dc322d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1bf5e6fd[permitOwners=[JobFutureTask@3f745640[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68194ca4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@38dc322d[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,217 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@444456cb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@696883ea[permitOwners=[JobFutureTask@599fde55[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@444456cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bd211[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@696883ea[permitOwners=[JobFutureTask@599fde55[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@444456cb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@bd211[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,219 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@52e7bed1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@58f0d004[permitOwners=[JobFutureTask@75adbfae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@52e7bed1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2b686050[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@58f0d004[permitOwners=[JobFutureTask@75adbfae[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@52e7bed1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2b686050[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,220 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6aef91e6[job=job-1, state=DONE], semaphore=ExecutionSemaphore@601d3907[permitOwners=[JobFutureTask@722713da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6aef91e6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1aa5972e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@601d3907[permitOwners=[JobFutureTask@722713da[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6aef91e6[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@1aa5972e[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,222 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@47f4d61[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5d91ba5b[permitOwners=[JobFutureTask@4e8c27f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47f4d61[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7826c5ef[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5d91ba5b[permitOwners=[JobFutureTask@4e8c27f7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@47f4d61[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7826c5ef[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,223 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@58e8535e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6172fe53[permitOwners=[JobFutureTask@77f4742b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58e8535e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39b3de87[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6172fe53[permitOwners=[JobFutureTask@77f4742b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@58e8535e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39b3de87[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,289 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@155ae856[job=job-1, state=DONE], semaphore=ExecutionSemaphore@5f3f89eb[permitOwners=[JobFutureTask@415b83fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@155ae856[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@663b3ab0[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@5f3f89eb[permitOwners=[JobFutureTask@415b83fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@155ae856[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@663b3ab0[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,291 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@3a0f497e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6016f39e[permitOwners=[JobFutureTask@27564996[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a0f497e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18870976[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6016f39e[permitOwners=[JobFutureTask@27564996[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@3a0f497e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@18870976[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,293 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@8b5de1b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6bc94eff[permitOwners=[JobFutureTask@1dba3c62[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@8b5de1b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3dd64a1a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6bc94eff[permitOwners=[JobFutureTask@1dba3c62[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@8b5de1b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3dd64a1a[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,294 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5a930c03[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4dcc5ba5[permitOwners=[JobFutureTask@1606721f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a930c03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@198f7c5f[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4dcc5ba5[permitOwners=[JobFutureTask@1606721f[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5a930c03[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@198f7c5f[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,296 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2534b0d9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@35e7c372[permitOwners=[JobFutureTask@7a8ea[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2534b0d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62885131[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@35e7c372[permitOwners=[JobFutureTask@7a8ea[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2534b0d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@62885131[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,298 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2f2be537[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4490961a[permitOwners=[JobFutureTask@12d658c0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f2be537[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32f79272[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4490961a[permitOwners=[JobFutureTask@12d658c0[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2f2be537[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@32f79272[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,300 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2429992a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6574e4f7[permitOwners=[JobFutureTask@419c537[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2429992a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a73b3c4[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6574e4f7[permitOwners=[JobFutureTask@419c537[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2429992a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@a73b3c4[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,301 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@68cca23e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@326678bd[permitOwners=[JobFutureTask@22b6e26d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68cca23e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@354c986c[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@326678bd[permitOwners=[JobFutureTask@22b6e26d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@68cca23e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@354c986c[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,303 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1c22aae1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@46a75963[permitOwners=[JobFutureTask@9129682[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c22aae1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@58cce034[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@46a75963[permitOwners=[JobFutureTask@9129682[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c22aae1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@58cce034[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,304 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@517fd762[job=job-1, state=DONE], semaphore=ExecutionSemaphore@653bf76c[permitOwners=[JobFutureTask@4c44ed49[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@517fd762[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@73b669b5[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@653bf76c[permitOwners=[JobFutureTask@4c44ed49[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@517fd762[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@73b669b5[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,306 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1cc73bb1[job=job-1, state=DONE], semaphore=ExecutionSemaphore@673859fe[permitOwners=[JobFutureTask@7782b3c5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc73bb1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37b98741[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@673859fe[permitOwners=[JobFutureTask@7782b3c5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1cc73bb1[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@37b98741[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,308 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@400b4dd5[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a85891d[permitOwners=[JobFutureTask@2275d28a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@400b4dd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@598dca0a[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a85891d[permitOwners=[JobFutureTask@2275d28a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@400b4dd5[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@598dca0a[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,309 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1c7c56d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6ccffa38[permitOwners=[JobFutureTask@d2aa65d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c7c56d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a40e068[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6ccffa38[permitOwners=[JobFutureTask@d2aa65d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c7c56d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a40e068[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,311 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5c43a52e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@a65e611[permitOwners=[JobFutureTask@403e8b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c43a52e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39fd1bfd[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@a65e611[permitOwners=[JobFutureTask@403e8b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5c43a52e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@39fd1bfd[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,312 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@1c66e404[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2edef80a[permitOwners=[JobFutureTask@7bbf17d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c66e404[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56482084[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2edef80a[permitOwners=[JobFutureTask@7bbf17d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@1c66e404[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56482084[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,314 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4add8b8d[job=job-1, state=DONE], semaphore=ExecutionSemaphore@bc7c470[permitOwners=[JobFutureTask@1235abb2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4add8b8d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5eef570[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@bc7c470[permitOwners=[JobFutureTask@1235abb2[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4add8b8d[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5eef570[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,316 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@42334d07[job=job-1, state=DONE], semaphore=ExecutionSemaphore@52ced0f3[permitOwners=[JobFutureTask@7d6406c8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@42334d07[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f532961[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@52ced0f3[permitOwners=[JobFutureTask@7d6406c8[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@42334d07[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@f532961[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,317 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@129e6f3a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@317dc2f3[permitOwners=[JobFutureTask@4f1179e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@129e6f3a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@591f5945[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@317dc2f3[permitOwners=[JobFutureTask@4f1179e7[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@129e6f3a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@591f5945[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,319 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@18645844[job=job-1, state=DONE], semaphore=ExecutionSemaphore@779c84fd[permitOwners=[JobFutureTask@5cfed4ee[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18645844[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7f086b45[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@779c84fd[permitOwners=[JobFutureTask@5cfed4ee[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@18645844[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7f086b45[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,320 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2c60c2dd[job=job-1, state=DONE], semaphore=ExecutionSemaphore@57d678a0[permitOwners=[JobFutureTask@6133a1b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c60c2dd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3afd2bdf[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@57d678a0[permitOwners=[JobFutureTask@6133a1b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2c60c2dd[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3afd2bdf[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,321 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@66da0ab7[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6491be0c[permitOwners=[JobFutureTask@79863795[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66da0ab7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2a7648a9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6491be0c[permitOwners=[JobFutureTask@79863795[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@66da0ab7[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2a7648a9[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,323 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@62c95d73[job=job-1, state=DONE], semaphore=ExecutionSemaphore@72265925[permitOwners=[JobFutureTask@2abbe420[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62c95d73[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3210c2de[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@72265925[permitOwners=[JobFutureTask@2abbe420[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@62c95d73[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3210c2de[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,324 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@4d6a32d4[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3d56143c[permitOwners=[JobFutureTask@388555bd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4d6a32d4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c377641[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3d56143c[permitOwners=[JobFutureTask@388555bd[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@4d6a32d4[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@c377641[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,388 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@731a1399[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4777f755[permitOwners=[JobFutureTask@61a098fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@731a1399[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56926ff1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:38 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4777f755[permitOwners=[JobFutureTask@61a098fa[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@731a1399[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@56926ff1[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:38 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:38 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:38 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:38 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:38 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:38 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:38 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:38 	at java.lang.Thread.run(Thread.java:748)
04:15:38 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:38 2021-04-28 08:15:38,390 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@49702efb[job=job-1, state=DONE], semaphore=ExecutionSemaphore@193b122d[permitOwners=[JobFutureTask@2c720867[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49702efb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69da07ff[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@193b122d[permitOwners=[JobFutureTask@2c720867[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@49702efb[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@69da07ff[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,392 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@60f6aa4b[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1842df12[permitOwners=[JobFutureTask@5c7ba702[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60f6aa4b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6527a68d[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1842df12[permitOwners=[JobFutureTask@5c7ba702[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@60f6aa4b[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6527a68d[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,393 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@527ff176[job=job-1, state=DONE], semaphore=ExecutionSemaphore@a93c69b[permitOwners=[JobFutureTask@533d1f8c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@527ff176[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b76d8a8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@a93c69b[permitOwners=[JobFutureTask@533d1f8c[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@527ff176[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@b76d8a8[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,395 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@54ea832e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7c35a7c2[permitOwners=[JobFutureTask@6f102740[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@54ea832e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@529e1192[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7c35a7c2[permitOwners=[JobFutureTask@6f102740[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@54ea832e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@529e1192[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,396 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@32f7b6a2[job=job-1, state=DONE], semaphore=ExecutionSemaphore@639b781b[permitOwners=[JobFutureTask@5cb3bd9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32f7b6a2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e83251e[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@639b781b[permitOwners=[JobFutureTask@5cb3bd9b[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@32f7b6a2[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7e83251e[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,398 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@665c8e0f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3c9a2610[permitOwners=[JobFutureTask@27c2b83a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@665c8e0f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@400ed209[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3c9a2610[permitOwners=[JobFutureTask@27c2b83a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@665c8e0f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@400ed209[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,400 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@20ea933f[job=job-1, state=DONE], semaphore=ExecutionSemaphore@6ee177a0[permitOwners=[JobFutureTask@125bfc70[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20ea933f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2473eaa8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@6ee177a0[permitOwners=[JobFutureTask@125bfc70[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20ea933f[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@2473eaa8[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,402 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@505c675a[job=job-1, state=DONE], semaphore=ExecutionSemaphore@442fa389[permitOwners=[JobFutureTask@1da9b95d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@505c675a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@263426ea[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@442fa389[permitOwners=[JobFutureTask@1da9b95d[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@505c675a[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@263426ea[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,403 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6a19bc2e[job=job-1, state=DONE], semaphore=ExecutionSemaphore@2f8aba2b[permitOwners=[JobFutureTask@3aaa8361[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a19bc2e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d2ee1a8[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@2f8aba2b[permitOwners=[JobFutureTask@3aaa8361[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6a19bc2e[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3d2ee1a8[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,405 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@20309fde[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4a1b4e51[permitOwners=[JobFutureTask@4e6fb132[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20309fde[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4063af6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4a1b4e51[permitOwners=[JobFutureTask@4e6fb132[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@20309fde[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@4063af6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,407 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@5aa786fc[job=job-1, state=DONE], semaphore=ExecutionSemaphore@3bb9065f[permitOwners=[JobFutureTask@69724abb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5aa786fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c961ce9[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@3bb9065f[permitOwners=[JobFutureTask@69724abb[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@5aa786fc[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5c961ce9[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,408 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@2d7ee91c[job=job-1, state=DONE], semaphore=ExecutionSemaphore@1b41fb67[permitOwners=[JobFutureTask@56a2599a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d7ee91c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a3f66f3[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@1b41fb67[permitOwners=[JobFutureTask@56a2599a[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@2d7ee91c[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@3a3f66f3[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,409 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6be7c9d9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@35aea93[permitOwners=[JobFutureTask@2f4d33b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6be7c9d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e84c052[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@35aea93[permitOwners=[JobFutureTask@2f4d33b6[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6be7c9d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@6e84c052[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,411 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@551a7123[job=job-1, state=DONE], semaphore=ExecutionSemaphore@7686f4b9[permitOwners=[JobFutureTask@138c28b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@551a7123[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bc2fcc6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@7686f4b9[permitOwners=[JobFutureTask@138c28b5[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@551a7123[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@5bc2fcc6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,412 INFO  [scout-model-thread-22] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@6b4848d9[job=job-1, state=DONE], semaphore=ExecutionSemaphore@66e3c12f[permitOwners=[JobFutureTask@19f31c85[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b4848d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@551be7b1[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@66e3c12f[permitOwners=[JobFutureTask@19f31c85[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@6b4848d9[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@551be7b1[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 2021-04-28 08:15:38,414 INFO  [scout-model-thread-25] org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:269) - Interrupted while acquiring semaphore permit. Continue to re-acquire the permit. [future=JobFutureTask@7c98a2ab[job=job-1, state=DONE], semaphore=ExecutionSemaphore@4f0c220b[permitOwners=[JobFutureTask@7d8e8e89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7c98a2ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7722c8e6[job=job-3, state=WAITING_FOR_PERMIT]]]] - MDC[jobName=job-1]
04:15:39 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while competing for a permit [task=job-1, executionSemaphore=ExecutionSemaphore@4f0c220b[permitOwners=[JobFutureTask@7d8e8e89[job=job-2, state=RUNNING]], queue=[Permit acquisition task for JobFutureTask@7c98a2ab[job=job-1, state=DONE],Permit acquisition task for JobFutureTask@7722c8e6[job=job-3, state=WAITING_FOR_PERMIT]]]]
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.ExecutionSemaphore.acquire(ExecutionSemaphore.java:155)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.acquirePermitUninterruptibly(BlockingCondition.java:264)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.blockJobThread(BlockingCondition.java:187)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:115)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.BlockingCondition.waitFor(BlockingCondition.java:94)
04:15:39 	at org.eclipse.scout.rt.client.job.MutualExclusionTest$13.run(MutualExclusionTest.java:596)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:39 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:39 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:39 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:39 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:39 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:39 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:39 	at java.lang.Thread.run(Thread.java:748)
04:15:39 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:39 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 sec - in org.eclipse.scout.rt.client.job.MutualExclusionTest
04:15:39 Running org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.scout.rt.client.job.filter.event.ModelJobEventFilterTest
04:15:39 Running org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.job.filter.event.SessionJobEventFilterTest
04:15:39 Running org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
04:15:39 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.job.filter.future.ClientRunContextFutureFilterTest
04:15:39 Running org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.job.filter.future.ModelJobFutureFilterTest
04:15:39 Running org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.job.filter.future.SessionFutureFilterTest
04:15:39 Running org.eclipse.scout.rt.client.res.AttachmentSupportTest
04:15:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.res.AttachmentSupportTest
04:15:39 Running org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.services.ServiceWithSessionInterceptorTest
04:15:39 Running org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
04:15:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.services.common.bookmark.BookmarkServiceTest
04:15:39 Running org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
04:15:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.services.common.code.CodeServiceClientProxyTest
04:15:39 Running org.eclipse.scout.rt.client.services.common.file.FileServiceTest
04:15:39 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.services.common.file.FileServiceTest
04:15:39 Running org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
04:15:39 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.client.services.common.notifications.NotificationDispatcherTest
04:15:39 Running org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
04:15:39 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.eclipse.scout.rt.client.services.common.search.DefaultSearchFilterServiceTest
04:15:39 Running org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
04:15:39 2021-04-28 08:15:39,801 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:39 2021-04-28 08:15:39,803 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@12599d73[id = 0f38d6ad-c858-4ab8-a58c-99c5f229c5cb], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0f38d6ad-c858-4ab8-a58c-99c5f229c5cb]]
04:15:39 2021-04-28 08:15:39,825 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:39 2021-04-28 08:15:39,826 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2c598cf[id = 24bf2c4c-86a4-461f-9401-9c36e30452f7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=24bf2c4c-86a4-461f-9401-9c36e30452f7]]
04:15:39 2021-04-28 08:15:39,829 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:39 2021-04-28 08:15:39,830 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6dad0ca1[id = 720392ce-faa6-479b-bf03-660ccfb47958], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=720392ce-faa6-479b-bf03-660ccfb47958]]
04:15:39 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.client.ui.ClientUIPreferencesTest
04:15:39 Running org.eclipse.scout.rt.client.ui.StyleHelperTest
04:15:39 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.StyleHelperTest
04:15:39 Running org.eclipse.scout.rt.client.ui.action.ActionTest
04:15:40 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec - in org.eclipse.scout.rt.client.ui.action.ActionTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
04:15:40 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.action.ActionUtilityTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
04:15:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.action.keystroke.KeyStrokeNormalizerTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
04:15:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.action.menu.DetailFormMenuTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest
04:15:40 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.action.menu.MenuUtilityTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
04:15:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.action.menu.NestedMenusTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
04:15:40 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.client.ui.action.menu.TableMenuTest
04:15:40 Running org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
04:15:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.action.menu.TreeMenuTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
04:15:40 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.basic.calendar.CalendarComponentTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.cell.CellTest
04:15:40 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.client.ui.basic.cell.CellTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
04:15:40 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerEventBufferTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
04:15:40 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerMenuTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
04:15:40 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.basic.planner.PlannerTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
04:15:40 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.client.ui.basic.table.CheckRowsInTableTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
04:15:40 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.ColumnMandatoryTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
04:15:40 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec - in org.eclipse.scout.rt.client.ui.basic.table.ReplaceTableTest
04:15:40 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
04:15:41 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.708 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventBufferTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
04:15:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventOrderTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
04:15:41 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableEventTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
04:15:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableImportTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
04:15:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableLoadingPerfTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
04:15:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowDataPropertyFilterTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
04:15:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableRowInsertOrderTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableTest
04:15:41 Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
04:15:41 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableUtilityTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
04:15:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableValidationTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
04:15:41 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.basic.table.TableWithIgnoredColumnsTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
04:15:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBeanColumnTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
04:15:41 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigDecimalColumnTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
04:15:41 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBigIntegerColumnTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
04:15:41 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest
04:15:41 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractBooleanColumnWithTriStateTest
04:15:41 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
04:15:41 2021-04-28 08:15:41,967 WARN  [main] org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1672) - Exception decorating cell - MDC[]
04:15:41 org.eclipse.scout.rt.platform.exception.ProcessingException: decoration on empty column [severity=ERROR]
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest$TestDecorationTable$C2Column.execDecorateCell(AbstractColumnTest.java:403)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn$LocalColumnExtension.execDecorateCell(AbstractColumn.java:2073)
04:15:41 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:149)
04:15:41 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain$1.callMethod(ColumnChains.java:1)
04:15:41 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:41 	at org.eclipse.scout.rt.client.extension.ui.basic.table.columns.ColumnChains$ColumnDecorateCellChain.execDecorateCell(ColumnChains.java:152)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.interceptDecorateCell(AbstractColumn.java:2122)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCell(AbstractColumn.java:1669)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumn.decorateCells(AbstractColumn.java:1660)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.applyRowDecorations(AbstractTable.java:3678)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.processDecorationBuffer(AbstractTable.java:3627)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.setTableChanging(AbstractTable.java:1645)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2865)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRows(AbstractTable.java:2821)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2810)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2800)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.AbstractTable.addRow(AbstractTable.java:2795)
04:15:41 	at org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest.testUpdateDisplayText(AbstractColumnTest.java:278)
04:15:41 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:41 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:41 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:41 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:41 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:41 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:41 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:41 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:15:41 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:15:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:15:41 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:15:41 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:15:41 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:15:41 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:15:41 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:15:41 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:15:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:15:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:15:41 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithGlobalPlatform(PlatformStatement.java:96)
04:15:41 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:75)
04:15:41 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:15:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:15:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:15:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:15:41 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:15:41 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:15:41 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:15:41 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:15:42 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
04:15:42 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDateColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
04:15:42 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractDecimalColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
04:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractIntegerColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
04:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractLongColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
04:15:42 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractMixedSmartColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
04:15:42 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractNumberColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
04:15:42 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractProposalColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
04:15:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractRowDataColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractSmartColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
04:15:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.AbstractStringColumnTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnAutoResizeTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
04:15:42 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnEditableTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
04:15:42 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.ColumnVisibilityTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.table.columns.HtmlEnabledTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
04:15:42 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.basic.table.internal.InternalTableRowTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormRegressionTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.OrganizeColumnsFormTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec - in org.eclipse.scout.rt.client.ui.basic.table.organizer.ShowInvisibleColumnsFormTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
04:15:42 2021-04-28 08:15:42,359 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@a058b97 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,367 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5571093b - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,368 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6a8f9c43 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,369 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@5571093b - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,369 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1302c9ce - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,388 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@1d396fd4 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,389 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@b198d75 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,391 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@77ceebe - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,392 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6e81959e - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,392 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@6e81959e - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,395 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@23d65990 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,396 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@30d66244 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,399 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@779f56c1 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,400 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@28057fa2 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,400 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@7620d7d9 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,401 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.removeFilterByKey(TableUserFilterManager.java:55) - Filter removed org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@28057fa2 - MDC[jobName=Running JUnit test in model job]
04:15:42 2021-04-28 08:15:42,401 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManager.addFilter(TableUserFilterManager.java:45) - Filter added org.eclipse.scout.rt.client.ui.basic.table.userfilter.TextColumnUserFilterState@795e8aec - MDC[jobName=Running JUnit test in model job]
04:15:42 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.client.ui.basic.table.userfilter.TableUserFilterManagerTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
04:15:42 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - in org.eclipse.scout.rt.client.ui.basic.tree.AbstractTreeTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
04:15:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.basic.tree.OutlineEventBufferTest
04:15:42 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
04:15:45 Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.757 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventBufferTest
04:15:45 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
04:15:45 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeEventTest
04:15:45 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
04:15:45 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeNodeTest
04:15:45 Running org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
04:15:45 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.basic.tree.TreeUtilityTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
04:15:45 2021-04-28 08:15:45,215 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:45 2021-04-28 08:15:45,216 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2e76af69[id = 5ba64e3d-86ff-424b-b6a0-734dd57cd763], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5ba64e3d-86ff-424b-b6a0-734dd57cd763]]
04:15:45 2021-04-28 08:15:45,225 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.deeplink.DeepLinks.<init>(DeepLinks.java:31) - Registered 1 deep-link handlers:
04:15:45 - org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest$P_TestDeepLinkHandler@355d257e - MDC[jobName=Running JUnit test in model job]
04:15:45 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec - in org.eclipse.scout.rt.client.ui.desktop.AbstractDesktopTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.DataChangeListenerSupportTest
04:15:45 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.desktop.DataChangeListenerSupportTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
04:15:45 2021-04-28 08:15:45,248 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:224) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
04:15:45 2021-04-28 08:15:45,249 ERROR [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:224) - Bookmark key is not serializable. Falling back to toString() which is not overriden by the given class [class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKey] - MDC[]
04:15:45 2021-04-28 08:15:45,249 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:221) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
04:15:45 2021-04-28 08:15:45,250 WARN  [main] org.eclipse.scout.rt.client.services.common.bookmark.internal.BookmarkUtility.makeSerializableKey(BookmarkUtility.java:221) - Bookmark key is not serializable. Falling back to toString(). Note: keys may not be stable [class=class org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest$UnSerializablePrimaryKeyWithToString, string representation:UnSerializablePrimaryKeyWithToString [m_id=1234]] - MDC[]
04:15:45 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.desktop.navigation.BookmarkUtilityTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
04:15:45 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.BookmarkToInvisibleOutlineTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
04:15:45 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.OutlineTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
04:15:45 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithNodesTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
04:15:45 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPageWithTableTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
04:15:45  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$PageWithTable$Table$PageWithTableRowMenu@13b22370
04:15:45  r- org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest$SubPageWithTable$Table$SubPageWithTableEmptySpaceMenu@5aea1d16
04:15:45  m- OutlineMenuWrapper[wrappedMenu=SubPageWithTableEmptySpaceMenu text='EmptySpace' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
04:15:45  m- OutlineMenuWrapper[wrappedMenu=PageWithTableRowMenu text='Edit' enabled=true enabledGranted=true inheritAccessibility=true visible=true visibleGranted=true]
04:15:45 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuNestedPageWithTablesTest
04:15:45 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
04:15:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.OutlineTreeContextMenuTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
04:15:46 2021-04-28 08:15:46,276 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[jobName=Running JUnit test in model job]
04:15:46 java.lang.RuntimeException: null
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageRuntimeExceptionOnDeactivated.execPageDeactivated(PageTest.java:164)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageDeactivated(AbstractPage.java:1202)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageDeactivated(AbstractPageExtension.java:59)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageDeactivated(AbstractPage.java:1122)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:783)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageDeactivatedException(PageTest.java:101)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:46 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:46 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:46 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:46 	at java.security.AccessController.doPrivileged(Native Method)
04:15:46 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:46 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:46 	at java.lang.Thread.run(Thread.java:748)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:46 2021-04-28 08:15:46,291 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=null] - MDC[jobName=Running JUnit test in model job]
04:15:46 java.lang.RuntimeException: null
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageRuntimeExceptionOnActivated.execPageActivated(PageTest.java:150)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageActivated(AbstractPage.java:1187)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageActivated(AbstractPageExtension.java:44)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageActivated(AbstractPage.java:1104)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:771)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageActivatedException(PageTest.java:68)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:46 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:46 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:46 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:46 	at java.security.AccessController.doPrivileged(Native Method)
04:15:46 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:46 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:46 	at java.lang.Thread.run(Thread.java:748)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:46 2021-04-28 08:15:46,293 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[jobName=Running JUnit test in model job]
04:15:46 org.eclipse.scout.rt.platform.exception.ProcessingException: undefined [severity=ERROR]
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageExceptionOnActivated.execPageActivated(PageTest.java:143)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageActivated(AbstractPage.java:1187)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageActivated(AbstractPageExtension.java:44)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:61)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageActivatedChain.execPageActivated(PageChains.java:64)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageActivated(AbstractPage.java:1104)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageActivatedNotify(AbstractPage.java:771)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageActivatedProcessingException(PageTest.java:59)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:46 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:46 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:46 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:46 	at java.security.AccessController.doPrivileged(Native Method)
04:15:46 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:46 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:46 	at java.lang.Thread.run(Thread.java:748)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:46 2021-04-28 08:15:46,301 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=undefined [severity=ERROR]] - MDC[jobName=Running JUnit test in model job]
04:15:46 org.eclipse.scout.rt.platform.exception.ProcessingException: undefined [severity=ERROR]
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest$PageExceptionOnDeactivated.execPageDeactivated(PageTest.java:157)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage$LocalPageExtension.execPageDeactivated(AbstractPage.java:1202)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.AbstractPageExtension.execPageDeactivated(AbstractPageExtension.java:59)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:129)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain$1.callMethod(PageChains.java:1)
04:15:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:46 	at org.eclipse.scout.rt.client.extension.ui.desktop.outline.pages.PageChains$PagePageDeactivatedChain.execPageDeactivated(PageChains.java:132)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.interceptPageDeactivated(AbstractPage.java:1122)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.AbstractPage.pageDeactivatedNotify(AbstractPage.java:783)
04:15:46 	at org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest.testPageDeactivatedProcessingException(PageTest.java:92)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:46 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:46 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:46 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:46 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:46 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:46 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:46 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:46 	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:46 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:46 	at java.security.AccessController.doPrivileged(Native Method)
04:15:46 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:46 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:46 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:46 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:46 	at java.lang.Thread.run(Thread.java:748)
04:15:46 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:46 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.308 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
04:15:46 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithNodesTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
04:15:46 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable1Test
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
04:15:46 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable2Test
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
04:15:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable3Test
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
04:15:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable6Test
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
04:15:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTable7Test
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
04:15:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndPageBeanTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
04:15:46 Edit: change data 'Account'
04:15:46 Edit: change data 'Account'
04:15:46 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableAndTableCustomizerWhenEditingThenMissingSelectionTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
04:15:46 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
04:15:46 2021-04-28 08:15:46,505 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job]
04:15:46 2021-04-28 08:15:46,506 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job]
04:15:46 2021-04-28 08:15:46,515 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job]
04:15:46 2021-04-28 08:15:46,521 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.basic.table.ColumnSet.applyGroupingConfiguration(ColumnSet.java:372) - Invalid column grouping config. Column marked as grouped but there are non-grouped or non-visible sort columns with smaller sort index. Grouping will be set to false. - MDC[jobName=Running JUnit test in model job]
04:15:46 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithHeaderSortColumnsTest
04:15:46 Running org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
04:15:46 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.client.ui.desktop.outline.pages.PageWithTableGroupingWithSortingTest
04:15:46 Running org.eclipse.scout.rt.client.ui.form.AbstractFormTest
04:15:46 2021-04-28 08:15:46,559 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1865) - there are fields with errors - MDC[jobName=Running JUnit test in model job]
04:15:46 2021-04-28 08:15:46,591 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.AbstractForm.validateForm(AbstractForm.java:1865) - there are fields with errors - MDC[jobName=Running JUnit test in model job]
04:15:46 Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.client.ui.form.AbstractFormTest
04:15:46 Running org.eclipse.scout.rt.client.ui.form.FormBasicTest
04:15:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 sec - in org.eclipse.scout.rt.client.ui.form.FormBasicTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
04:15:47 filterFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
04:15:47 filterFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
04:15:47 injectFields: null/TopBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox$TopBox)
04:15:47 injectFields: null/MainBox (org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest$TestForm$MainBox)
04:15:47 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.FormFieldInjectionTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.FormStoredTest
04:15:47 2021-04-28 08:15:47,422 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,427 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,429 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Implementation throws a consumed VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,442 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,444 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,449 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,457 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,459 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:44) - Exception will not be re-thrown for JUnit assertion because already consumed. [exception=Form was marked as not stored. [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
04:15:47 2021-04-28 08:15:47,463 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3233)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3317)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoFormSave(FormStoredWithVetoTest.java:91)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 2021-04-28 08:15:47,466 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.access$1(FormToStore.java:89)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$ModifyHandler.execStore(FormToStore.java:85)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler$LocalFormHandlerExtension.execStore(AbstractFormHandler.java:266)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:92)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain.execStore(FormHandlerChains.java:95)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.interceptStore(AbstractFormHandler.java:307)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.onStore(AbstractFormHandler.java:226)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1761)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoHandlerSave(FormStoredWithVetoTest.java:63)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 2021-04-28 08:15:47,469 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$SaveButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3233)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3317)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doSave(AbstractForm.java:2104)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3046)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickSave(FormToStore.java:146)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoCombinationSave(FormStoredWithVetoTest.java:120)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 2021-04-28 08:15:47,488 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3233)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3317)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoCombinationOk(FormStoredWithVetoTest.java:135)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 2021-04-28 08:15:47,490 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.access$1(FormToStore.java:89)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$ModifyHandler.execStore(FormToStore.java:85)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler$LocalFormHandlerExtension.execStore(AbstractFormHandler.java:266)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:92)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain$1.callMethod(FormHandlerChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormHandlerChains$FormHandlerStoreChain.execStore(FormHandlerChains.java:95)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.interceptStore(AbstractFormHandler.java:307)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractFormHandler.onStore(AbstractFormHandler.java:226)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1761)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoHandlerOk(FormStoredWithVetoTest.java:77)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 2021-04-28 08:15:47,493 INFO  [scout-model-thread-21] org.eclipse.scout.rt.testing.platform.runner.JUnitExceptionHandler.handle(JUnitExceptionHandler.java:49) - Exception will be re-thrown for JUnit assertion. [exception=Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]] - MDC[jobName=Running JUnit test in model job]
04:15:47 org.eclipse.scout.rt.platform.exception.VetoException: Implementation throws a VetoException [severity=ERROR, user=default, form=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore, button=org.eclipse.scout.rt.client.ui.form.fixture.FormToStore$MainBox$OkButton]
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.doIt(FormToStore.java:98)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.execStored(FormToStore.java:62)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$LocalFormExtension.execStored(AbstractForm.java:3233)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.AbstractFormExtension.execStored(AbstractFormExtension.java:55)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:78)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain$1.callMethod(FormChains.java:1)
04:15:47 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:47 	at org.eclipse.scout.rt.client.extension.ui.form.FormChains$FormStoredChain.execStored(FormChains.java:81)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptStored(AbstractForm.java:3317)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.storeStateInternal(AbstractForm.java:1762)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doOk(AbstractForm.java:2052)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.handleSystemButtonEventInternal(AbstractForm.java:3038)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$P_SystemButtonListener.buttonChanged(AbstractForm.java:3090)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonEvent(AbstractButton.java:516)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.fireButtonClicked(AbstractButton.java:504)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fields.button.AbstractButton.doClick(AbstractButton.java:430)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.fixture.FormToStore.clickOk(FormToStore.java:150)
04:15:47 	at org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest.testVetoFormOk(FormStoredWithVetoTest.java:105)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:47 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:47 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:47 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:47 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:47 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:47 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:47 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:47 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:47 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:47 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:47 	at java.security.AccessController.doPrivileged(Native Method)
04:15:47 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:47 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:47 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:47 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:47 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:47 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:47 	at java.lang.Thread.run(Thread.java:748)
04:15:47 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:47 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.eclipse.scout.rt.client.ui.form.FormStoredWithVetoTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.FormWaitForTest
04:15:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.FormWaitForTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
04:15:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.FormWithTableFieldTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
04:15:47 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.ImportFormDataWithFiltersTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
04:15:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml1FormTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
04:15:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml2FormTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
04:15:47 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXml3FormTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest
04:15:47 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWithPropertyExtensionFormTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest
04:15:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.ui.form.StoreAndLoadXmlWrappedFormFieldTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
04:15:47 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldAddRemoveMoveFieldTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
04:15:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldInjectFieldTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
04:15:47 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.CompositeFieldTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest
04:15:47 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldEnabledTest
04:15:47 Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
04:15:47 2021-04-28 08:15:47,948 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job]
04:15:47 2021-04-28 08:15:47,948 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for SimpleTestFormField_org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest$TestForm, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,052 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,052 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractFormField.classId(AbstractFormField.java:1194) - Found a duplicate classid for DUPLICATEDUPLICATE, adding field index. Override classId for dynamically injected fields. - MDC[jobName=Running JUnit test in model job]
04:15:48 Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest
04:15:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.client.ui.form.fields.FormFieldVisibilityTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.ui.form.fields.MasterSlaveRelationWithTemplatesFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec - in org.eclipse.scout.rt.client.ui.form.fields.OrderedComparatorTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.fields.ParsingFailedStatusTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
04:15:48 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.client.ui.form.fields.ReplaceFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
04:15:48 2021-04-28 08:15:48,169 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:378) - Unexpected Error:  - MDC[jobName=Running JUnit test in model job]
04:15:48 org.eclipse.scout.rt.platform.exception.ProcessingException: "EXCEPTION!!!" is an invalid value [severity=ERROR]
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:377)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest.testValidateException(ValueFieldTest.java:116)
04:15:48 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:15:48 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:15:48 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:15:48 	at java.lang.reflect.Method.invoke(Method.java:498)
04:15:48 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:15:48 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:15:48 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:15:48 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:15:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:15:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:15:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:15:48 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:15:48 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:15:48 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:48 	at java.security.AccessController.doPrivileged(Native Method)
04:15:48 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:48 	at java.lang.Thread.run(Thread.java:748)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:48 Caused by: java.lang.RuntimeException: EXCEPTION!!!
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:232)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest$ParseErrorField.execValidateValue(ValueFieldTest.java:1)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField$LocalValueFieldExtension.execValidateValue(AbstractValueField.java:669)
04:15:48 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:46)
04:15:48 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain$1.callMethod(ValueFieldChains.java:1)
04:15:48 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:15:48 	at org.eclipse.scout.rt.client.extension.ui.form.fields.ValueFieldChains$ValueFieldExecValidateChain.execValidateValue(ValueFieldChains.java:49)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.interceptValidateValue(AbstractValueField.java:696)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.validateValue(AbstractValueField.java:499)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.AbstractValueField.setValue(AbstractValueField.java:369)
04:15:48 	... 44 common frames omitted
04:15:48 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec - in org.eclipse.scout.rt.client.ui.form.fields.ValueFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
04:15:48 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigdecimalfield.AbstractBigDecimalFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
04:15:48 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.bigintegerfield.AbstractBigIntegerFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest
04:15:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.booleanfield.AbstractBooleanFieldWithTriStateTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.browserfield.AbstractBrowserFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.AbstractRadioButtonTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.button.ButtonTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
04:15:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.colorfield.ColorFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
04:15:48 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec - in org.eclipse.scout.rt.client.ui.form.fields.composer.ComposerFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest
04:15:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.datefield.AbstractDateFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
04:15:48 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.eclipse.scout.rt.client.ui.form.fields.decimalfield.AbstractDecimalFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
04:15:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.scout.rt.client.ui.form.fields.filechooserfield.FileChooserFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.AbstractGroupBoxTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout0100Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout01Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout02Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout04Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout05Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout06Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout07Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout08Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout09Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout10Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
04:15:48 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.groupbox.internal.GroupBoxLayout11Test
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.fields.htmlfield.AbstractHtmlFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.imagebox.ImageFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
04:15:48 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 sec - in org.eclipse.scout.rt.client.ui.form.fields.integerfield.AbstractIntegerFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
04:15:48 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxInFormTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
04:15:48 2021-04-28 08:15:48,515 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox.filterLookupResult(AbstractListBox.java:557) - The key of a lookup row may not be null. Row has been removed for list box 'org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest'. - MDC[jobName=Running JUnit test in model job]
04:15:48 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.eclipse.scout.rt.client.ui.form.fields.listbox.ListBoxTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
04:15:48 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.client.ui.form.fields.longfield.AbstractLongFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldLenientParsingTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
04:15:48 Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec - in org.eclipse.scout.rt.client.ui.form.fields.numberfield.AbstractNumberFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.client.ui.form.fields.pagefield.PageFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
04:15:48 2021-04-28 08:15:48,649 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,649 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,657 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,658 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,661 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,662 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,689 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 2021-04-28 08:15:48,690 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroup.filterLookup(AbstractRadioButtonGroup.java:379) - The key of a lookup row may not be null. Row has been removed for radio button group 'org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest$P_RadioButtonGroupWithLookupCall'. - MDC[jobName=Running JUnit test in model job]
04:15:48 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.eclipse.scout.rt.client.ui.form.fields.radiobuttongroup.AbstractRadioButtonGroupTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
04:15:48 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec - in org.eclipse.scout.rt.client.ui.form.fields.sequencebox.SequenceBoxTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
04:15:48 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.IncrementalTreeBuilderTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
04:15:48 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.ProposalFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
04:15:48 2021-04-28 08:15:48,812 WARN  [scout-thread-21] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:15:48 org.eclipse.scout.rt.platform.exception.PlatformException: lookup error
04:15:48 	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByRec(LookupCall.java:391)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$5.provide(AbstractContentAssistField.java:1527)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:48 	at java.security.AccessController.doPrivileged(Native Method)
04:15:48 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:48 	at java.lang.Thread.run(Thread.java:748)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:48 2021-04-28 08:15:48,822 WARN  [scout-thread-20] org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper.call(LookupRowHelper.java:57) - Fetching data for empty lookup call - MDC[jobName=Lookup [lookupCall=null, provider=ILookupRowProvider@49c58ca9[Rec Lookup, parentKey=1, activeState=TRUE]]]
04:15:48 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldLookupTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
04:15:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldMultilineTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
04:15:48 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldParseValueTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
04:15:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldSingleResultTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
04:15:48 2021-04-28 08:15:48,911 WARN  [scout-thread-25] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:15:48 java.lang.AssertionError: No lookup should be performed for that test-case
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:225)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:243)
04:15:48 	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:348)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1505)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:48 	at java.security.AccessController.doPrivileged(Native Method)
04:15:48 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:48 	at java.lang.Thread.run(Thread.java:748)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:48 2021-04-28 08:15:48,912 ERROR [scout-model-thread-25] org.eclipse.scout.rt.client.ui.form.fields.smartfield.HierarchicalContentAssistDataFetcher.logException(HierarchicalContentAssistDataFetcher.java:86) -  - MDC[jobName=org.eclipse.scout.rt.platform.job.internal.JobFutureTask$3]
04:15:48 java.lang.AssertionError: No lookup should be performed for that test-case
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.checkLookupAllowed(SmartFieldTest.java:225)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest$StyleLookupService.getDataByText(SmartFieldTest.java:243)
04:15:48 	at org.eclipse.scout.rt.shared.services.lookup.LookupCall.getDataByText(LookupCall.java:348)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.AbstractContentAssistField$4.provide(AbstractContentAssistField.java:1505)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:61)
04:15:48 	at org.eclipse.scout.rt.client.ui.form.fields.smartfield.LookupRowHelper$1.call(LookupRowHelper.java:1)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:15:48 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor$1.run(SubjectProcessor.java:47)
04:15:48 	at java.security.AccessController.doPrivileged(Native Method)
04:15:48 	at javax.security.auth.Subject.doAs(Subject.java:422)
04:15:48 	at org.eclipse.scout.rt.platform.security.SubjectProcessor.intercept(SubjectProcessor.java:43)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:15:48 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:15:48 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:15:48 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:15:48 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:15:48 	at java.lang.Thread.run(Thread.java:748)
04:15:48 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:15:48 Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield.SmartFieldTest
04:15:48 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield2.ProposalField2Test
04:15:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield2.ProposalField2Test
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.smartfield2.SmartField2Test
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.smartfield2.SmartField2Test
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
04:15:49 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.AbstractStringFieldTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.stringfield.StringFieldSetMultilineTextTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
04:15:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldMoveRowTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableFieldTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
04:15:49 2021-04-28 08:15:49,032 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField.getColumnName(AbstractTableField.java:442) - Validation Error on Column without header text, using className for error message. - MDC[]
04:15:49 2021-04-28 08:15:49,038 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField.getColumnName(AbstractTableField.java:442) - Validation Error on Column without header text, using className for error message. - MDC[]
04:15:49 2021-04-28 08:15:49,053 WARN  [main] org.eclipse.scout.rt.client.ui.form.fields.tablefield.AbstractTableField.getColumnName(AbstractTableField.java:442) - Validation Error on Column without header text, using className for error message. - MDC[]
04:15:49 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.client.ui.form.fields.tablefield.TableFieldTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
04:15:49 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxInFormTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
04:15:49 2021-04-28 08:15:49,091 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,095 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,098 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,102 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,105 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,108 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,111 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,113 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$ValidatingTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,115 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,118 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,120 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,123 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$AutoSelectTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,125 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,126 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$1'. - MDC[jobName=Running JUnit test in model job]
04:15:49 2021-04-28 08:15:49,128 WARN  [scout-model-thread-22] org.eclipse.scout.rt.client.ui.form.fields.treebox.AbstractTreeBox.filterLookupResult(AbstractTreeBox.java:598) - The key of a lookup row may not be null. Row has been removed for tree box 'org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest$SimpleTreeBox'. - MDC[jobName=Running JUnit test in model job]
04:15:49 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec - in org.eclipse.scout.rt.client.ui.form.fields.treebox.TreeBoxTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
04:15:49 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 sec - in org.eclipse.scout.rt.client.ui.form.internal.FindFieldByFormDataIdVisitorTest
04:15:49 Running org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.client.ui.form.menu.AbstractMenuTest
04:15:49 Running org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
04:15:49 Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec - in org.eclipse.scout.rt.client.ui.messagebox.MessageBoxTest
04:15:49 Running org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.client.ui.wizard.AbstractWizardTest
04:15:49 Running org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.platform.TypeCastUtilityClientTest
04:15:49 Running org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.shared.data.form.FormDataCloneTest
04:15:49 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithPropertiesTest
04:15:49 Running org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.scout.rt.shared.data.form.FormDataImportWithTemplatesTest
04:15:49 Running org.eclipse.scout.rt.shared.data.form.FormDataToStringTest
04:15:49 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.shared.data.form.FormDataToStringTest
04:15:49 Running org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec - in org.eclipse.scout.rt.shared.data.form.FormDataValidationTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
04:15:49 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryExtensionRegistrationTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
04:15:49 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.shared.extension.ExtensionRegistryInstantiationTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
04:15:49 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.extension.data.model.MoveDataModelEntitiyAndAttributeTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.shared.extension.dto.ContributionOnlyOneTemplateTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataMultipleExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
04:15:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataPropertyExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
04:15:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataSingleExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
04:15:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.scout.rt.shared.extension.dto.FormDataTemplateExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.scout.rt.shared.extension.dto.PageDataExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.shared.extension.dto.TableFieldExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
04:15:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.shared.extension.dto.WrappedFormExtensionTest
04:15:49 Running org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
04:15:49 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.shared.extension.services.common.code.MoveCodesTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
04:15:49 2021-04-28 08:15:49,660 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,661 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@6929b12a[id = 6b2db309-3699-47b2-8f6b-3a7cf02ef92d], user=null] - MDC[jobName=Starting ClientSession [sessionId=6b2db309-3699-47b2-8f6b-3a7cf02ef92d]]
04:15:49 2021-04-28 08:15:49,662 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,662 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@676f3a75[id = 1d8fbe90-f83a-49b8-9a4e-15f85b8d9fd1], user=null] - MDC[jobName=Starting ClientSession [sessionId=1d8fbe90-f83a-49b8-9a4e-15f85b8d9fd1]]
04:15:49 2021-04-28 08:15:49,663 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,664 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@cc019ce[id = 7fbcdb50-e778-45fa-ab69-bd7d39158b1e], user=null] - MDC[jobName=Starting ClientSession [sessionId=7fbcdb50-e778-45fa-ab69-bd7d39158b1e]]
04:15:49 2021-04-28 08:15:49,665 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,665 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,666 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession2@3a75fbd7[id = 00c879cf-8b98-4828-86bc-c9ba8d426716], user=null] - MDC[jobName=Starting ClientSession [sessionId=00c879cf-8b98-4828-86bc-c9ba8d426716]]
04:15:49 2021-04-28 08:15:49,666 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,687 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest$JUnitClientSession1@3c51848c[id = b8a40e94-7585-47b6-b364-1728fc84e861], user=null] - MDC[jobName=Starting ClientSession [sessionId=b8a40e94-7585-47b6-b364-1728fc84e861]]
04:15:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSessionTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
04:15:49 2021-04-28 08:15:49,689 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,689 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,690 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@332f247b[id = fcab1134-00c9-4a71-9622-baabbd7d3256], user=null] - MDC[jobName=Starting ClientSession [sessionId=fcab1134-00c9-4a71-9622-baabbd7d3256]]
04:15:49 2021-04-28 08:15:49,692 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,692 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,692 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest$JUnitClientSession@2c3f3725[id = db64c8ae-7dc5-4a82-9cca-1dd1bf585aeb], user=null] - MDC[jobName=Starting ClientSession [sessionId=db64c8ae-7dc5-4a82-9cca-1dd1bf585aeb]]
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerDifferentSubjectTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
04:15:49 2021-04-28 08:15:49,694 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,694 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,695 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest$JUnitClientSession@4e0122b0[id = b79b9243-19cd-420c-b8a6-6ca55d4a1355], user=null] - MDC[jobName=Starting ClientSession [sessionId=b79b9243-19cd-420c-b8a6-6ca55d4a1355]]
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerSameSessionTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
04:15:49 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutPropertyMapTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
04:15:49 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec - in org.eclipse.scout.rt.testing.client.runner.ClientTestRunnerTimeoutTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
04:15:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedClientTestRunnerTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
04:15:49 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.ParameterizedServerTestRunnerTimeoutTransactionTest
04:15:49 Running org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.testing.client.runner.parameterized.SampleParameterizedClientTest
04:15:49 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
04:15:49 2021-04-28 08:15:49,825 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,825 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,826 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@49f44e83[id = 0c85b822-79e2-4c86-984a-1a1083965698], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0c85b822-79e2-4c86-984a-1a1083965698]]
04:15:49 2021-04-28 08:15:49,828 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,828 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,829 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@31ed21[id = 0b5728e8-1dd6-4959-9463-bd61675fab70], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0b5728e8-1dd6-4959-9463-bd61675fab70]]
04:15:49 2021-04-28 08:15:49,830 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,831 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,832 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@2c925ec3[id = 380c1db8-fdd4-4bfd-8e9b-26dc4322ade8], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=380c1db8-fdd4-4bfd-8e9b-26dc4322ade8]]
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerAdditionalLoginTest
04:15:49 Running org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
04:15:49 2021-04-28 08:15:49,834 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:15:49 2021-04-28 08:15:49,834 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:15:49 2021-04-28 08:15:49,835 INFO  [scout-model-thread-22] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.testing.client.runner.fixture.LoginTestClientSessionProvider$LoginTestClientSession@758fee4e[id = b13d0d65-427f-40d4-8af1-4d0a6cd94910], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b13d0d65-427f-40d4-8af1-4d0a6cd94910]]
04:15:49 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.eclipse.scout.testing.client.runner.ScoutClientTestRunnerLoginTest
04:15:50 
04:15:50 Results :
04:15:50 
04:15:50 Tests run: 1322, Failures: 0, Errors: 0, Skipped: 1
04:15:50 
04:15:50 [INFO] 
04:15:50 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar
04:15:50 [INFO] 
04:15:50 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Skipping because packaging 'jar' is not pom.
04:15:50 [INFO] 
04:15:50 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar
04:15:50 [INFO] 
04:15:50 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar
04:15:50 [INFO] 
04:15:50 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:50 [INFO] 
04:15:50 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Checking compile classpath
04:15:50 [INFO] Checking runtime classpath
04:15:50 [INFO] Checking test classpath
04:15:50 [INFO] 
04:15:50 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.client.test ---
04:15:50 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:51 [INFO] 
04:15:51 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.client.test ---
04:15:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.jar
04:15:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT.pom
04:15:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-tests.jar
04:15:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-sources.jar
04:15:51 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.client.test/target/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.client.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:51 [INFO] 
04:15:51 [INFO] --------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client >--------
04:15:51 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client 7.0.300-SNAPSHOT [27/39]
04:15:51 [INFO] --------------------------------[ jar ]---------------------------------
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] 
04:15:56 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] 
04:15:56 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:56 [INFO] Copying 1 resource
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Changes detected - recompiling the module!
04:15:56 [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/target/classes
04:15:56 [INFO] 
04:15:56 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/src/test/resources
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] No sources to compile
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] No tests to run.
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Skipping because packaging 'jar' is not pom.
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Skipping packaging of the test-jar
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar
04:15:56 [INFO] 
04:15:56 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] No sources in project. Archive not created.
04:15:56 [INFO] 
04:15:56 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Checking compile classpath
04:15:56 [INFO] Checking runtime classpath
04:15:56 [INFO] Checking test classpath
04:15:56 [INFO] 
04:15:56 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client ---
04:15:56 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:57 [INFO] 
04:15:57 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client ---
04:15:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.jar
04:15:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT.pom
04:15:57 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client/target/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client-7.0.300-SNAPSHOT-sources.jar
04:15:57 [INFO] 
04:15:57 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test >------
04:15:57 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test 7.0.300-SNAPSHOT [28/39]
04:15:57 [INFO] --------------------------------[ jar ]---------------------------------
04:15:57 [INFO] 
04:15:57 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.client.test ---
04:15:57 [INFO] 
04:15:57 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.client.test ---
04:15:57 [INFO] 
04:15:57 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] 
04:15:58 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:15:58 [INFO] 
04:15:58 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/src/main/resources
04:15:58 [INFO] 
04:15:58 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] No sources to compile
04:15:58 [INFO] 
04:15:58 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:15:58 [INFO] Copying 4 resources
04:15:58 [INFO] 
04:15:58 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] Changes detected - recompiling the module!
04:15:58 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/test-classes
04:15:58 [INFO] 
04:15:58 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/classes. Directory does not exist!
04:15:58 [INFO] 
04:15:58 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.client.test ---
04:15:58 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/surefire-reports
04:15:58 
04:15:58 -------------------------------------------------------
04:15:58  T E S T S
04:15:58 -------------------------------------------------------
04:15:58 Running org.eclipse.scout.rt.svg.client.SVGUtilityTest
04:15:58 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 sec - in org.eclipse.scout.rt.svg.client.SVGUtilityTest
04:15:59 
04:15:59 Results :
04:15:59 
04:15:59 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
04:15:59 
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [WARNING] JAR will be empty - no content was marked for inclusion!
04:15:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Skipping because packaging 'jar' is not pom.
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] No sources in project. Archive not created.
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:59 [INFO] 
04:15:59 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Checking compile classpath
04:15:59 [INFO] Checking runtime classpath
04:15:59 [INFO] Checking test classpath
04:15:59 [INFO] 
04:15:59 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.client.test ---
04:15:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.jar
04:15:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT.pom
04:15:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-tests.jar
04:15:59 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.client.test/target/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.client.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.client.test-7.0.300-SNAPSHOT-test-sources.jar
04:15:59 [INFO] 
04:15:59 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge >-------
04:15:59 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge 7.0.300-SNAPSHOT [29/39]
04:15:59 [INFO] --------------------------------[ jar ]---------------------------------
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.serverbridge ---
04:15:59 [INFO] 
04:15:59 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.serverbridge ---
04:15:59 [INFO] 
04:15:59 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] 
04:16:00 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/../org.eclipse.scout.rt/target/jacoco-all.exec
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:00 [INFO] Copying 1 resource
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Changes detected - recompiling the module!
04:16:00 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/target/classes
04:16:00 [INFO] 
04:16:00 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/src/test/resources
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] No sources to compile
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] No tests to run.
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Skipping because packaging 'jar' is not pom.
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Skipping packaging of the test-jar
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] No sources in project. Archive not created.
04:16:00 [INFO] 
04:16:00 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Checking compile classpath
04:16:00 [INFO] Checking runtime classpath
04:16:00 [INFO] Checking test classpath
04:16:00 [INFO] 
04:16:00 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:16:00 [INFO] 
04:16:00 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.serverbridge ---
04:16:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.jar
04:16:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT.pom
04:16:00 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.serverbridge/target/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.serverbridge/7.0.300-SNAPSHOT/org.eclipse.scout.rt.serverbridge-7.0.300-SNAPSHOT-sources.jar
04:16:00 [INFO] 
04:16:00 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor >--
04:16:00 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor 7.0.300-SNAPSHOT [30/39]
04:16:00 [INFO] --------------------------------[ jar ]---------------------------------
04:16:03 [INFO] 
04:16:03 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:03 [INFO] 
04:16:03 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:03 [INFO] 
04:16:03 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:03 [INFO] 
04:16:03 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:03 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/../org.eclipse.scout.rt/target/jacoco-all.exec
04:16:03 [INFO] 
04:16:03 [INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Copying slf4j-api-1.7.25.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/slf4j-api.jar
04:16:17 [INFO] Copying rhino-1.7R4.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/rhino.jar
04:16:17 [INFO] Copying yuicompressor-2.4.9-BSI-2.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/yuicompressor.jar
04:16:17 [INFO] Copying commons-logging-1.1.1.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/commons-logging.jar
04:16:17 [INFO] Copying quartz-2.2.3.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/quartz.jar
04:16:17 [INFO] Copying jandex-2.0.3.Final.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/jandex.jar
04:16:17 [INFO] Copying lesscss-engine-1.7.4.bsiR03.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes/private-libs/lesscss-engine.jar
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:17 [INFO] Copying 1 resource
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Changes detected - recompiling the module!
04:16:17 [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/classes
04:16:17 [INFO] 
04:16:17 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/src/test/resources
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] No sources to compile
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] No tests to run.
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Skipping because packaging 'jar' is not pom.
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Skipping packaging of the test-jar
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar
04:16:17 [INFO] 
04:16:17 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] No sources in project. Archive not created.
04:16:17 [INFO] 
04:16:17 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Checking compile classpath
04:16:17 [INFO] Checking runtime classpath
04:16:17 [INFO] Checking test classpath
04:16:17 [INFO] 
04:16:17 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:17 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:16:18 [INFO] 
04:16:18 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor ---
04:16:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.jar
04:16:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT.pom
04:16:18 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor/target/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor-7.0.300-SNAPSHOT-sources.jar
04:16:18 [INFO] 
04:16:18 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html >----------
04:16:18 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html 7.0.300-SNAPSHOT [31/39]
04:16:18 [INFO] --------------------------------[ jar ]---------------------------------
04:16:18 [INFO] 
04:16:18 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html ---
04:16:18 [INFO] 
04:16:18 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html ---
04:16:18 [INFO] 
04:16:18 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html ---
04:16:19 [INFO] 
04:16:19 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html ---
04:16:19 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
04:16:19 [INFO] 
04:16:19 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html ---
04:16:19 [INFO] 
04:16:19 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html ---
04:16:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:19 [INFO] Copying 32 resources
04:16:19 [INFO] Copying 611 resources
04:16:19 [INFO] 
04:16:19 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html ---
04:16:19 [INFO] Changes detected - recompiling the module!
04:16:19 [INFO] Compiling 217 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/target/classes
04:16:20 [INFO] 
04:16:20 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/src/test/resources
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] No sources to compile
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] No tests to run.
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Skipping because packaging 'jar' is not pom.
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Skipping packaging of the test-jar
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar
04:16:20 [INFO] 
04:16:20 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] No sources in project. Archive not created.
04:16:20 [INFO] 
04:16:20 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Checking compile classpath
04:16:20 [INFO] Checking runtime classpath
04:16:20 [INFO] Checking test classpath
04:16:20 [INFO] 
04:16:20 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html ---
04:16:20 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:16:21 [INFO] 
04:16:21 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html ---
04:16:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.jar
04:16:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT.pom
04:16:21 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html/target/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html-7.0.300-SNAPSHOT-sources.jar
04:16:21 [INFO] 
04:16:21 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test >-------
04:16:21 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test 7.0.300-SNAPSHOT [32/39]
04:16:21 [INFO] --------------------------------[ jar ]---------------------------------
04:16:22 [INFO] 
04:16:22 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.test ---
04:16:22 [INFO] 
04:16:22 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.test ---
04:16:22 [INFO] 
04:16:22 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.test ---
04:16:23 [INFO] 
04:16:23 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.test ---
04:16:23 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:16:23 [INFO] 
04:16:23 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.ui.html.test ---
04:16:23 [INFO] 
04:16:23 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.test ---
04:16:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/src/main/resources
04:16:23 [INFO] Copying 12 resources
04:16:23 [INFO] 
04:16:23 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.test ---
04:16:23 [INFO] No sources to compile
04:16:23 [INFO] 
04:16:23 [INFO] --- phantomjs-maven-plugin:0.7:install (default) @ org.eclipse.scout.rt.ui.html.test ---
04:16:35 [INFO] Resolved artifact /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/com/github/klieber/phantomjs/2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2 from eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
04:16:35 [INFO] Extracting /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/com/github/klieber/phantomjs/2.1.1/phantomjs-2.1.1-linux-x86_64.tar.bz2/phantomjs-2.1.1-linux-x86_64/bin/phantomjs to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/phantomjs
04:16:38 [INFO] 
04:16:38 [INFO] --- build-helper-maven-plugin:1.12:add-test-resource (add-js-test-resource) @ org.eclipse.scout.rt.ui.html.test ---
04:16:38 [INFO] 
04:16:38 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.test ---
04:16:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:16:38 [INFO] Copying 16 resources
04:16:38 [INFO] Copying 154 resources
04:16:39 [INFO] 
04:16:39 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.test ---
04:16:39 [INFO] Changes detected - recompiling the module!
04:16:39 [INFO] Compiling 91 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes
04:16:39 [INFO] 
04:16:39 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.ui.html.test ---
04:16:39 [INFO] 
04:16:39 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.test ---
04:16:39 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/surefire-reports
04:16:39 
04:16:39 -------------------------------------------------------
04:16:39  T E S T S
04:16:39 -------------------------------------------------------
04:16:39 Running org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
04:16:39 08:16:39,911 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/test-classes/logback-test.xml]
04:16:39 08:16:39,973 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@53940e2f - Adding [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar!/logback-test-scout.xml] to configuration watch list.
04:16:39 08:16:39,974 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@45e6d1e0 - URL [jar:file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.platform.test/target/org.eclipse.scout.rt.platform.test-7.0.300-SNAPSHOT.jar!/logback-test-scout.xml] is not of type file
04:16:39 08:16:39,990 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
04:16:39 08:16:39,993 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
04:16:40 08:16:40,002 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
04:16:40 08:16:40,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
04:16:40 08:16:40,024 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDERR]
04:16:40 08:16:40,024 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
04:16:40 08:16:40,025 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
04:16:40 08:16:40,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
04:16:40 08:16:40,026 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDERR] to Logger[ROOT]
04:16:40 08:16:40,027 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.quartz] to WARN
04:16:40 08:16:40,027 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.platform.internal.DefaultBeanInstanceProducer] to DEBUG
04:16:40 08:16:40,028 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.scout.rt.ui.html] to DEBUG
04:16:40 08:16:40,028 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
04:16:40 08:16:40,029 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4315c28c - Registering current configuration as safe fallback point
04:16:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec - in org.eclipse.scout.rt.client.ui.form.fields.ModelVariantTest
04:16:40 Running org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
04:16:40 2021-04-28 08:16:40,102 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[]
04:16:40 2021-04-28 08:16:40,114 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:38) - Building jandex class inventory using rebuild strategy IF_MISSING... - MDC[]
04:16:40 2021-04-28 08:16:40,198 INFO  [main] org.eclipse.scout.rt.platform.inventory.ClassInventory.<clinit>(ClassInventory.java:44) - Finished building jandex class inventory in 89.182409 ms. Total class count: 4103 - MDC[]
04:16:40 2021-04-28 08:16:40,397 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 198.119507 ms - MDC[]
04:16:40 2021-04-28 08:16:40,422 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 25.328883 ms - MDC[]
04:16:40 2021-04-28 08:16:40,429 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:16:40 2021-04-28 08:16:40,432 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:16:40 2021-04-28 08:16:40,433 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:16:40 2021-04-28 08:16:40,496 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[]
04:16:40 2021-04-28 08:16:40,497 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.185695 ms - MDC[]
04:16:41 2021-04-28 08:16:41,024 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:41 2021-04-28 08:16:41,197 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:mbndpgvicvso5njpuqlmen9shk - MDC[]
04:16:41 2021-04-28 08:16:41,259 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@400feff5[id = 5323af62-771f-41cf-ae3d-775237c19cd4], user=null] - MDC[jobName=Starting ClientSession [sessionId=5323af62-771f-41cf-ae3d-775237c19cd4]]
04:16:41 2021-04-28 08:16:41,260 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=5323af62-771f-41cf-ae3d-775237c19cd4, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:41 2021-04-28 08:16:41,263 INFO  [main] org.eclipse.scout.rt.ui.html.UiThemeUtility.getConfiguredTheme(UiThemeUtility.java:53) - UI theme configured in config.properties: default - MDC[]
04:16:41 2021-04-28 08:16:41,263 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:41 2021-04-28 08:16:41,272 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@6848d296] - MDC[jobName=Starting JsonClientSession]
04:16:41 2021-04-28 08:16:41,308 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@36f807f5 - MDC[]
04:16:41 2021-04-28 08:16:41,312 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:mbndpgvicvso5njpuqlmen9shk initialized - MDC[]
04:16:41 protocol: Session stopping
04:16:41 2021-04-28 08:16:41,314 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@400feff5[id = 5323af62-771f-41cf-ae3d-775237c19cd4] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,314 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@400feff5[id = 5323af62-771f-41cf-ae3d-775237c19cd4] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,318 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@400feff5[id = 5323af62-771f-41cf-ae3d-775237c19cd4], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,319 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:mbndpgvicvso5njpuqlmen9shk [clientSessionId=5323af62-771f-41cf-ae3d-775237c19cd4, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,319 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:mbndpgvicvso5njpuqlmen9shk... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,320 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:mbndpgvicvso5njpuqlmen9shk from store (clientSessionId=5323af62-771f-41cf-ae3d-775237c19cd4) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,320 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 5323af62-771f-41cf-ae3d-775237c19cd4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,321 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 2021-04-28 08:16:41,323 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:mbndpgvicvso5njpuqlmen9shk - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 protocol: Before MessageBoxInStore
04:16:41 2021-04-28 08:16:41,330 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 java.lang.IllegalStateException: null
04:16:41 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332)
04:16:41 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307)
04:16:41 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:375)
04:16:41 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:570)
04:16:41 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
04:16:41 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
04:16:41 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:16:41 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
04:16:41 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:583)
04:16:41 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:459)
04:16:41 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:16:41 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:16:41 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:16:41 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:16:41 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:16:41 	at java.lang.reflect.Method.invoke(Method.java:498)
04:16:41 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:41 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:16:41 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:16:41 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11.run(ClientSessionWithBlockingConditionInterruptionTest.java:244)
04:16:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:16:41 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:41 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:16:41 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:41 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:41 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:41 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:41 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:16:41 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:16:41 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:16:41 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:16:41 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:16:41 	at java.lang.Thread.run(Thread.java:748)
04:16:41 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:16:41 protocol: After MessageBoxInStore 2
04:16:41 2021-04-28 08:16:41,334 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@400feff5[id = 5323af62-771f-41cf-ae3d-775237c19cd4], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$11]
04:16:41 protocol: All session jobs terminated
04:16:42 2021-04-28 08:16:42,322 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 5323af62-771f-41cf-ae3d-775237c19cd4 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4]
04:16:42 2021-04-28 08:16:42,323 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4]
04:16:42 2021-04-28 08:16:42,323 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4]
04:16:42 2021-04-28 08:16:42,323 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4]
04:16:42 2021-04-28 08:16:42,324 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 5323af62-771f-41cf-ae3d-775237c19cd4]
04:16:42 2021-04-28 08:16:42,326 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:42 2021-04-28 08:16:42,328 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:q1uh1vk7ej0t584509287t2prc - MDC[]
04:16:42 2021-04-28 08:16:42,331 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@69fac706[id = 62021529-6f1e-4e96-adad-594155fd3d10], user=null] - MDC[jobName=Starting ClientSession [sessionId=62021529-6f1e-4e96-adad-594155fd3d10]]
04:16:42 2021-04-28 08:16:42,332 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=62021529-6f1e-4e96-adad-594155fd3d10, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:42 2021-04-28 08:16:42,333 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:42 2021-04-28 08:16:42,336 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@36f807f5 - MDC[]
04:16:42 2021-04-28 08:16:42,337 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:q1uh1vk7ej0t584509287t2prc initialized - MDC[]
04:16:42 protocol: Session stopping
04:16:42 2021-04-28 08:16:42,338 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@69fac706[id = 62021529-6f1e-4e96-adad-594155fd3d10] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,341 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@69fac706[id = 62021529-6f1e-4e96-adad-594155fd3d10] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,342 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@69fac706[id = 62021529-6f1e-4e96-adad-594155fd3d10], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,342 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:q1uh1vk7ej0t584509287t2prc [clientSessionId=62021529-6f1e-4e96-adad-594155fd3d10, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,343 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:q1uh1vk7ej0t584509287t2prc... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,343 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:q1uh1vk7ej0t584509287t2prc from store (clientSessionId=62021529-6f1e-4e96-adad-594155fd3d10) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,343 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 62021529-6f1e-4e96-adad-594155fd3d10 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,343 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,344 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:q1uh1vk7ej0t584509287t2prc - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 protocol: Before Form.start
04:16:42 protocol: Form.execLoad
04:16:42 protocol: Form error ProcessingException There is no desktop or it is not open in the UI. [severity=ERROR]
04:16:42 2021-04-28 08:16:42,408 ERROR [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:462) - Failed to store the client session. - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR]
04:16:42 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1083)
04:16:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:16:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:16:42 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1033)
04:16:42 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026)
04:16:42 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.start(ClientSessionWithBlockingConditionInterruptionTest.java:465)
04:16:42 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execStoreSession(ClientSessionWithBlockingConditionInterruptionTest.java:387)
04:16:42 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execStoreSession(AbstractClientSession.java:570)
04:16:42 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:40)
04:16:42 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain$1.callMethod(ClientSessionChains.java:1)
04:16:42 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:16:42 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionStoreSessionChain.execStoreSession(ClientSessionChains.java:43)
04:16:42 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptStoreSession(AbstractClientSession.java:583)
04:16:42 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:459)
04:16:42 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:16:42 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:16:42 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:16:42 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:16:42 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:16:42 	at java.lang.reflect.Method.invoke(Method.java:498)
04:16:42 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:42 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:16:42 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:16:42 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12.run(ClientSessionWithBlockingConditionInterruptionTest.java:287)
04:16:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:16:42 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:42 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:16:42 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:42 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:42 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:42 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:16:42 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:16:42 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:16:42 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:16:42 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:16:42 	at java.lang.Thread.run(Thread.java:748)
04:16:42 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:16:42 2021-04-28 08:16:42,409 WARN  [scout-model-thread-23] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form FixtureForm] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 2021-04-28 08:16:42,409 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@69fac706[id = 62021529-6f1e-4e96-adad-594155fd3d10], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$12]
04:16:42 protocol: All session jobs terminated
04:16:43 2021-04-28 08:16:43,345 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 62021529-6f1e-4e96-adad-594155fd3d10 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10]
04:16:43 2021-04-28 08:16:43,345 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 62021529-6f1e-4e96-adad-594155fd3d10 from session store - MDC[jobName=Performing session housekeeping for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10]
04:16:43 2021-04-28 08:16:43,345 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10]
04:16:43 2021-04-28 08:16:43,346 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10]
04:16:43 2021-04-28 08:16:43,346 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 62021529-6f1e-4e96-adad-594155fd3d10]
04:16:43 2021-04-28 08:16:43,348 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:43 2021-04-28 08:16:43,349 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:sp2cs4bgdllit1sb1s770p6mf5 - MDC[]
04:16:43 2021-04-28 08:16:43,352 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3064a905[id = 3b483e58-e467-4154-97da-7d343705244a], user=null] - MDC[jobName=Starting ClientSession [sessionId=3b483e58-e467-4154-97da-7d343705244a]]
04:16:43 2021-04-28 08:16:43,352 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=3b483e58-e467-4154-97da-7d343705244a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:43 2021-04-28 08:16:43,353 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:43 protocol: Before MessageBox
04:16:43 2021-04-28 08:16:43,362 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@36f807f5 - MDC[]
04:16:43 2021-04-28 08:16:43,362 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:sp2cs4bgdllit1sb1s770p6mf5 initialized - MDC[]
04:16:43 protocol: MessageBox is open
04:16:43 protocol: Session stopping
04:16:43 2021-04-28 08:16:43,365 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3064a905[id = 3b483e58-e467-4154-97da-7d343705244a] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,365 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3064a905[id = 3b483e58-e467-4154-97da-7d343705244a] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,366 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3064a905[id = 3b483e58-e467-4154-97da-7d343705244a], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,366 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:sp2cs4bgdllit1sb1s770p6mf5 [clientSessionId=3b483e58-e467-4154-97da-7d343705244a, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,366 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:sp2cs4bgdllit1sb1s770p6mf5... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,367 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:sp2cs4bgdllit1sb1s770p6mf5 from store (clientSessionId=3b483e58-e467-4154-97da-7d343705244a) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,367 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 3b483e58-e467-4154-97da-7d343705244a - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,367 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 3b483e58-e467-4154-97da-7d343705244a - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,368 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:sp2cs4bgdllit1sb1s770p6mf5 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 2021-04-28 08:16:43,370 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@3064a905[id = 3b483e58-e467-4154-97da-7d343705244a], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$6]
04:16:43 protocol: Interrupted MessageBox
04:16:43 protocol: All session jobs terminated
04:16:44 2021-04-28 08:16:44,367 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 3b483e58-e467-4154-97da-7d343705244a is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 3b483e58-e467-4154-97da-7d343705244a]
04:16:44 2021-04-28 08:16:44,368 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 3b483e58-e467-4154-97da-7d343705244a from session store - MDC[jobName=Performing session housekeeping for client session with ID 3b483e58-e467-4154-97da-7d343705244a]
04:16:44 2021-04-28 08:16:44,368 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 3b483e58-e467-4154-97da-7d343705244a]
04:16:44 2021-04-28 08:16:44,368 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 3b483e58-e467-4154-97da-7d343705244a]
04:16:44 2021-04-28 08:16:44,368 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 3b483e58-e467-4154-97da-7d343705244a]
04:16:44 2021-04-28 08:16:44,368 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:44 2021-04-28 08:16:44,369 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n - MDC[]
04:16:44 2021-04-28 08:16:44,372 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7900d692[id = 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09], user=null] - MDC[jobName=Starting ClientSession [sessionId=3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]]
04:16:44 2021-04-28 08:16:44,373 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:44 2021-04-28 08:16:44,373 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:44 2021-04-28 08:16:44,377 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@36f807f5 - MDC[]
04:16:44 2021-04-28 08:16:44,377 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n initialized - MDC[]
04:16:44 protocol: Form.execLoad
04:16:44 2021-04-28 08:16:44,402 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureDesktop@4d9b033d - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$7]
04:16:44 protocol: Before Form.waitFor
04:16:44 protocol: Form is open
04:16:44 protocol: Session stopping
04:16:44 2021-04-28 08:16:44,403 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7900d692[id = 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,404 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7900d692[id = 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,404 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7900d692[id = 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,405 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n [clientSessionId=3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,405 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,405 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n from store (clientSessionId=3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,406 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 2021-04-28 08:16:44,407 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:ckg2vdhihcde2f3tf7vd8ehs1n - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 protocol: Form.execFinally
04:16:44 protocol: Form.dispose
04:16:44 2021-04-28 08:16:44,412 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@7900d692[id = 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$9]
04:16:44 protocol: Interrupted Form
04:16:44 protocol: All session jobs terminated
04:16:45 2021-04-28 08:16:45,406 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]
04:16:45 2021-04-28 08:16:45,407 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09 from session store - MDC[jobName=Performing session housekeeping for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]
04:16:45 2021-04-28 08:16:45,407 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]
04:16:45 2021-04-28 08:16:45,407 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]
04:16:45 2021-04-28 08:16:45,408 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 3bb5f832-4f48-4cf8-a33e-72d3c7ec3f09]
04:16:45 2021-04-28 08:16:45,410 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:45 2021-04-28 08:16:45,411 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:qfp70b60rbe90gtv3bptorehjh - MDC[]
04:16:45 protocol: Before MessageBoxInLoad
04:16:45 2021-04-28 08:16:45,413 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Starting ClientSession [sessionId=b12ace63-ccbf-4e54-9ad2-1e963593b0c8]]
04:16:45 java.lang.IllegalStateException: null
04:16:45 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332)
04:16:45 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307)
04:16:45 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:344)
04:16:45 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:575)
04:16:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57)
04:16:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1)
04:16:45 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:16:45 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60)
04:16:45 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:589)
04:16:45 	at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:321)
04:16:45 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81)
04:16:45 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:45 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:45 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:45 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:45 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:45 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:45 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:45 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:16:45 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:16:45 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:16:45 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:16:45 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:16:45 	at java.lang.Thread.run(Thread.java:748)
04:16:45 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:16:45 protocol: After MessageBoxInLoad 2
04:16:45 2021-04-28 08:16:45,413 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6cd2f2a[id = b12ace63-ccbf-4e54-9ad2-1e963593b0c8], user=null] - MDC[jobName=Starting ClientSession [sessionId=b12ace63-ccbf-4e54-9ad2-1e963593b0c8]]
04:16:45 2021-04-28 08:16:45,414 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=b12ace63-ccbf-4e54-9ad2-1e963593b0c8, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:45 2021-04-28 08:16:45,414 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:45 2021-04-28 08:16:45,417 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@36f807f5 - MDC[]
04:16:45 2021-04-28 08:16:45,418 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:qfp70b60rbe90gtv3bptorehjh initialized - MDC[]
04:16:45 protocol: Session stopping
04:16:45 2021-04-28 08:16:45,419 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6cd2f2a[id = b12ace63-ccbf-4e54-9ad2-1e963593b0c8] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,419 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6cd2f2a[id = b12ace63-ccbf-4e54-9ad2-1e963593b0c8] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6cd2f2a[id = b12ace63-ccbf-4e54-9ad2-1e963593b0c8], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:qfp70b60rbe90gtv3bptorehjh [clientSessionId=b12ace63-ccbf-4e54-9ad2-1e963593b0c8, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,420 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:qfp70b60rbe90gtv3bptorehjh... - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:qfp70b60rbe90gtv3bptorehjh from store (clientSessionId=b12ace63-ccbf-4e54-9ad2-1e963593b0c8) - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,420 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session b12ace63-ccbf-4e54-9ad2-1e963593b0c8 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,421 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8 - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,421 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:qfp70b60rbe90gtv3bptorehjh - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 2021-04-28 08:16:45,422 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession@6cd2f2a[id = b12ace63-ccbf-4e54-9ad2-1e963593b0c8], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$10]
04:16:45 protocol: All session jobs terminated
04:16:46 2021-04-28 08:16:46,421 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session b12ace63-ccbf-4e54-9ad2-1e963593b0c8 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8]
04:16:46 2021-04-28 08:16:46,422 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8 from session store - MDC[jobName=Performing session housekeeping for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8]
04:16:46 2021-04-28 08:16:46,422 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8]
04:16:46 2021-04-28 08:16:46,422 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8]
04:16:46 2021-04-28 08:16:46,423 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b12ace63-ccbf-4e54-9ad2-1e963593b0c8]
04:16:46 2021-04-28 08:16:46,425 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:46 2021-04-28 08:16:46,426 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:p7ppk8ug9p5o22hj5lc1l8knqb - MDC[]
04:16:46 2021-04-28 08:16:46,429 WARN  [scout-thread-23] org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:43) - Exception in callable chain. - MDC[]
04:16:46 java.lang.UnsupportedOperationException: The desktop is currently loading. This method must be called after the desktop has loaded and is set onto the session
04:16:46 	at org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktop.createUnsupportedOperationException(VirtualDesktop.java:169)
04:16:46 	at org.eclipse.scout.rt.client.ui.desktop.internal.VirtualDesktop.isShowing(VirtualDesktop.java:473)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.setDisplayHint(AbstractForm.java:2907)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.initConfig(AbstractForm.java:775)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$2.run(AbstractForm.java:667)
04:16:46 	at org.eclipse.scout.rt.shared.extension.ObjectExtensions$1.run(ObjectExtensions.java:86)
04:16:46 	at org.eclipse.scout.rt.shared.extension.ExtensionRegistry.runInContext(ExtensionRegistry.java:748)
04:16:46 	at org.eclipse.scout.rt.shared.extension.ObjectExtensions.initConfig(ObjectExtensions.java:100)
04:16:46 	at org.eclipse.scout.rt.shared.extension.ObjectExtensions.initConfig(ObjectExtensions.java:58)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.interceptInitConfig(AbstractForm.java:663)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$1.run(AbstractForm.java:274)
04:16:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:16:46 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.callInitializer(AbstractForm.java:271)
04:16:46 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.<init>(AbstractForm.java:228)
04:16:46 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureForm.<init>(ClientSessionWithBlockingConditionInterruptionTest.java:436)
04:16:46 	at org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest$FixtureClientSession.execLoadSession(ClientSessionWithBlockingConditionInterruptionTest.java:353)
04:16:46 	at org.eclipse.scout.rt.client.AbstractClientSession$LocalClientSessionExtension.execLoadSession(AbstractClientSession.java:575)
04:16:46 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:57)
04:16:46 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain$1.callMethod(ClientSessionChains.java:1)
04:16:46 	at org.eclipse.scout.rt.shared.extension.AbstractExtensionChain.callChain(AbstractExtensionChain.java:121)
04:16:46 	at org.eclipse.scout.rt.client.extension.ClientSessionChains$ClientSessionLoadSessionChain.execLoadSession(ClientSessionChains.java:60)
04:16:46 	at org.eclipse.scout.rt.client.AbstractClientSession.interceptLoadSession(AbstractClientSession.java:589)
04:16:46 	at org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:321)
04:16:46 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:81)
04:16:46 	at org.eclipse.scout.rt.client.session.ClientSessionProvider$1$1.call(ClientSessionProvider.java:1)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:16:46 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:16:46 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:46 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:16:46 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:16:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:16:46 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:16:46 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:16:46 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:16:46 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:16:46 	at java.lang.Thread.run(Thread.java:748)
04:16:46 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:16:46 2021-04-28 08:16:46,430 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:p7ppk8ug9p5o22hj5lc1l8knqb... - MDC[]
04:16:46 2021-04-28 08:16:46,431 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:p7ppk8ug9p5o22hj5lc1l8knqb from store (clientSessionId=null) - MDC[]
04:16:46 2021-04-28 08:16:46,431 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session null - MDC[]
04:16:46 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.409 sec - in org.eclipse.scout.rt.ui.html.ClientSessionWithBlockingConditionInterruptionTest
04:16:46 Running org.eclipse.scout.rt.ui.html.RequestHistoryTest
04:16:46 2021-04-28 08:16:46,438 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #2 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #3 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #4 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #3 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #2 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:56) - Cleanup previously missing request sequence number #4 - MDC[]
04:16:46 2021-04-28 08:16:46,439 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[]
04:16:46 2021-04-28 08:16:46,440 WARN  [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:63) - Requested sequence number #1000000 exceeds max. request history size for UI session null, dropping entire history. Current state of RequestHistory: lastProcessedRequestSequenceNo=2, missingRequestSequenceNos=[1] - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999900 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999901 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999902 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999903 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999904 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999905 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999906 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999907 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999908 - MDC[]
04:16:46 2021-04-28 08:16:46,440 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999909 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999910 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999911 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999912 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999913 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999914 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999915 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999916 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999917 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999918 - MDC[]
04:16:46 2021-04-28 08:16:46,441 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999919 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999920 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999921 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999922 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999923 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999924 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999925 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999926 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999927 - MDC[]
04:16:46 2021-04-28 08:16:46,442 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999928 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999929 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999930 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999931 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999932 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999933 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999934 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999935 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999936 - MDC[]
04:16:46 2021-04-28 08:16:46,443 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999937 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999938 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999939 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999940 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999941 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999942 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999943 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999944 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999945 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999946 - MDC[]
04:16:46 2021-04-28 08:16:46,444 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999947 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999948 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999949 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999950 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999951 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999952 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999953 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999954 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999955 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999956 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999957 - MDC[]
04:16:46 2021-04-28 08:16:46,445 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999958 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999959 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999960 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999961 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999962 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999963 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999964 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999965 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999966 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999967 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999968 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999969 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999970 - MDC[]
04:16:46 2021-04-28 08:16:46,446 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999971 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999972 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999973 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999974 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999975 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999976 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999977 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999978 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999979 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999980 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999981 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999982 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999983 - MDC[]
04:16:46 2021-04-28 08:16:46,447 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999984 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999985 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999986 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999987 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999988 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999989 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999990 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999991 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999992 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999993 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999994 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999995 - MDC[]
04:16:46 2021-04-28 08:16:46,448 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999996 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999997 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999998 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:66) - Remember missing request sequence number #999999 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #1 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #201 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #202 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #203 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #204 - MDC[]
04:16:46 2021-04-28 08:16:46,449 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #205 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #206 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #207 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #208 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #209 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #210 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #211 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #212 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #213 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #214 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #215 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #216 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #217 - MDC[]
04:16:46 2021-04-28 08:16:46,450 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #218 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #219 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #220 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #221 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #222 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #223 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #224 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #225 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #226 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #227 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #228 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #229 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #230 - MDC[]
04:16:46 2021-04-28 08:16:46,451 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #231 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #232 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #233 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #234 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #235 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #236 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #237 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #238 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #239 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #240 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #241 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #242 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #243 - MDC[]
04:16:46 2021-04-28 08:16:46,452 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #244 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #245 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #246 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #247 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #248 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #249 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #250 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #251 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #252 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #253 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #254 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #255 - MDC[]
04:16:46 2021-04-28 08:16:46,453 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #256 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #257 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #258 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #259 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #260 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #261 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #262 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #263 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #264 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #265 - MDC[]
04:16:46 2021-04-28 08:16:46,454 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #266 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #267 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #268 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #269 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #270 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #271 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #272 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #273 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #274 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #275 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #276 - MDC[]
04:16:46 2021-04-28 08:16:46,455 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #277 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #278 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #279 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #280 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #281 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #282 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #283 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #284 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #285 - MDC[]
04:16:46 2021-04-28 08:16:46,456 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #286 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #287 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #288 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #289 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #290 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #291 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #292 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #293 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #294 - MDC[]
04:16:46 2021-04-28 08:16:46,457 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #295 - MDC[]
04:16:46 2021-04-28 08:16:46,458 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #296 - MDC[]
04:16:46 2021-04-28 08:16:46,458 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #297 - MDC[]
04:16:46 2021-04-28 08:16:46,458 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #298 - MDC[]
04:16:46 2021-04-28 08:16:46,458 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #299 - MDC[]
04:16:46 2021-04-28 08:16:46,458 DEBUG [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:75) - Remember missing request sequence number #301 - MDC[]
04:16:46 2021-04-28 08:16:46,459 WARN  [main] org.eclipse.scout.rt.ui.html.RequestHistory.setRequestProcessed(RequestHistory.java:80) - Max. request history size exceeded for UI session null, dropping oldest request #1. Current state of RequestHistory: lastProcessedRequestSequenceNo=300, missingRequestSequenceNos=[1, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 301] - MDC[]
04:16:46 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec - in org.eclipse.scout.rt.ui.html.RequestHistoryTest
04:16:46 Running org.eclipse.scout.rt.ui.html.ResponseHistoryTest
04:16:46 2021-04-28 08:16:46,460 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.confirmResponseProcessed(ResponseHistory.java:118) - Cleaned up response history (-0). New content: [] [#ACK=1, uiSessionId=null] - MDC[]
04:16:46 2021-04-28 08:16:46,460 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.toSyncResponse(ResponseHistory.java:127) - Synchronize response queue [] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,460 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,461 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #8 to history [7, 8] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,461 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #0 to history [0] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,461 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [0, 1] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,461 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #2 to history [0, 1, 2] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,461 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #3 to history [0, 1, 2, 3] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #4 to history [0, 1, 2, 3, 4] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #5 to history [0, 1, 2, 3, 4, 5] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #6 to history [0, 1, 2, 3, 4, 5, 6] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [0, 1, 2, 3, 4, 5, 6, 7] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #8 to history [0, 1, 2, 3, 4, 5, 6, 7, 8] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #9 to history [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,462 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #0 - MDC[]
04:16:46 2021-04-28 08:16:46,463 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #10 to history [1, 2, 3, 4, 5, 6, 7, 8, 9, 10] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,463 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #1 - MDC[]
04:16:46 2021-04-28 08:16:46,463 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #11 to history [2, 3, 4, 5, 6, 7, 8, 9, 10, 11] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,463 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #2 - MDC[]
04:16:46 2021-04-28 08:16:46,463 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #12 to history [3, 4, 5, 6, 7, 8, 9, 10, 11, 12] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,463 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #3 - MDC[]
04:16:46 2021-04-28 08:16:46,463 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #13 to history [4, 5, 6, 7, 8, 9, 10, 11, 12, 13] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,463 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #4 - MDC[]
04:16:46 2021-04-28 08:16:46,464 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #14 to history [5, 6, 7, 8, 9, 10, 11, 12, 13, 14] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,464 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #5 - MDC[]
04:16:46 2021-04-28 08:16:46,464 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #15 to history [6, 7, 8, 9, 10, 11, 12, 13, 14, 15] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,464 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #6 - MDC[]
04:16:46 2021-04-28 08:16:46,464 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #16 to history [7, 8, 9, 10, 11, 12, 13, 14, 15, 16] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,464 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #7 - MDC[]
04:16:46 2021-04-28 08:16:46,464 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #17 to history [8, 9, 10, 11, 12, 13, 14, 15, 16, 17] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,464 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #8 - MDC[]
04:16:46 2021-04-28 08:16:46,464 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #18 to history [9, 10, 11, 12, 13, 14, 15, 16, 17, 18] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,465 WARN  [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:88) - Max. response history size exceeded for UI session null, dropping oldest response #9 - MDC[]
04:16:46 2021-04-28 08:16:46,465 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #19 to history [10, 11, 12, 13, 14, 15, 16, 17, 18, 19] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,465 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #7 to history [7] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,487 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #8 to history [7, 8] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,487 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.confirmResponseProcessed(ResponseHistory.java:118) - Cleaned up response history (-1). New content: [8] [#ACK=7, uiSessionId=null] - MDC[]
04:16:46 2021-04-28 08:16:46,487 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.confirmResponseProcessed(ResponseHistory.java:118) - Cleaned up response history (-0). New content: [8] [#ACK=5, uiSessionId=null] - MDC[]
04:16:46 2021-04-28 08:16:46,488 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.confirmResponseProcessed(ResponseHistory.java:118) - Cleaned up response history (-1). New content: [] [#ACK=8, uiSessionId=null] - MDC[]
04:16:46 2021-04-28 08:16:46,488 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,488 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #2 to history [1, 2] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,488 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.confirmResponseProcessed(ResponseHistory.java:118) - Cleaned up response history (-2). New content: [] [#ACK=9, uiSessionId=null] - MDC[]
04:16:46 2021-04-28 08:16:46,489 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,489 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[]
04:16:46 2021-04-28 08:16:46,489 DEBUG [main] org.eclipse.scout.rt.ui.html.ResponseHistory.registerResponse(ResponseHistory.java:91) - Added response #1 to history [1] for UI session null - MDC[]
04:16:46 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.eclipse.scout.rt.ui.html.ResponseHistoryTest
04:16:46 Running org.eclipse.scout.rt.ui.html.UiJobsTest
04:16:46 2021-04-28 08:16:46,491 INFO  [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[]
04:16:46 2021-04-28 08:16:46,495 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 3.877604 ms - MDC[]
04:16:46 2021-04-28 08:16:46,499 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 4.471431 ms - MDC[]
04:16:46 2021-04-28 08:16:46,500 INFO  [Thread-1] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:16:46 2021-04-28 08:16:46,501 INFO  [Thread-1] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:16:46 2021-04-28 08:16:46,501 INFO  [Thread-1] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:16:46 2021-04-28 08:16:46,503 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[]
04:16:46 2021-04-28 08:16:46,504 INFO  [Thread-1] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.085931 ms - MDC[]
04:16:46 2021-04-28 08:16:46,510 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:46 2021-04-28 08:16:46,511 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:aelurqpglooj1214qlnko6e1rv - MDC[]
04:16:46 2021-04-28 08:16:46,519 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@62191c79[id = ff763ab8-0dd3-4151-a118-6bbf2c1b5a4f], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=ff763ab8-0dd3-4151-a118-6bbf2c1b5a4f]]
04:16:46 2021-04-28 08:16:46,520 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=ff763ab8-0dd3-4151-a118-6bbf2c1b5a4f, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:46 2021-04-28 08:16:46,521 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:46 2021-04-28 08:16:46,524 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@42242a17] - MDC[jobName=Starting JsonClientSession]
04:16:46 2021-04-28 08:16:46,589 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:16:46 2021-04-28 08:16:46,590 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:aelurqpglooj1214qlnko6e1rv initialized - MDC[]
04:16:46 2021-04-28 08:16:46,593 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:46 2021-04-28 08:16:46,594 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:3kahg83tn2shpb5udeiaiskc34 - MDC[]
04:16:46 2021-04-28 08:16:46,597 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@53b8b67c[id = 5e915c02-4239-427c-95e0-581fae6f9f1a], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5e915c02-4239-427c-95e0-581fae6f9f1a]]
04:16:46 2021-04-28 08:16:46,598 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=5e915c02-4239-427c-95e0-581fae6f9f1a, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:46 2021-04-28 08:16:46,599 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:46 2021-04-28 08:16:46,601 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:16:46 2021-04-28 08:16:46,602 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:3kahg83tn2shpb5udeiaiskc34 initialized - MDC[]
04:16:47 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec - in org.eclipse.scout.rt.ui.html.UiJobsTest
04:16:47 Running org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
04:16:47 2021-04-28 08:16:47,605 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[]
04:16:47 2021-04-28 08:16:47,608 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 2.440075 ms - MDC[]
04:16:47 2021-04-28 08:16:47,610 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 2.136993 ms - MDC[]
04:16:47 2021-04-28 08:16:47,610 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:16:47 2021-04-28 08:16:47,610 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:16:47 2021-04-28 08:16:47,611 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:16:47 2021-04-28 08:16:47,612 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[]
04:16:47 2021-04-28 08:16:47,612 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.040957 ms - MDC[]
04:16:47 2021-04-28 08:16:47,617 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:47 2021-04-28 08:16:47,618 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:47 2021-04-28 08:16:47,621 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[]
04:16:47 2021-04-28 08:16:47,623 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:47 2021-04-28 08:16:47,623 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:47 2021-04-28 08:16:47,623 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:47 2021-04-28 08:16:47,624 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:47 2021-04-28 08:16:47,624 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:956itirt1695icflkmejmg2svk - MDC[]
04:16:47 2021-04-28 08:16:47,625 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=83833fad-eccf-437d-a618-9f9ee8f470ce]]
04:16:47 2021-04-28 08:16:47,627 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@523e783e[id = 83833fad-eccf-437d-a618-9f9ee8f470ce], user=null] - MDC[jobName=Starting ClientSession [sessionId=83833fad-eccf-437d-a618-9f9ee8f470ce]]
04:16:47 2021-04-28 08:16:47,628 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=83833fad-eccf-437d-a618-9f9ee8f470ce, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:47 2021-04-28 08:16:47,628 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:47 2021-04-28 08:16:47,629 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
04:16:47 2021-04-28 08:16:47,630 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:47 2021-04-28 08:16:47,631 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.JsonObjectFactory@5ba945b9] - MDC[jobName=Starting JsonClientSession]
04:16:47 2021-04-28 08:16:47,632 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:47 2021-04-28 08:16:47,633 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:956itirt1695icflkmejmg2svk initialized - MDC[]
04:16:47 2021-04-28 08:16:47,633 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:956itirt1695icflkmejmg2svk in store (clientSessionId=83833fad-eccf-437d-a618-9f9ee8f470ce) - MDC[]
04:16:47 2021-04-28 08:16:47,633 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:956itirt1695icflkmejmg2svk in 10.021751 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:47 2021-04-28 08:16:47,651 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:47 2021-04-28 08:16:47,651 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:47 2021-04-28 08:16:47,652 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:956itirt1695icflkmejmg2svk","clientSessionId":"83833fad-eccf-437d-a618-9f9ee8f470ce","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:47 2021-04-28 08:16:47,652 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 33.471891 ms - MDC[]
04:16:47 2021-04-28 08:16:47,653 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:956itirt1695icflkmejmg2svk (requested by UI) - MDC[]
04:16:47 2021-04-28 08:16:47,653 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:47 2021-04-28 08:16:47,654 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:956itirt1695icflkmejmg2svk... - MDC[]
04:16:47 2021-04-28 08:16:47,654 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:956itirt1695icflkmejmg2svk from store (clientSessionId=83833fad-eccf-437d-a618-9f9ee8f470ce) - MDC[]
04:16:47 2021-04-28 08:16:47,654 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 83833fad-eccf-437d-a618-9f9ee8f470ce - MDC[]
04:16:47 2021-04-28 08:16:47,655 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce - MDC[]
04:16:47 2021-04-28 08:16:47,655 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
04:16:49 2021-04-28 08:16:49,655 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,656 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 83833fad-eccf-437d-a618-9f9ee8f470ce referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,656 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,656 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce from session store - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,656 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,657 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,657 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce]
04:16:49 2021-04-28 08:16:49,658 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,659 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@523e783e[id = 83833fad-eccf-437d-a618-9f9ee8f470ce] - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,659 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@523e783e[id = 83833fad-eccf-437d-a618-9f9ee8f470ce] - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,659 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@523e783e[id = 83833fad-eccf-437d-a618-9f9ee8f470ce], point of no return - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,660 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,660 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,660 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@523e783e[id = 83833fad-eccf-437d-a618-9f9ee8f470ce], user=null] - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,661 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,661 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 83833fad-eccf-437d-a618-9f9ee8f470ce terminated. - MDC[jobName=Stop client session 83833fad-eccf-437d-a618-9f9ee8f470ce due to session housekeeping]
04:16:49 2021-04-28 08:16:49,662 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:49 2021-04-28 08:16:49,663 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:49 2021-04-28 08:16:49,663 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[]
04:16:49 2021-04-28 08:16:49,663 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:49 2021-04-28 08:16:49,663 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:49 2021-04-28 08:16:49,663 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:49 2021-04-28 08:16:49,663 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:49 2021-04-28 08:16:49,664 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom - MDC[]
04:16:49 2021-04-28 08:16:49,665 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=662dae10-36ca-4f1d-843b-000c343921a1]]
04:16:49 2021-04-28 08:16:49,666 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@343dd677[id = 662dae10-36ca-4f1d-843b-000c343921a1], user=null] - MDC[jobName=Starting ClientSession [sessionId=662dae10-36ca-4f1d-843b-000c343921a1]]
04:16:49 2021-04-28 08:16:49,666 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:49 2021-04-28 08:16:49,667 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:49 2021-04-28 08:16:49,668 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
04:16:49 2021-04-28 08:16:49,668 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:49 2021-04-28 08:16:49,670 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:49 2021-04-28 08:16:49,670 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:sl9inaqacpa5n4a993sbkbeaom initialized - MDC[]
04:16:49 2021-04-28 08:16:49,670 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom in store (clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1) - MDC[]
04:16:49 2021-04-28 08:16:49,671 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom in 7.529049 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:49 2021-04-28 08:16:49,672 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:49 2021-04-28 08:16:49,672 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:49 2021-04-28 08:16:49,673 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:sl9inaqacpa5n4a993sbkbeaom","clientSessionId":"662dae10-36ca-4f1d-843b-000c343921a1","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:49 2021-04-28 08:16:49,673 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 10.356620 ms - MDC[]
04:16:49 2021-04-28 08:16:49,674 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:49 2021-04-28 08:16:49,674 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"662dae10-36ca-4f1d-843b-000c343921a1"} - MDC[]
04:16:49 2021-04-28 08:16:49,674 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:49 2021-04-28 08:16:49,674 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:49 2021-04-28 08:16:49,675 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:49 2021-04-28 08:16:49,675 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:49 2021-04-28 08:16:49,675 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2 - MDC[]
04:16:49 2021-04-28 08:16:49,675 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1] - MDC[]
04:16:49 2021-04-28 08:16:49,675 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:49 2021-04-28 08:16:49,677 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:49 2021-04-28 08:16:49,678 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:f88dkgmac7ifsisbcbd540q5s2 initialized - MDC[]
04:16:49 2021-04-28 08:16:49,678 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2 in store (clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1) - MDC[]
04:16:49 2021-04-28 08:16:49,678 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2 in 3.732093 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:49 2021-04-28 08:16:49,679 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:49 2021-04-28 08:16:49,680 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:49 2021-04-28 08:16:49,680 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:f88dkgmac7ifsisbcbd540q5s2","clientSessionId":"662dae10-36ca-4f1d-843b-000c343921a1","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:49 2021-04-28 08:16:49,680 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 6.418687 ms - MDC[]
04:16:49 2021-04-28 08:16:49,681 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom (requested by UI) - MDC[]
04:16:49 2021-04-28 08:16:49,687 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:49 2021-04-28 08:16:49,688 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom... - MDC[]
04:16:49 2021-04-28 08:16:49,688 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:sl9inaqacpa5n4a993sbkbeaom from store (clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1) - MDC[]
04:16:49 2021-04-28 08:16:49,688 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 1 UI sessions and 0 preregistered UI session remaining for client session 662dae10-36ca-4f1d-843b-000c343921a1 - MDC[]
04:16:49 2021-04-28 08:16:49,689 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2 (requested by UI) - MDC[]
04:16:49 2021-04-28 08:16:49,689 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:49 2021-04-28 08:16:49,689 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2... - MDC[]
04:16:49 2021-04-28 08:16:49,690 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:f88dkgmac7ifsisbcbd540q5s2 from store (clientSessionId=662dae10-36ca-4f1d-843b-000c343921a1) - MDC[]
04:16:49 2021-04-28 08:16:49,690 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
04:16:49 2021-04-28 08:16:49,690 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 662dae10-36ca-4f1d-843b-000c343921a1 - MDC[]
04:16:49 2021-04-28 08:16:49,690 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1 - MDC[]
04:16:51 2021-04-28 08:16:51,690 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,690 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 662dae10-36ca-4f1d-843b-000c343921a1 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,690 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 662dae10-36ca-4f1d-843b-000c343921a1 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,690 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 662dae10-36ca-4f1d-843b-000c343921a1 from session store - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,691 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,692 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,692 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 662dae10-36ca-4f1d-843b-000c343921a1]
04:16:51 2021-04-28 08:16:51,693 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,693 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@343dd677[id = 662dae10-36ca-4f1d-843b-000c343921a1] - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,694 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@343dd677[id = 662dae10-36ca-4f1d-843b-000c343921a1] - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,694 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@343dd677[id = 662dae10-36ca-4f1d-843b-000c343921a1], point of no return - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,694 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,695 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,695 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@343dd677[id = 662dae10-36ca-4f1d-843b-000c343921a1], user=null] - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,696 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,696 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 662dae10-36ca-4f1d-843b-000c343921a1 terminated. - MDC[jobName=Stop client session 662dae10-36ca-4f1d-843b-000c343921a1 due to session housekeeping]
04:16:51 2021-04-28 08:16:51,697 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:51 2021-04-28 08:16:51,697 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:51 2021-04-28 08:16:51,698 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[]
04:16:51 2021-04-28 08:16:51,698 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:51 2021-04-28 08:16:51,698 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:51 2021-04-28 08:16:51,698 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:51 2021-04-28 08:16:51,698 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:51 2021-04-28 08:16:51,698 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp - MDC[]
04:16:51 2021-04-28 08:16:51,699 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=d9074980-5b7b-42a5-88fe-653a857a8258]]
04:16:51 2021-04-28 08:16:51,700 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4cb75bac[id = d9074980-5b7b-42a5-88fe-653a857a8258], user=null] - MDC[jobName=Starting ClientSession [sessionId=d9074980-5b7b-42a5-88fe-653a857a8258]]
04:16:51 2021-04-28 08:16:51,701 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:51 2021-04-28 08:16:51,701 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:51 2021-04-28 08:16:51,702 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
04:16:51 2021-04-28 08:16:51,702 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:51 2021-04-28 08:16:51,704 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:51 2021-04-28 08:16:51,704 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:9osqg48pqbguhjr3h7et3hmbjp initialized - MDC[]
04:16:51 2021-04-28 08:16:51,704 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp in store (clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258) - MDC[]
04:16:51 2021-04-28 08:16:51,704 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp in 6.591700 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:51 2021-04-28 08:16:51,706 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:51 2021-04-28 08:16:51,706 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:51 2021-04-28 08:16:51,706 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:9osqg48pqbguhjr3h7et3hmbjp","clientSessionId":"d9074980-5b7b-42a5-88fe-653a857a8258","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:51 2021-04-28 08:16:51,707 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 9.199749 ms - MDC[]
04:16:51 2021-04-28 08:16:51,707 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp (requested by UI) - MDC[]
04:16:51 2021-04-28 08:16:51,708 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:51 2021-04-28 08:16:51,708 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp... - MDC[]
04:16:51 2021-04-28 08:16:51,708 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:9osqg48pqbguhjr3h7et3hmbjp from store (clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258) - MDC[]
04:16:51 2021-04-28 08:16:51,708 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session d9074980-5b7b-42a5-88fe-653a857a8258 - MDC[]
04:16:51 2021-04-28 08:16:51,708 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 - MDC[]
04:16:51 2021-04-28 08:16:51,708 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
04:16:51 2021-04-28 08:16:51,710 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:51 2021-04-28 08:16:51,710 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"d9074980-5b7b-42a5-88fe-653a857a8258"} - MDC[]
04:16:51 2021-04-28 08:16:51,711 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:51 2021-04-28 08:16:51,711 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:51 2021-04-28 08:16:51,711 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:51 2021-04-28 08:16:51,711 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:51 2021-04-28 08:16:51,712 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:qnt3smjcga65p4n99stqf34oh7 - MDC[]
04:16:51 2021-04-28 08:16:51,712 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:230) - Client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 reserved for use - session housekeeping cancelled! - MDC[]
04:16:51 2021-04-28 08:16:51,712 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258] - MDC[]
04:16:51 2021-04-28 08:16:51,712 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:51 2021-04-28 08:16:51,713 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:51 2021-04-28 08:16:51,714 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:51 2021-04-28 08:16:51,715 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:qnt3smjcga65p4n99stqf34oh7 initialized - MDC[]
04:16:51 2021-04-28 08:16:51,715 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:qnt3smjcga65p4n99stqf34oh7 in store (clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258) - MDC[]
04:16:51 2021-04-28 08:16:51,715 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:qnt3smjcga65p4n99stqf34oh7 in 4.398261 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:51 2021-04-28 08:16:51,717 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:51 2021-04-28 08:16:51,717 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:51 2021-04-28 08:16:51,717 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:qnt3smjcga65p4n99stqf34oh7","clientSessionId":"d9074980-5b7b-42a5-88fe-653a857a8258","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:51 2021-04-28 08:16:51,717 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 7.127919 ms - MDC[]
04:16:51 2021-04-28 08:16:51,718 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:qnt3smjcga65p4n99stqf34oh7 (requested by UI) - MDC[]
04:16:51 2021-04-28 08:16:51,718 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:51 2021-04-28 08:16:51,719 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:qnt3smjcga65p4n99stqf34oh7... - MDC[]
04:16:51 2021-04-28 08:16:51,719 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:qnt3smjcga65p4n99stqf34oh7 from store (clientSessionId=d9074980-5b7b-42a5-88fe-653a857a8258) - MDC[]
04:16:51 2021-04-28 08:16:51,719 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session d9074980-5b7b-42a5-88fe-653a857a8258 - MDC[]
04:16:51 2021-04-28 08:16:51,719 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
04:16:51 2021-04-28 08:16:51,719 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 - MDC[]
04:16:53 2021-04-28 08:16:53,720 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,720 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session d9074980-5b7b-42a5-88fe-653a857a8258 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,720 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,720 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 from session store - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,720 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,721 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,721 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d9074980-5b7b-42a5-88fe-653a857a8258]
04:16:53 2021-04-28 08:16:53,723 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,723 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4cb75bac[id = d9074980-5b7b-42a5-88fe-653a857a8258] - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,723 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4cb75bac[id = d9074980-5b7b-42a5-88fe-653a857a8258] - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,724 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4cb75bac[id = d9074980-5b7b-42a5-88fe-653a857a8258], point of no return - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,724 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,724 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,724 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@4cb75bac[id = d9074980-5b7b-42a5-88fe-653a857a8258], user=null] - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,725 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,725 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID d9074980-5b7b-42a5-88fe-653a857a8258 terminated. - MDC[jobName=Stop client session d9074980-5b7b-42a5-88fe-653a857a8258 due to session housekeeping]
04:16:53 2021-04-28 08:16:53,726 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:53 2021-04-28 08:16:53,726 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:53 2021-04-28 08:16:53,726 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[]
04:16:53 2021-04-28 08:16:53,727 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:53 2021-04-28 08:16:53,727 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:53 2021-04-28 08:16:53,727 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:53 2021-04-28 08:16:53,727 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:53 2021-04-28 08:16:53,727 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 - MDC[]
04:16:53 2021-04-28 08:16:53,728 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=74ab1070-7ede-4778-bb36-20598ebd52bf]]
04:16:53 2021-04-28 08:16:53,729 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2438e4d7[id = 74ab1070-7ede-4778-bb36-20598ebd52bf], user=null] - MDC[jobName=Starting ClientSession [sessionId=74ab1070-7ede-4778-bb36-20598ebd52bf]]
04:16:53 2021-04-28 08:16:53,730 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:53 2021-04-28 08:16:53,730 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:53 2021-04-28 08:16:53,731 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
04:16:53 2021-04-28 08:16:53,732 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:53 2021-04-28 08:16:53,734 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:53 2021-04-28 08:16:53,734 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 initialized - MDC[]
04:16:53 2021-04-28 08:16:53,734 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 in store (clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf) - MDC[]
04:16:53 2021-04-28 08:16:53,735 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 in 8.072381 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:53 2021-04-28 08:16:53,737 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:53 2021-04-28 08:16:53,737 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:53 2021-04-28 08:16:53,738 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:ki2lc7j5o3jf33ao8st3igmsh4","clientSessionId":"74ab1070-7ede-4778-bb36-20598ebd52bf","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:53 2021-04-28 08:16:53,738 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.745419 ms - MDC[]
04:16:53 2021-04-28 08:16:53,739 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:53 2021-04-28 08:16:53,740 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true, "clientSessionId":"74ab1070-7ede-4778-bb36-20598ebd52bf"} - MDC[]
04:16:53 2021-04-28 08:16:53,740 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:53 2021-04-28 08:16:53,740 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:53 2021-04-28 08:16:53,740 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:53 2021-04-28 08:16:53,741 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:53 2021-04-28 08:16:53,741 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:kq1s1hug9ue5be3544r320higu - MDC[]
04:16:53 2021-04-28 08:16:53,741 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:297) - Using cached client session [clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf] - MDC[]
04:16:53 2021-04-28 08:16:53,741 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:53 2021-04-28 08:16:53,744 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:53 2021-04-28 08:16:53,744 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:kq1s1hug9ue5be3544r320higu initialized - MDC[]
04:16:53 2021-04-28 08:16:53,745 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:kq1s1hug9ue5be3544r320higu in store (clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf) - MDC[]
04:16:53 2021-04-28 08:16:53,745 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:kq1s1hug9ue5be3544r320higu in 5.002098 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:53 2021-04-28 08:16:53,747 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:53 2021-04-28 08:16:53,747 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:53 2021-04-28 08:16:53,748 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:kq1s1hug9ue5be3544r320higu","clientSessionId":"74ab1070-7ede-4778-bb36-20598ebd52bf","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:53 2021-04-28 08:16:53,748 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 8.657818 ms - MDC[]
04:16:53 2021-04-28 08:16:53,749 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 (requested by UI) - MDC[]
04:16:53 2021-04-28 08:16:53,749 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:53 2021-04-28 08:16:53,750 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4... - MDC[]
04:16:53 2021-04-28 08:16:53,750 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ki2lc7j5o3jf33ao8st3igmsh4 from store (clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf) - MDC[]
04:16:53 2021-04-28 08:16:53,750 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 1 UI sessions and 0 preregistered UI session remaining for client session 74ab1070-7ede-4778-bb36-20598ebd52bf - MDC[]
04:16:53 2021-04-28 08:16:53,788 INFO  [main] org.eclipse.scout.rt.ui.html.json.UnloadRequestHandler.handleUnloadRequest(UnloadRequestHandler.java:61) - Unloading UI session with ID 0:kq1s1hug9ue5be3544r320higu (requested by UI) - MDC[]
04:16:53 2021-04-28 08:16:53,789 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[]
04:16:53 2021-04-28 08:16:53,789 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:kq1s1hug9ue5be3544r320higu... - MDC[]
04:16:53 2021-04-28 08:16:53,789 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:kq1s1hug9ue5be3544r320higu from store (clientSessionId=74ab1070-7ede-4778-bb36-20598ebd52bf) - MDC[]
04:16:53 2021-04-28 08:16:53,789 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 74ab1070-7ede-4778-bb36-20598ebd52bf - MDC[]
04:16:53 2021-04-28 08:16:53,789 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf - MDC[]
04:16:53 2021-04-28 08:16:53,789 INFO  [scout-model-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=Detaching Gui]
04:16:55 2021-04-28 08:16:55,789 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,789 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 74ab1070-7ede-4778-bb36-20598ebd52bf referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,790 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,790 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf from session store - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,790 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,790 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,791 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf]
04:16:55 2021-04-28 08:16:55,791 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,792 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2438e4d7[id = 74ab1070-7ede-4778-bb36-20598ebd52bf] - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,792 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2438e4d7[id = 74ab1070-7ede-4778-bb36-20598ebd52bf] - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,792 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2438e4d7[id = 74ab1070-7ede-4778-bb36-20598ebd52bf], point of no return - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,793 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,793 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,793 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@2438e4d7[id = 74ab1070-7ede-4778-bb36-20598ebd52bf], user=null] - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,794 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,794 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 74ab1070-7ede-4778-bb36-20598ebd52bf terminated. - MDC[jobName=Stop client session 74ab1070-7ede-4778-bb36-20598ebd52bf due to session housekeeping]
04:16:55 2021-04-28 08:16:55,795 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:55 2021-04-28 08:16:55,795 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:85) - JSON request started - MDC[]
04:16:55 2021-04-28 08:16:55,796 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.readJsonRequest(JsonRequestHelper.java:169) - Received: {"startup":true} - MDC[]
04:16:55 2021-04-28 08:16:55,796 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:363) - JSON request started - MDC[]
04:16:55 2021-04-28 08:16:55,796 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:365) - Creating new UI session.... - MDC[]
04:16:55 2021-04-28 08:16:55,796 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.init'  - MDC[]
04:16:55 2021-04-28 08:16:55,797 INFO  [main] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.getOrCreateClientSession'  - MDC[]
04:16:55 2021-04-28 08:16:55,797 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft - MDC[]
04:16:55 2021-04-28 08:16:55,798 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execLoadSession'  - MDC[jobName=Starting ClientSession [sessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638]]
04:16:55 2021-04-28 08:16:55,799 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@278d50e0[id = 7262df5e-5ac0-45fd-8cbb-a57545baf638], user=null] - MDC[jobName=Starting ClientSession [sessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638]]
04:16:55 2021-04-28 08:16:55,799 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:55 2021-04-28 08:16:55,800 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:55 2021-04-28 08:16:55,801 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execOpened'  - MDC[jobName=Starting Desktop]
04:16:55 2021-04-28 08:16:55,801 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiAttached'  - MDC[jobName=Starting Desktop]
04:16:55 2021-04-28 08:16:55,803 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@7b7695f - MDC[]
04:16:55 2021-04-28 08:16:55,803 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:7ebegqqt1ov32s9e48m4o412ft initialized - MDC[]
04:16:55 2021-04-28 08:16:55,804 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft in store (clientSessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638) - MDC[]
04:16:55 2021-04-28 08:16:55,804 INFO  [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.createUiSession(JsonMessageRequestHandler.java:370) - Created new UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft in 8.017135 ms [maxIdleTime=14400s, httpSession.maxInactiveInterval=0s] - MDC[]
04:16:55 2021-04-28 08:16:55,805 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 3] - MDC[jobName=Transforming response to JSON]
04:16:55 2021-04-28 08:16:55,806 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.processJsonRequest(UiSession.java:762) - Adapter count after request: 3 - MDC[]
04:16:55 2021-04-28 08:16:55,806 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonRequestHelper.writeResponse(JsonRequestHelper.java:160) - Returned: {"startupData":{"uiSessionId":"0:7ebegqqt1ov32s9e48m4o412ft","clientSessionId":"7262df5e-5ac0-45fd-8cbb-a57545baf638","clientSession":"2","pollingInterval":60,"persistent":false,"locale":{"languageTag":"und","displayLanguage":"de_ch","displayCountry":"","decimalFormatPatternDefault":"#,##0.###","dateFormatPatternDefault":"MM\/dd\/yyyy","timeFormatPatternDefault":"HH:mm","decimalFormatSymbols":{"decimalSeparator":".","groupingSeparator":",","minusSign":"-"},"dateFormatSymbols":{"months":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthsShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"weekdays":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"weekdaysShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"am":"AM","pm":"PM"}},"textMap":{"Cancel":"--Cancel--","Column":"--Column--","ColumnSorting":"--ColumnSorting--","InactiveState":"--InactiveState--","InvalidNumberMessageX":"--InvalidNumberMessageX--","InvalidValueMessageX":"--InvalidValueMessageX--","NavigationBackward":"--NavigationBackward--","Ok":"--Ok--","Remove":"--Remove--","ResetTableColumns":"--ResetTableColumns--","SmartFieldCannotComplete":"--SmartFieldCannotComplete--","SmartFieldInactiveRow":"--SmartFieldInactiveRow--","SmartFieldMoreThanXRows":"--SmartFieldMoreThanXRows--","SmartFieldNoDataFound":"--SmartFieldNoDataFound--","SmartFieldNotUnique":"--SmartFieldNotUnique--","ui.Active":"--ui.Active--","ui.Aggregation":"--ui.Aggregation--","ui.All":"--ui.All--","ui.Average":"--ui.Average--","ui.BooleanColumnGroupingFalse":"--ui.BooleanColumnGroupingFalse--","ui.BooleanColumnGroupingTrue":"--ui.BooleanColumnGroupingTrue--","ui.Browse":"--ui.Browse--","ui.CW":"--ui.CW--","ui.CalendarCalendarWeek":"--ui.CalendarCalendarWeek--","ui.CalendarDay":"--ui.CalendarDay--","ui.CalendarMonth":"--ui.CalendarMonth--","ui.CalendarToday":"--ui.CalendarToday--","ui.CalendarWeek":"--ui.CalendarWeek--","ui.CalendarWorkWeek":"--ui.CalendarWorkWeek--","ui.CalendarYear":"--ui.CalendarYear--","ui.CannotInsertTextTooLong":"--ui.CannotInsertTextTooLong--","ui.ChooseFile":"--ui.ChooseFile--","ui.ChooseFiles":"--ui.ChooseFiles--","ui.ClipboardTimeout":"--ui.ClipboardTimeout--","ui.ClipboardTimeoutTitle":"--ui.ClipboardTimeoutTitle--","ui.Coloring":"--ui.Coloring--","ui.Column":"--ui.Column--","ui.ConnectionInterrupted":"--ui.ConnectionInterrupted--","ui.ConnectionReestablished":"--ui.ConnectionReestablished--","ui.Continue":"--ui.Continue--","ui.Copy":"--ui.Copy--","ui.Count":"--ui.Count--","ui.DateRange":"--ui.DateRange--","ui.EmptyCell":"--ui.EmptyCell--","ui.ErrorCodeX":"--ui.ErrorCodeX--","ui.FileChooserHint":"--ui.FileChooserHint--","ui.FileSizeLimit":"--ui.FileSizeLimit--","ui.FileSizeLimitTitle":"--ui.FileSizeLimitTitle--","ui.Filter":"--ui.Filter--","ui.FilterBy_":"--ui.FilterBy_--","ui.FilterInfoCount":"--ui.FilterInfoCount--","ui.FilterInfoXOfY":"--ui.FilterInfoXOfY--","ui.FreeText":"--ui.FreeText--","ui.FromXToY":"--ui.FromXToY--","ui.Grouping":"--ui.Grouping--","ui.Ignore":"--ui.Ignore--","ui.Inactive":"--ui.Inactive--","ui.InternalProcessingErrorMsg":"--ui.InternalProcessingErrorMsg--","ui.InternalUiErrorMsg":"--ui.InternalUiErrorMsg--","ui.InvalidDate":"--ui.InvalidDate--","ui.InvalidUriMsg":"--ui.InvalidUriMsg--","ui.LoadingPopupWindow":"--ui.LoadingPopupWindow--","ui.Maximum":"--ui.Maximum--","ui.Minimum":"--ui.Minimum--","ui.Move":"--ui.Move--","ui.NetworkError":"--ui.NetworkError--","ui.NumRowFiltered":"--ui.NumRowFiltered--","ui.NumRowFilteredBy":"--ui.NumRowFilteredBy--","ui.NumRowFilteredMin":"--ui.NumRowFilteredMin--","ui.NumRowLoaded":"--ui.NumRowLoaded--","ui.NumRowLoadedMin":"--ui.NumRowLoadedMin--","ui.NumRowSelected":"--ui.NumRowSelected--","ui.NumRowSelectedMin":"--ui.NumRowSelectedMin--","ui.NumRowsFiltered":"--ui.NumRowsFiltered--","ui.NumRowsFilteredBy":"--ui.NumRowsFilteredBy--","ui.NumRowsFilteredMin":"--ui.NumRowsFilteredMin--","ui.NumRowsLoaded":"--ui.NumRowsLoaded--","ui.NumRowsLoadedMin":"--ui.NumRowsLoadedMin--","ui.NumRowsRendered":"--ui.NumRowsRendered--","ui.NumRowsSelected":"--ui.NumRowsSelected--","ui.NumRowsSelectedMin":"--ui.NumRowsSelectedMin--","ui.NumberRange":"--ui.NumberRange--","ui.OpenManually":"--ui.OpenManually--","ui.OtherValues":"--ui.OtherValues--","ui.Outlines":"--ui.Outlines--","ui.PastedTextTooLong":"--ui.PastedTextTooLong--","ui.PleaseWait_":"--ui.PleaseWait_--","ui.PopupBlockerDetected":"--ui.PopupBlockerDetected--","ui.Reconnecting_":"--ui.Reconnecting_--","ui.Reload":"--ui.Reload--","ui.ReloadData":"--ui.ReloadData--","ui.RemoveFilter":"--ui.RemoveFilter--","ui.SearchFor_":"--ui.SearchFor_--","ui.SelectAll":"--ui.SelectAll--","ui.SelectAllFilter":"--ui.SelectAllFilter--","ui.SelectNone":"--ui.SelectNone--","ui.SelectNoneFilter":"--ui.SelectNoneFilter--","ui.ServerError":"--ui.ServerError--","ui.SessionExpiredMsg":"--ui.SessionExpiredMsg--","ui.SessionTimeout":"--ui.SessionTimeout--","ui.ShowAllNodes":"--ui.ShowAllNodes--","ui.Sum":"--ui.Sum--","ui.TableRowCount":"--ui.TableRowCount--","ui.TableRowCount0":"--ui.TableRowCount0--","ui.TableRowCount1":"--ui.TableRowCount1--","ui.Total":"--ui.Total--","ui.UiInconsistentMsg":"--ui.UiInconsistentMsg--","ui.UnexpectedProblem":"--ui.UnexpectedProblem--","ui.UnsafeUpload":"--ui.UnsafeUpload--","ui.UnsafeUploadMsg":"--ui.UnsafeUploadMsg--","ui.Up":"--ui.Up--","ui.Upload":"--ui.Upload--","ui.add":"--ui.add--","ui.addColumn":"--ui.addColumn--","ui.additionally":"--ui.additionally--","ui.ascending":"--ui.ascending--","ui.ascendingAdditionally":"--ui.ascendingAdditionally--","ui.backward":"--ui.backward--","ui.changeColumn":"--ui.changeColumn--","ui.descending":"--ui.descending--","ui.descendingAdditionally":"--ui.descendingAdditionally--","ui.forward":"--ui.forward--","ui.from":"--ui.from--","ui.fromGreenToRed":"--ui.fromGreenToRed--","ui.fromRedToGreen":"--ui.fromRedToGreen--","ui.grouped":"--ui.grouped--","ui.groupedByMonth":"--ui.groupedByMonth--","ui.groupedByWeekday":"--ui.groupedByWeekday--","ui.groupedByYear":"--ui.groupedByYear--","ui.groupingApply":"--ui.groupingApply--","ui.overEverything":"--ui.overEverything--","ui.overSelection":"--ui.overSelection--","ui.remove":"--ui.remove--","ui.removeColumn":"--ui.removeColumn--","ui.showEveryDate":"--ui.showEveryDate--","ui.to":"--ui.to--","ui.toBegin":"--ui.toBegin--","ui.toEnd":"--ui.toEnd--","ui.withBarChart":"--ui.withBarChart--"}},"adapterData":{"2":{"id":"2","global":true,"desktop":"3"},"3":{"id":"3","objectType":"Desktop","geolocationServiceAvailable":false,"selectViewTabsKeyStrokesEnabled":true,"cacheSplitterPosition":true,"selectViewTabsKeyStrokeModifier":"control","notifications":[],"keyStrokes":[]}}} - MDC[]
04:16:55 2021-04-28 08:16:55,807 DEBUG [main] org.eclipse.scout.rt.ui.html.json.JsonMessageRequestHandler.handlePost(JsonMessageRequestHandler.java:152) - JSON request completed in 11.245449 ms - MDC[]
04:16:55 2021-04-28 08:16:55,808 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopping'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@278d50e0[id = 7262df5e-5ac0-45fd-8cbb-a57545baf638] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@278d50e0[id = 7262df5e-5ac0-45fd-8cbb-a57545baf638] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@278d50e0[id = 7262df5e-5ac0-45fd-8cbb-a57545baf638], point of no return - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft [clientSessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638, processingJsonRequest=false] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'UiSession.dispose'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft... - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,809 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft from store (clientSessionId=7262df5e-5ac0-45fd-8cbb-a57545baf638) - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 7262df5e-5ac0-45fd-8cbb-a57545baf638 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:7ebegqqt1ov32s9e48m4o412ft - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.execStoreSession'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execGuiDetached'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,810 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'Desktop.execClosing'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,811 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$FixtureClientSession@278d50e0[id = 7262df5e-5ac0-45fd-8cbb-a57545baf638], user=null] - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:55 2021-04-28 08:16:55,811 INFO  [scout-model-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'ClientSession.stopped'  - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest$6]
04:16:57 2021-04-28 08:16:57,810 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest.writeToProtocol(UiSessionInitAndDisposeTest.java:115) - New protocol entry: 'SessionStore.doHousekeeping'  - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 2021-04-28 08:16:57,810 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 7262df5e-5ac0-45fd-8cbb-a57545baf638 is inactive, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 2021-04-28 08:16:57,810 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638 from session store - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 2021-04-28 08:16:57,810 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 2021-04-28 08:16:57,811 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 2021-04-28 08:16:57,811 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 7262df5e-5ac0-45fd-8cbb-a57545baf638]
04:16:57 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.21 sec - in org.eclipse.scout.rt.ui.html.UiSessionInitAndDisposeTest
04:16:57 Running org.eclipse.scout.rt.ui.html.UiSessionTest
04:16:57 2021-04-28 08:16:57,817 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:57 2021-04-28 08:16:57,818 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:9vi4v4l23rf2pau3h5e4cvrfes - MDC[]
04:16:57 2021-04-28 08:16:57,820 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f140f06[id = dbb8eea7-7651-4045-8f93-e71febf997c9], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=dbb8eea7-7651-4045-8f93-e71febf997c9]]
04:16:57 2021-04-28 08:16:57,820 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=dbb8eea7-7651-4045-8f93-e71febf997c9, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:57 2021-04-28 08:16:57,821 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:57 2021-04-28 08:16:57,823 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:16:57 2021-04-28 08:16:57,824 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:9vi4v4l23rf2pau3h5e4cvrfes initialized - MDC[]
04:16:57 2021-04-28 08:16:57,824 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:9vi4v4l23rf2pau3h5e4cvrfes in store (clientSessionId=dbb8eea7-7651-4045-8f93-e71febf997c9) - MDC[]
04:16:57 2021-04-28 08:16:57,824 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:16:57 2021-04-28 08:16:57,824 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:9vi4v4l23rf2pau3h5e4cvrfes... - MDC[]
04:16:57 2021-04-28 08:16:57,824 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:9vi4v4l23rf2pau3h5e4cvrfes from store (clientSessionId=dbb8eea7-7651-4045-8f93-e71febf997c9) - MDC[]
04:16:57 2021-04-28 08:16:57,825 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session dbb8eea7-7651-4045-8f93-e71febf997c9 - MDC[]
04:16:57 2021-04-28 08:16:57,825 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 - MDC[]
04:16:57 2021-04-28 08:16:57,825 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session dbb8eea7-7651-4045-8f93-e71febf997c9 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9]
04:16:57 2021-04-28 08:16:57,825 INFO  [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9]
04:16:57 2021-04-28 08:16:57,825 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 from session store - MDC[jobName=Performing session housekeeping for client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9]
04:16:57 2021-04-28 08:16:57,825 DEBUG [scout-thread-25] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9]
04:16:57 2021-04-28 08:16:57,826 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session dbb8eea7-7651-4045-8f93-e71febf997c9 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:16:57 2021-04-28 08:16:57,826 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 because it is not used anymore - MDC[]
04:16:57 2021-04-28 08:16:57,826 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 from session store - MDC[]
04:16:57 2021-04-28 08:16:57,826 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:16:57 2021-04-28 08:16:57,826 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f140f06[id = dbb8eea7-7651-4045-8f93-e71febf997c9] - MDC[jobName=Stop client session dbb8eea7-7651-4045-8f93-e71febf997c9 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,826 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f140f06[id = dbb8eea7-7651-4045-8f93-e71febf997c9] - MDC[jobName=Stop client session dbb8eea7-7651-4045-8f93-e71febf997c9 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,827 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f140f06[id = dbb8eea7-7651-4045-8f93-e71febf997c9], point of no return - MDC[jobName=Stop client session dbb8eea7-7651-4045-8f93-e71febf997c9 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,827 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6f140f06[id = dbb8eea7-7651-4045-8f93-e71febf997c9], user=jenkins] - MDC[jobName=Stop client session dbb8eea7-7651-4045-8f93-e71febf997c9 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,827 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID dbb8eea7-7651-4045-8f93-e71febf997c9 terminated. - MDC[jobName=Stop client session dbb8eea7-7651-4045-8f93-e71febf997c9 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,973 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:16:57 2021-04-28 08:16:57,973 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:idsf7m6chl198j4e1sq89a42e5 - MDC[]
04:16:57 2021-04-28 08:16:57,975 INFO  [scout-model-thread-25] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=e8b3c8be-6293-493b-9458-b0a90a766cb7]]
04:16:57 2021-04-28 08:16:57,975 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=e8b3c8be-6293-493b-9458-b0a90a766cb7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:16:57 2021-04-28 08:16:57,976 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:16:57 2021-04-28 08:16:57,977 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:16:57 2021-04-28 08:16:57,978 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:idsf7m6chl198j4e1sq89a42e5 initialized - MDC[]
04:16:57 2021-04-28 08:16:57,978 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:idsf7m6chl198j4e1sq89a42e5 in store (clientSessionId=e8b3c8be-6293-493b-9458-b0a90a766cb7) - MDC[]
04:16:57 2021-04-28 08:16:57,990 DEBUG [scout-model-thread-25] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@2186d4ca - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
04:16:57 2021-04-28 08:16:57,991 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:16:57 2021-04-28 08:16:57,991 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:idsf7m6chl198j4e1sq89a42e5... - MDC[]
04:16:57 2021-04-28 08:16:57,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:idsf7m6chl198j4e1sq89a42e5 from store (clientSessionId=e8b3c8be-6293-493b-9458-b0a90a766cb7) - MDC[]
04:16:57 2021-04-28 08:16:57,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session e8b3c8be-6293-493b-9458-b0a90a766cb7 - MDC[]
04:16:57 2021-04-28 08:16:57,991 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID e8b3c8be-6293-493b-9458-b0a90a766cb7 - MDC[]
04:16:57 2021-04-28 08:16:57,992 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session e8b3c8be-6293-493b-9458-b0a90a766cb7 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:16:57 2021-04-28 08:16:57,992 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID e8b3c8be-6293-493b-9458-b0a90a766cb7 because it is not used anymore - MDC[]
04:16:57 2021-04-28 08:16:57,992 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID e8b3c8be-6293-493b-9458-b0a90a766cb7 from session store - MDC[]
04:16:57 2021-04-28 08:16:57,992 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:16:57 2021-04-28 08:16:57,993 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7] - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,993 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7] - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:16:57 2021-04-28 08:16:57,993 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7], point of no return - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:16:57 # SessionStoreTestForm.doFinally  WAIT_FOR_JOB...
04:16:59 2021-04-28 08:16:59,995 WARN  [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:16:59 2021-04-28 08:16:59,995 INFO  [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:180) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7], user=jenkins, jobs=[JobFutureTask@19fa5bf9[job=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping, state=WAITING_FOR_PERMIT], JobFutureTask@12e33c7b[job=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:16:59 2021-04-28 08:16:59,996 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:16:59 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-24, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1]
04:16:59 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
04:16:59 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351)
04:16:59 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:80)
04:16:59 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:16:59 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:16:59 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:16:59 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:16:59 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:16:59 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:16:59 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:17:00 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:17:00 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:00 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:00 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:00 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:00 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:00 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:00 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:00 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:00 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:00 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:00 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:00 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:00 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:00 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:00 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:00 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:00 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:00 	at java.lang.Thread.run(Thread.java:748)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:00 Caused by: java.lang.InterruptedException: null
04:17:00 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
04:17:00 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:17:00 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:344)
04:17:00 	... 48 common frames omitted
04:17:00 2021-04-28 08:16:59,997 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:17:00 2021-04-28 08:16:59,997 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@29e0b109[id = e8b3c8be-6293-493b-9458-b0a90a766cb7], user=jenkins] - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:17:00 2021-04-28 08:16:59,997 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID e8b3c8be-6293-493b-9458-b0a90a766cb7 terminated. - MDC[jobName=Stop client session e8b3c8be-6293-493b-9458-b0a90a766cb7 due to session housekeeping]
04:17:00 2021-04-28 08:16:59,997 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:00 2021-04-28 08:16:59,999 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc - MDC[]
04:17:00 2021-04-28 08:17:00,004 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=f3b72536-206c-4ba0-8029-2f6bb9aa1484]]
04:17:00 2021-04-28 08:17:00,004 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=f3b72536-206c-4ba0-8029-2f6bb9aa1484, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:00 2021-04-28 08:17:00,005 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:00 2021-04-28 08:17:00,007 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:00 2021-04-28 08:17:00,007 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:7cjm0kh32qskb7ufka8gaosemc initialized - MDC[]
04:17:00 2021-04-28 08:17:00,007 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc in store (clientSessionId=f3b72536-206c-4ba0-8029-2f6bb9aa1484) - MDC[]
04:17:00 2021-04-28 08:17:00,010 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@476677d7 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3]
04:17:00 2021-04-28 08:17:00,012 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc [clientSessionId=f3b72536-206c-4ba0-8029-2f6bb9aa1484, processingJsonRequest=false] - MDC[]
04:17:00 2021-04-28 08:17:00,012 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc... - MDC[]
04:17:00 2021-04-28 08:17:00,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc from store (clientSessionId=f3b72536-206c-4ba0-8029-2f6bb9aa1484) - MDC[]
04:17:00 2021-04-28 08:17:00,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 - MDC[]
04:17:00 2021-04-28 08:17:00,012 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484 - MDC[]
04:17:00 2021-04-28 08:17:00,013 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,013 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:7cjm0kh32qskb7ufka8gaosemc - MDC[]
04:17:00 2021-04-28 08:17:00,013 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,013 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484 from session store - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,013 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,013 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,014 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484]
04:17:00 2021-04-28 08:17:00,014 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484] - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:00 2021-04-28 08:17:00,014 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484] - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:00 2021-04-28 08:17:00,015 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484], point of no return - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:00 # SessionStoreTestForm.doFinally  WAIT_FOR_JOB...
04:17:02 2021-04-28 08:17:02,015 WARN  [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:02 2021-04-28 08:17:02,016 INFO  [scout-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:180) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484], user=jenkins, jobs=[JobFutureTask@dda6f6c[job=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:02 2021-04-28 08:17:02,016 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:02 org.eclipse.scout.rt.platform.util.concurrent.ThreadInterruptedError: Interrupted while waiting for a job to complete [calling-thread=scout-model-thread-24, job=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm$1]
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobExceptionTranslator.translateInterruptedException(JobExceptionTranslator.java:49)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:351)
04:17:02 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:80)
04:17:02 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:17:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:02 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:02 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:02 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:02 	at java.lang.Thread.run(Thread.java:748)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:02 Caused by: java.lang.InterruptedException: null
04:17:02 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
04:17:02 	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2048)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.CompletionPromise.awaitDoneAndGet(CompletionPromise.java:164)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.awaitDone(JobFutureTask.java:344)
04:17:02 	... 48 common frames omitted
04:17:02 2021-04-28 08:17:02,017 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm] - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,017 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b2f4f45[id = f3b72536-206c-4ba0-8029-2f6bb9aa1484], user=jenkins] - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,017 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID f3b72536-206c-4ba0-8029-2f6bb9aa1484 terminated. - MDC[jobName=Stop client session f3b72536-206c-4ba0-8029-2f6bb9aa1484 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,017 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:02 2021-04-28 08:17:02,018 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 - MDC[]
04:17:02 2021-04-28 08:17:02,020 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b69e495[id = b0fbab36-cb65-4a41-870d-779c74809930], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b0fbab36-cb65-4a41-870d-779c74809930]]
04:17:02 2021-04-28 08:17:02,020 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=b0fbab36-cb65-4a41-870d-779c74809930, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:02 2021-04-28 08:17:02,021 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:02 2021-04-28 08:17:02,023 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:02 2021-04-28 08:17:02,023 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 initialized - MDC[]
04:17:02 2021-04-28 08:17:02,023 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 in store (clientSessionId=b0fbab36-cb65-4a41-870d-779c74809930) - MDC[]
04:17:02 2021-04-28 08:17:02,026 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@6b89cec4 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3]
04:17:02 2021-04-28 08:17:02,026 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 [clientSessionId=b0fbab36-cb65-4a41-870d-779c74809930, processingJsonRequest=false] - MDC[]
04:17:02 2021-04-28 08:17:02,027 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3... - MDC[]
04:17:02 2021-04-28 08:17:02,027 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 from store (clientSessionId=b0fbab36-cb65-4a41-870d-779c74809930) - MDC[]
04:17:02 2021-04-28 08:17:02,027 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session b0fbab36-cb65-4a41-870d-779c74809930 - MDC[]
04:17:02 2021-04-28 08:17:02,027 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID b0fbab36-cb65-4a41-870d-779c74809930 - MDC[]
04:17:02 2021-04-28 08:17:02,028 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session b0fbab36-cb65-4a41-870d-779c74809930 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,028 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:a647ijmqppiqmqmj0g2cjsq1e3 - MDC[]
04:17:02 2021-04-28 08:17:02,028 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID b0fbab36-cb65-4a41-870d-779c74809930 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,028 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID b0fbab36-cb65-4a41-870d-779c74809930 from session store - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,028 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,028 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,028 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b0fbab36-cb65-4a41-870d-779c74809930]
04:17:02 2021-04-28 08:17:02,029 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b69e495[id = b0fbab36-cb65-4a41-870d-779c74809930] - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,029 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b69e495[id = b0fbab36-cb65-4a41-870d-779c74809930] - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,030 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b69e495[id = b0fbab36-cb65-4a41-870d-779c74809930], point of no return - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 # SessionStoreTestForm.doFinally  WAIT_FOR_MESSAGE_BOX...
04:17:02 2021-04-28 08:17:02,030 WARN  [scout-model-thread-21] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 java.lang.IllegalStateException: null
04:17:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332)
04:17:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307)
04:17:02 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
04:17:02 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:17:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:02 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:02 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:02 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:02 	at java.lang.Thread.run(Thread.java:748)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:02 # SessionStoreTestForm.doFinally done.
04:17:02 2021-04-28 08:17:02,031 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@1b69e495[id = b0fbab36-cb65-4a41-870d-779c74809930], user=jenkins] - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,031 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID b0fbab36-cb65-4a41-870d-779c74809930 terminated. - MDC[jobName=Stop client session b0fbab36-cb65-4a41-870d-779c74809930 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,228 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:02 2021-04-28 08:17:02,229 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:f7fo9iu1g6a0echk1t2l86d53q - MDC[]
04:17:02 2021-04-28 08:17:02,230 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5ed5c411[id = 25dbd7c9-d5b4-47e2-87ff-699faf4fe695], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=25dbd7c9-d5b4-47e2-87ff-699faf4fe695]]
04:17:02 2021-04-28 08:17:02,231 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=25dbd7c9-d5b4-47e2-87ff-699faf4fe695, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:02 2021-04-28 08:17:02,231 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:02 2021-04-28 08:17:02,233 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:02 2021-04-28 08:17:02,233 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:f7fo9iu1g6a0echk1t2l86d53q initialized - MDC[]
04:17:02 2021-04-28 08:17:02,234 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:f7fo9iu1g6a0echk1t2l86d53q in store (clientSessionId=25dbd7c9-d5b4-47e2-87ff-699faf4fe695) - MDC[]
04:17:02 2021-04-28 08:17:02,237 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@f5fd30e - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
04:17:02 2021-04-28 08:17:02,237 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:17:02 2021-04-28 08:17:02,237 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:f7fo9iu1g6a0echk1t2l86d53q... - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:f7fo9iu1g6a0echk1t2l86d53q from store (clientSessionId=25dbd7c9-d5b4-47e2-87ff-699faf4fe695) - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:17:02 2021-04-28 08:17:02,238 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 because it is not used anymore - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 from session store - MDC[]
04:17:02 2021-04-28 08:17:02,238 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:17:02 2021-04-28 08:17:02,239 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5ed5c411[id = 25dbd7c9-d5b4-47e2-87ff-699faf4fe695] - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,239 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5ed5c411[id = 25dbd7c9-d5b4-47e2-87ff-699faf4fe695] - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,239 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5ed5c411[id = 25dbd7c9-d5b4-47e2-87ff-699faf4fe695], point of no return - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 # SessionStoreTestForm.doFinally  WAIT_FOR_MESSAGE_BOX...
04:17:02 2021-04-28 08:17:02,240 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332) - there is no desktop or the desktop has not yet been opened in the ui, default answer is CANCEL - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 java.lang.IllegalStateException: null
04:17:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:332)
04:17:02 	at org.eclipse.scout.rt.client.ui.messagebox.MessageBox.show(MessageBox.java:307)
04:17:02 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:72)
04:17:02 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:17:02 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:17:02 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:17:02 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:17:02 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:02 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:02 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:02 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:02 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:02 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:02 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:02 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:02 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:02 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:02 	at java.lang.Thread.run(Thread.java:748)
04:17:02 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:02 # SessionStoreTestForm.doFinally done.
04:17:02 2021-04-28 08:17:02,240 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5ed5c411[id = 25dbd7c9-d5b4-47e2-87ff-699faf4fe695], user=jenkins] - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,240 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 terminated. - MDC[jobName=Stop client session 25dbd7c9-d5b4-47e2-87ff-699faf4fe695 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,241 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:02 2021-04-28 08:17:02,242 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:2qk58net51r5i1t7jgt9fmc18f - MDC[]
04:17:02 2021-04-28 08:17:02,244 INFO  [scout-model-thread-21] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=0537bf7c-acbe-469b-b4ef-ed7b568298f1]]
04:17:02 2021-04-28 08:17:02,244 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=0537bf7c-acbe-469b-b4ef-ed7b568298f1, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:02 2021-04-28 08:17:02,244 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:02 2021-04-28 08:17:02,246 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:02 2021-04-28 08:17:02,247 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:2qk58net51r5i1t7jgt9fmc18f initialized - MDC[]
04:17:02 2021-04-28 08:17:02,247 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:2qk58net51r5i1t7jgt9fmc18f in store (clientSessionId=0537bf7c-acbe-469b-b4ef-ed7b568298f1) - MDC[]
04:17:02 2021-04-28 08:17:02,250 DEBUG [scout-model-thread-21] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@56e95b01 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
04:17:02 2021-04-28 08:17:02,250 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:17:02 2021-04-28 08:17:02,251 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:2qk58net51r5i1t7jgt9fmc18f... - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:2qk58net51r5i1t7jgt9fmc18f from store (clientSessionId=0537bf7c-acbe-469b-b4ef-ed7b568298f1) - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 0537bf7c-acbe-469b-b4ef-ed7b568298f1 - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:17:02 2021-04-28 08:17:02,251 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 0537bf7c-acbe-469b-b4ef-ed7b568298f1 because it is not used anymore - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 0537bf7c-acbe-469b-b4ef-ed7b568298f1 from session store - MDC[]
04:17:02 2021-04-28 08:17:02,251 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:17:02 2021-04-28 08:17:02,252 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1] - MDC[jobName=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,253 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1] - MDC[jobName=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping]
04:17:02 2021-04-28 08:17:02,253 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1], point of no return - MDC[jobName=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping]
04:17:02 # SessionStoreTestForm.doFinally  WAIT_FOR_LOOP...
04:17:02 # for-loop in state RUNNING, ttl=5000
04:17:04 2021-04-28 08:17:04,254 WARN  [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:04 2021-04-28 08:17:04,254 INFO  [scout-thread-25] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:180) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1], user=jenkins, jobs=[JobFutureTask@28058dd0[job=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping, state=RUNNING], JobFutureTask@557d8693[job=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping, state=WAITING_FOR_PERMIT]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:04 # for-loop in state DONE, ttl=2430
04:17:06 # for-loop in state DONE, ttl=466
04:17:07 # SessionStoreTestForm.doFinally done.
04:17:07 2021-04-28 08:17:07,254 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@745f9040[id = 0537bf7c-acbe-469b-b4ef-ed7b568298f1], user=jenkins] - MDC[jobName=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,255 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 0537bf7c-acbe-469b-b4ef-ed7b568298f1 terminated. - MDC[jobName=Stop client session 0537bf7c-acbe-469b-b4ef-ed7b568298f1 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,255 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,256 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo - MDC[]
04:17:07 2021-04-28 08:17:07,258 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b9c42c[id = adb73991-b435-43c4-a549-82f665460ca3], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=adb73991-b435-43c4-a549-82f665460ca3]]
04:17:07 2021-04-28 08:17:07,258 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=adb73991-b435-43c4-a549-82f665460ca3, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,258 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,260 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,261 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:2ofkjlbrups6jfbm0qrc5esgpo initialized - MDC[]
04:17:07 2021-04-28 08:17:07,261 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo in store (clientSessionId=adb73991-b435-43c4-a549-82f665460ca3) - MDC[]
04:17:07 2021-04-28 08:17:07,263 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@65a12172 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3]
04:17:07 2021-04-28 08:17:07,264 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo [clientSessionId=adb73991-b435-43c4-a549-82f665460ca3, processingJsonRequest=false] - MDC[]
04:17:07 2021-04-28 08:17:07,264 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo... - MDC[]
04:17:07 2021-04-28 08:17:07,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo from store (clientSessionId=adb73991-b435-43c4-a549-82f665460ca3) - MDC[]
04:17:07 2021-04-28 08:17:07,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session adb73991-b435-43c4-a549-82f665460ca3 - MDC[]
04:17:07 2021-04-28 08:17:07,264 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID adb73991-b435-43c4-a549-82f665460ca3 - MDC[]
04:17:07 2021-04-28 08:17:07,265 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session adb73991-b435-43c4-a549-82f665460ca3 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,265 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:2ofkjlbrups6jfbm0qrc5esgpo - MDC[]
04:17:07 2021-04-28 08:17:07,265 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID adb73991-b435-43c4-a549-82f665460ca3 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,265 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID adb73991-b435-43c4-a549-82f665460ca3 from session store - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,265 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,266 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,266 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID adb73991-b435-43c4-a549-82f665460ca3]
04:17:07 2021-04-28 08:17:07,266 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b9c42c[id = adb73991-b435-43c4-a549-82f665460ca3] - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,267 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b9c42c[id = adb73991-b435-43c4-a549-82f665460ca3] - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,267 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b9c42c[id = adb73991-b435-43c4-a549-82f665460ca3], point of no return - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 # SessionStoreTestForm.doFinally  WAIT_FOR_ANOTHER_FORM...
04:17:07 2021-04-28 08:17:07,288 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1083)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1033)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026)
04:17:07 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:65)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:17:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:17:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:17:07 	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
04:17:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:07 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:07 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:07 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:07 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:07 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:07 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:07 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:07 	at java.lang.Thread.run(Thread.java:748)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:07 2021-04-28 08:17:07,288 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,288 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@2b9c42c[id = adb73991-b435-43c4-a549-82f665460ca3], user=jenkins] - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,288 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID adb73991-b435-43c4-a549-82f665460ca3 terminated. - MDC[jobName=Stop client session adb73991-b435-43c4-a549-82f665460ca3 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,464 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,465 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h - MDC[]
04:17:07 2021-04-28 08:17:07,467 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4089ceb[id = 5b25fac1-a1d1-4832-80a0-a577cc31e0a7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=5b25fac1-a1d1-4832-80a0-a577cc31e0a7]]
04:17:07 2021-04-28 08:17:07,467 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=5b25fac1-a1d1-4832-80a0-a577cc31e0a7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,467 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,469 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,470 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:ngtm7a9brmbiv367s6nosb6c9h initialized - MDC[]
04:17:07 2021-04-28 08:17:07,470 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h in store (clientSessionId=5b25fac1-a1d1-4832-80a0-a577cc31e0a7) - MDC[]
04:17:07 2021-04-28 08:17:07,472 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@25dd7682 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3]
04:17:07 2021-04-28 08:17:07,473 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h [clientSessionId=5b25fac1-a1d1-4832-80a0-a577cc31e0a7, processingJsonRequest=false] - MDC[]
04:17:07 2021-04-28 08:17:07,473 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h... - MDC[]
04:17:07 2021-04-28 08:17:07,473 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h from store (clientSessionId=5b25fac1-a1d1-4832-80a0-a577cc31e0a7) - MDC[]
04:17:07 2021-04-28 08:17:07,473 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 - MDC[]
04:17:07 2021-04-28 08:17:07,473 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 - MDC[]
04:17:07 2021-04-28 08:17:07,474 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:ngtm7a9brmbiv367s6nosb6c9h - MDC[]
04:17:07 2021-04-28 08:17:07,474 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,474 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,474 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 from session store - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,474 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,474 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,474 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7]
04:17:07 2021-04-28 08:17:07,475 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4089ceb[id = 5b25fac1-a1d1-4832-80a0-a577cc31e0a7] - MDC[jobName=Stop client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,475 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4089ceb[id = 5b25fac1-a1d1-4832-80a0-a577cc31e0a7] - MDC[jobName=Stop client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,476 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4089ceb[id = 5b25fac1-a1d1-4832-80a0-a577cc31e0a7], point of no return - MDC[jobName=Stop client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 due to session housekeeping]
04:17:07 # SessionStoreTestForm.doFinally  DO_NOTHING...
04:17:07 # SessionStoreTestForm.doFinally done.
04:17:07 2021-04-28 08:17:07,477 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@4089ceb[id = 5b25fac1-a1d1-4832-80a0-a577cc31e0a7], user=jenkins] - MDC[jobName=Stop client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,477 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 terminated. - MDC[jobName=Stop client session 5b25fac1-a1d1-4832-80a0-a577cc31e0a7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,674 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,675 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:4adfcdjr4s2rs4c81sq91aqsgo - MDC[]
04:17:07 2021-04-28 08:17:07,676 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6036db0e[id = 03ec1c3e-f48f-4e2d-abc6-6ee42e980362], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=03ec1c3e-f48f-4e2d-abc6-6ee42e980362]]
04:17:07 2021-04-28 08:17:07,676 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=03ec1c3e-f48f-4e2d-abc6-6ee42e980362, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,677 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,679 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,679 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:4adfcdjr4s2rs4c81sq91aqsgo initialized - MDC[]
04:17:07 2021-04-28 08:17:07,679 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:4adfcdjr4s2rs4c81sq91aqsgo in store (clientSessionId=03ec1c3e-f48f-4e2d-abc6-6ee42e980362) - MDC[]
04:17:07 2021-04-28 08:17:07,682 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@562e9f0e - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
04:17:07 2021-04-28 08:17:07,682 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:17:07 2021-04-28 08:17:07,682 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:4adfcdjr4s2rs4c81sq91aqsgo... - MDC[]
04:17:07 2021-04-28 08:17:07,683 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:4adfcdjr4s2rs4c81sq91aqsgo from store (clientSessionId=03ec1c3e-f48f-4e2d-abc6-6ee42e980362) - MDC[]
04:17:07 2021-04-28 08:17:07,683 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 - MDC[]
04:17:07 2021-04-28 08:17:07,683 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 - MDC[]
04:17:07 2021-04-28 08:17:07,683 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:17:07 2021-04-28 08:17:07,683 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 because it is not used anymore - MDC[]
04:17:07 2021-04-28 08:17:07,683 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 from session store - MDC[]
04:17:07 2021-04-28 08:17:07,684 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:17:07 2021-04-28 08:17:07,684 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6036db0e[id = 03ec1c3e-f48f-4e2d-abc6-6ee42e980362] - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,684 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6036db0e[id = 03ec1c3e-f48f-4e2d-abc6-6ee42e980362] - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,685 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6036db0e[id = 03ec1c3e-f48f-4e2d-abc6-6ee42e980362], point of no return - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 # SessionStoreTestForm.doFinally  WAIT_FOR_ANOTHER_FORM...
04:17:07 2021-04-28 08:17:07,687 ERROR [scout-model-thread-24] org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2058) - Exception while closing forms - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 org.eclipse.scout.rt.platform.exception.ProcessingException: There is no desktop or it is not open in the UI. [severity=ERROR, form=org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm]
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm$5.run(AbstractForm.java:1083)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.startInternal(AbstractForm.java:1033)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.start(AbstractForm.java:1026)
04:17:07 	at org.eclipse.scout.rt.ui.html.fixtures.SessionStoreTestForm.doFinally(SessionStoreTestForm.java:65)
04:17:07 	at org.eclipse.scout.rt.client.ui.form.AbstractForm.doClose(AbstractForm.java:1944)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.internalCloseForms(AbstractDesktop.java:2055)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop.closeInternal(AbstractDesktop.java:1953)
04:17:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:467)
04:17:07 	at org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:414)
04:17:07 	at org.eclipse.scout.rt.client.ui.desktop.AbstractDesktop$P_UIFacade.closeFromUI(AbstractDesktop.java:2508)
04:17:07 	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
04:17:07 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:07 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1$1.call(ModelContextProxy.java:60)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxMandatory(TransactionProcessor.java:143)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:126)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.client.ModelContextProxy$1.invoke(ModelContextProxy.java:56)
04:17:07 	at com.sun.proxy.$Proxy34.closeFromUI(Unknown Source)
04:17:07 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:90)
04:17:07 	at org.eclipse.scout.rt.client.session.ClientSessionStopHelper$1.run(ClientSessionStopHelper.java:61)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:07 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.ExceptionProcessor.intercept(ExceptionProcessor.java:41)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner$1.call(RunContextRunner.java:42)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:07 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:07 	at org.eclipse.scout.rt.platform.context.RunContextRunner.intercept(RunContextRunner.java:38)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.CallableChainExceptionHandler.intercept(CallableChainExceptionHandler.java:22)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:07 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask$1.call(JobFutureTask.java:108)
04:17:07 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.JobFutureTask.run(JobFutureTask.java:167)
04:17:07 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
04:17:07 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
04:17:07 	at java.lang.Thread.run(Thread.java:748)
04:17:07 	at org.eclipse.scout.rt.platform.job.internal.NamedThreadFactory$1.run(NamedThreadFactory.java:63)
04:17:07 2021-04-28 08:17:07,688 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.transformation.MainDeviceTransformer.dispose(MainDeviceTransformer.java:64) - Transformed forms map is not empty. Make sure every form gets closed properly to free up memory as quickly as possible. Cleaning up now... Open forms: [Form SessionStoreTestForm, Form SessionStoreTestForm] - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,688 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@6036db0e[id = 03ec1c3e-f48f-4e2d-abc6-6ee42e980362], user=jenkins] - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,688 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,688 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 terminated. - MDC[jobName=Stop client session 03ec1c3e-f48f-4e2d-abc6-6ee42e980362 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,689 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:e87ggqd8h37a33t3oar0tlk3lq - MDC[]
04:17:07 2021-04-28 08:17:07,691 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@762cec4[id = d65bf215-c2ed-4f72-9527-acd1d8948e3e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=d65bf215-c2ed-4f72-9527-acd1d8948e3e]]
04:17:07 2021-04-28 08:17:07,691 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=d65bf215-c2ed-4f72-9527-acd1d8948e3e, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,691 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,693 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,693 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:e87ggqd8h37a33t3oar0tlk3lq initialized - MDC[]
04:17:07 2021-04-28 08:17:07,693 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:e87ggqd8h37a33t3oar0tlk3lq... - MDC[]
04:17:07 2021-04-28 08:17:07,693 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:e87ggqd8h37a33t3oar0tlk3lq from store (clientSessionId=d65bf215-c2ed-4f72-9527-acd1d8948e3e) - MDC[]
04:17:07 2021-04-28 08:17:07,694 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session d65bf215-c2ed-4f72-9527-acd1d8948e3e - MDC[]
04:17:07 2021-04-28 08:17:07,694 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e - MDC[]
04:17:07 2021-04-28 08:17:07,694 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session d65bf215-c2ed-4f72-9527-acd1d8948e3e referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,742 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,742 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e from session store - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,742 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,742 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,743 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e]
04:17:07 2021-04-28 08:17:07,743 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@762cec4[id = d65bf215-c2ed-4f72-9527-acd1d8948e3e] - MDC[jobName=Stop client session d65bf215-c2ed-4f72-9527-acd1d8948e3e due to session housekeeping]
04:17:07 2021-04-28 08:17:07,743 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@762cec4[id = d65bf215-c2ed-4f72-9527-acd1d8948e3e] - MDC[jobName=Stop client session d65bf215-c2ed-4f72-9527-acd1d8948e3e due to session housekeeping]
04:17:07 2021-04-28 08:17:07,744 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@762cec4[id = d65bf215-c2ed-4f72-9527-acd1d8948e3e], point of no return - MDC[jobName=Stop client session d65bf215-c2ed-4f72-9527-acd1d8948e3e due to session housekeeping]
04:17:07 2021-04-28 08:17:07,744 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@762cec4[id = d65bf215-c2ed-4f72-9527-acd1d8948e3e], user=jenkins] - MDC[jobName=Stop client session d65bf215-c2ed-4f72-9527-acd1d8948e3e due to session housekeeping]
04:17:07 2021-04-28 08:17:07,745 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID d65bf215-c2ed-4f72-9527-acd1d8948e3e terminated. - MDC[jobName=Stop client session d65bf215-c2ed-4f72-9527-acd1d8948e3e due to session housekeeping]
04:17:07 2021-04-28 08:17:07,793 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,794 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:5iat0nb4ibci0v4ept61hle1sf - MDC[]
04:17:07 2021-04-28 08:17:07,796 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@773ec9bb[id = 7b03ab74-d741-49fd-b0c9-723af7333c23], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=7b03ab74-d741-49fd-b0c9-723af7333c23]]
04:17:07 2021-04-28 08:17:07,796 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=7b03ab74-d741-49fd-b0c9-723af7333c23, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,796 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,798 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,799 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:5iat0nb4ibci0v4ept61hle1sf initialized - MDC[]
04:17:07 2021-04-28 08:17:07,799 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@773ec9bb[id = 7b03ab74-d741-49fd-b0c9-723af7333c23] - MDC[]
04:17:07 2021-04-28 08:17:07,799 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@773ec9bb[id = 7b03ab74-d741-49fd-b0c9-723af7333c23] - MDC[]
04:17:07 2021-04-28 08:17:07,800 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@773ec9bb[id = 7b03ab74-d741-49fd-b0c9-723af7333c23], point of no return - MDC[]
04:17:07 2021-04-28 08:17:07,800 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:5iat0nb4ibci0v4ept61hle1sf [clientSessionId=7b03ab74-d741-49fd-b0c9-723af7333c23, processingJsonRequest=false] - MDC[]
04:17:07 2021-04-28 08:17:07,801 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:5iat0nb4ibci0v4ept61hle1sf... - MDC[]
04:17:07 2021-04-28 08:17:07,801 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:5iat0nb4ibci0v4ept61hle1sf from store (clientSessionId=7b03ab74-d741-49fd-b0c9-723af7333c23) - MDC[]
04:17:07 2021-04-28 08:17:07,801 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session 7b03ab74-d741-49fd-b0c9-723af7333c23 - MDC[]
04:17:07 2021-04-28 08:17:07,801 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23 - MDC[]
04:17:07 2021-04-28 08:17:07,801 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:5iat0nb4ibci0v4ept61hle1sf - MDC[]
04:17:07 2021-04-28 08:17:07,801 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:383) - Session housekeeping: Client session 7b03ab74-d741-49fd-b0c9-723af7333c23 is stopping, removing it from store - MDC[jobName=Performing session housekeeping for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23]
04:17:07 2021-04-28 08:17:07,801 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23 from session store - MDC[jobName=Performing session housekeeping for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23]
04:17:07 2021-04-28 08:17:07,801 DEBUG [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23]
04:17:07 2021-04-28 08:17:07,802 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23]
04:17:07 2021-04-28 08:17:07,802 INFO  [main] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@773ec9bb[id = 7b03ab74-d741-49fd-b0c9-723af7333c23], user=jenkins] - MDC[]
04:17:07 2021-04-28 08:17:07,802 INFO  [scout-thread-24] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID 7b03ab74-d741-49fd-b0c9-723af7333c23]
04:17:07 2021-04-28 08:17:07,803 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,803 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:bnpm13pifqf0dfbsfqc2dcrvnq - MDC[]
04:17:07 2021-04-28 08:17:07,805 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33d8c490[id = bed2d287-e631-46f7-ae40-76e91d4e082c], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=bed2d287-e631-46f7-ae40-76e91d4e082c]]
04:17:07 2021-04-28 08:17:07,806 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=bed2d287-e631-46f7-ae40-76e91d4e082c, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,806 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,809 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,809 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:bnpm13pifqf0dfbsfqc2dcrvnq initialized - MDC[]
04:17:07 2021-04-28 08:17:07,809 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:bnpm13pifqf0dfbsfqc2dcrvnq in store (clientSessionId=bed2d287-e631-46f7-ae40-76e91d4e082c) - MDC[]
04:17:07 2021-04-28 08:17:07,812 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@10f24407 - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$6]
04:17:07 2021-04-28 08:17:07,813 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 1 client sessions and 1 UI sessions - MDC[]
04:17:07 2021-04-28 08:17:07,813 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:bnpm13pifqf0dfbsfqc2dcrvnq... - MDC[]
04:17:07 2021-04-28 08:17:07,813 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:bnpm13pifqf0dfbsfqc2dcrvnq from store (clientSessionId=bed2d287-e631-46f7-ae40-76e91d4e082c) - MDC[]
04:17:07 2021-04-28 08:17:07,813 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session bed2d287-e631-46f7-ae40-76e91d4e082c - MDC[]
04:17:07 2021-04-28 08:17:07,814 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID bed2d287-e631-46f7-ae40-76e91d4e082c - MDC[]
04:17:07 2021-04-28 08:17:07,814 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session bed2d287-e631-46f7-ae40-76e91d4e082c referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[]
04:17:07 2021-04-28 08:17:07,814 INFO  [main] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID bed2d287-e631-46f7-ae40-76e91d4e082c because it is not used anymore - MDC[]
04:17:07 2021-04-28 08:17:07,814 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID bed2d287-e631-46f7-ae40-76e91d4e082c from session store - MDC[]
04:17:07 2021-04-28 08:17:07,814 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[]
04:17:07 2021-04-28 08:17:07,815 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33d8c490[id = bed2d287-e631-46f7-ae40-76e91d4e082c] - MDC[jobName=Stop client session bed2d287-e631-46f7-ae40-76e91d4e082c due to session housekeeping]
04:17:07 2021-04-28 08:17:07,815 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33d8c490[id = bed2d287-e631-46f7-ae40-76e91d4e082c] - MDC[jobName=Stop client session bed2d287-e631-46f7-ae40-76e91d4e082c due to session housekeeping]
04:17:07 2021-04-28 08:17:07,815 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33d8c490[id = bed2d287-e631-46f7-ae40-76e91d4e082c], point of no return - MDC[jobName=Stop client session bed2d287-e631-46f7-ae40-76e91d4e082c due to session housekeeping]
04:17:07 # SessionStoreTestForm.doFinally  DO_NOTHING...
04:17:07 # SessionStoreTestForm.doFinally done.
04:17:07 2021-04-28 08:17:07,816 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@33d8c490[id = bed2d287-e631-46f7-ae40-76e91d4e082c], user=jenkins] - MDC[jobName=Stop client session bed2d287-e631-46f7-ae40-76e91d4e082c due to session housekeeping]
04:17:07 2021-04-28 08:17:07,816 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID bed2d287-e631-46f7-ae40-76e91d4e082c terminated. - MDC[jobName=Stop client session bed2d287-e631-46f7-ae40-76e91d4e082c due to session housekeeping]
04:17:07 2021-04-28 08:17:07,818 DEBUG [main] org.eclipse.scout.rt.ui.html.HttpSessionHelper.getSessionStore(HttpSessionHelper.java:48) - Created new session store for HTTP session with ID null - MDC[]
04:17:07 2021-04-28 08:17:07,818 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.preregisterUiSession(SessionStore.java:218) - Pre-register UI session with ID 0:n7neg118s1smvargd24a60ilg9 - MDC[]
04:17:07 2021-04-28 08:17:07,820 INFO  [scout-model-thread-23] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=b03e0c7c-0fec-42dd-8952-fad86027afa7]]
04:17:07 2021-04-28 08:17:07,820 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.getOrCreateClientSession(UiSession.java:303) - Created new client session [clientSessionId=b03e0c7c-0fec-42dd-8952-fad86027afa7, userAgent=HTML|DESKTOP|UNKNOWN|UNKNOWN|dummy] - MDC[]
04:17:07 2021-04-28 08:17:07,821 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.initUiTheme(UiSession.java:421) - UI theme model=default current=default reloadPage=false - MDC[]
04:17:07 2021-04-28 08:17:07,823 DEBUG [main] org.eclipse.scout.rt.ui.html.UiSession.getTextMap(UiSession.java:1246) - Gathered UI text keys from contributor org.eclipse.scout.rt.ui.html.UiTextContributor@554f6e30 - MDC[]
04:17:07 2021-04-28 08:17:07,823 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.init(UiSession.java:263) - UiSession with ID 0:n7neg118s1smvargd24a60ilg9 initialized - MDC[]
04:17:07 2021-04-28 08:17:07,823 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.registerUiSession(SessionStore.java:256) - Register UI session with ID 0:n7neg118s1smvargd24a60ilg9 in store (clientSessionId=b03e0c7c-0fec-42dd-8952-fad86027afa7) - MDC[]
04:17:07 2021-04-28 08:17:07,825 DEBUG [scout-model-thread-23] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@1a671b9f - MDC[jobName=org.eclipse.scout.rt.ui.html.UiSessionTest$3]
04:17:07 2021-04-28 08:17:07,826 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:966) - Logging out from UI session with ID 0:n7neg118s1smvargd24a60ilg9 [clientSessionId=b03e0c7c-0fec-42dd-8952-fad86027afa7, processingJsonRequest=false] - MDC[]
04:17:07 2021-04-28 08:17:07,826 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.dispose(UiSession.java:598) - Disposing UI session with ID 0:n7neg118s1smvargd24a60ilg9... - MDC[]
04:17:07 2021-04-28 08:17:07,827 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:295) - Unregister UI session with ID 0:n7neg118s1smvargd24a60ilg9 from store (clientSessionId=b03e0c7c-0fec-42dd-8952-fad86027afa7) - MDC[]
04:17:07 2021-04-28 08:17:07,827 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.unregisterUiSession(SessionStore.java:322) - 0 UI sessions and 0 preregistered UI session remaining for client session b03e0c7c-0fec-42dd-8952-fad86027afa7 - MDC[]
04:17:07 2021-04-28 08:17:07,827 DEBUG [main] org.eclipse.scout.rt.ui.html.SessionStore.startHousekeepingInsideWriteLock(SessionStore.java:353) - Session housekeeping: Schedule job for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7 - MDC[]
04:17:07 2021-04-28 08:17:07,827 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:391) - Session housekeeping: Client session b03e0c7c-0fec-42dd-8952-fad86027afa7 referenced by 0 UI sessions and 0 preregistered UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,827 INFO  [main] org.eclipse.scout.rt.ui.html.UiSession.logout(UiSession.java:980) - Logged out successfully from UI session with ID 0:n7neg118s1smvargd24a60ilg9 - MDC[]
04:17:07 2021-04-28 08:17:07,827 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.doHousekeepingOutsideWriteLock(SessionStore.java:396) - Session housekeeping: Shutting down client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7 because it is not used anymore - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,827 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:409) - Remove client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7 from session store - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,827 DEBUG [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.removeClientSessionInsideWriteLock(SessionStore.java:427) - Remaining sessions: [clientSessions: 0, clientSessionFlat: 0, uiSessions: 0, uiSessionsByClientSession: 0, preregisteredUiSessions: 0, preregisteredUiSessionsByClientSession: 0] - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,828 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.checkHttpSessionOutsideWriteLock(SessionStore.java:495) - Invalidate HTTP session with ID null because session store contains no more client sessions - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,828 INFO  [scout-thread-23] org.eclipse.scout.rt.ui.html.SessionStore.valueUnbound(SessionStore.java:454) - Detected invalidation of HTTP session null, cleaning up 0 client sessions and 0 UI sessions - MDC[jobName=Performing session housekeeping for client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7]
04:17:07 2021-04-28 08:17:07,828 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:419) - Enter stop(0) of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7] - MDC[jobName=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,829 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:424) - Call desktop.doBeforeClosingInternal of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7] - MDC[jobName=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping]
04:17:07 2021-04-28 08:17:07,829 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.stop(AbstractClientSession.java:449) - Begin stop of clientSession org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7], point of no return - MDC[jobName=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping]
04:17:07 # SessionStoreTestForm.doFinally  WAIT_FOR_LOOP...
04:17:07 # for-loop in state RUNNING, ttl=4999
04:17:09 2021-04-28 08:17:09,829 WARN  [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.awaitJobs(ClientSessionStopHelper.java:162) - Client session org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7] did not stop within 1 seconds. Stopping will continue. - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:09 2021-04-28 08:17:09,830 INFO  [scout-thread-23] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.cancelJobs(ClientSessionStopHelper.java:180) - Cancel running model jobs because the client session was shut down. [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7], user=jenkins, jobs=[JobFutureTask@5b950d8d[job=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping, state=RUNNING]]] - MDC[jobName=org.eclipse.scout.rt.client.session.ClientSessionStopHelper$2]
04:17:09 # for-loop in state DONE, ttl=2856
04:17:11 # for-loop in state DONE, ttl=907
04:17:12 # SessionStoreTestForm.doFinally done.
04:17:12 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.014 sec - in org.eclipse.scout.rt.ui.html.UiSessionTest
04:17:12 Running org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest
04:17:12 2021-04-28 08:17:12,830 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.inactivateSession(AbstractClientSession.java:503) - Client session stopped [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@b4b2fd5[id = b03e0c7c-0fec-42dd-8952-fad86027afa7], user=jenkins] - MDC[jobName=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping]
04:17:12 2021-04-28 08:17:12,830 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.session.ClientSessionStopHelper.callStop(ClientSessionStopHelper.java:95) - Client session with ID b03e0c7c-0fec-42dd-8952-fad86027afa7 terminated. - MDC[jobName=Stop client session b03e0c7c-0fec-42dd-8952-fad86027afa7 due to session housekeeping]
04:17:12 2021-04-28 08:17:12,831 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[]
04:17:12 2021-04-28 08:17:12,834 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:215) - Collected 265 beans in 2.047756 ms - MDC[]
04:17:12 2021-04-28 08:17:12,835 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.createBeanManager(PlatformImplementor.java:220) - Registered 265 beans in 1.533453 ms - MDC[]
04:17:12 2021-04-28 08:17:12,835 INFO  [main] org.eclipse.scout.rt.platform.logger.LoggerPlatformListener.registerLoggerSupportBean(LoggerPlatformListener.java:105) - Registered logger support org.eclipse.scout.rt.platform.logger.LogbackLoggerSupport - MDC[]
04:17:12 2021-04-28 08:17:12,836 INFO  [main] org.eclipse.scout.rt.shared.services.common.code.CodeTypeRegistrator.stateChanged(CodeTypeRegistrator.java:32) - 0 code type classes registered. - MDC[]
04:17:12 2021-04-28 08:17:12,836 INFO  [main] org.eclipse.scout.rt.platform.internal.PlatformImplementor.validateConfiguration(PlatformImplementor.java:184) - No config.properties found. Running with empty configuration. - MDC[]
04:17:12 2021-04-28 08:17:12,837 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.stateChanged(PrebuildFiles.java:39) - Pre-building of web resources is enabled - MDC[]
04:17:12 2021-04-28 08:17:12,837 INFO  [main] org.eclipse.scout.rt.ui.html.res.PrebuildFiles.buildResources(PrebuildFiles.java:69) - Finished pre-building of 0 web resources in 0.030861 ms - MDC[]
04:17:12 2021-04-28 08:17:12,840 WARN  [main] org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:34) - DETECTED_THREAD_INTERRUPTION in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest#39da0d43 'test', clearing interrupt status successful - MDC[]
04:17:12 java.lang.Exception: Calling trace
04:17:12 	at org.eclipse.scout.rt.ui.html.UiThreadInterruption.detectAndClear(UiThreadInterruption.java:39)
04:17:12 	at org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest.testDetectAndClearWithInterrupt(UiThreadInterruptionTest.java:62)
04:17:12 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
04:17:12 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
04:17:12 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
04:17:12 	at java.lang.reflect.Method.invoke(Method.java:498)
04:17:12 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
04:17:12 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
04:17:12 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
04:17:12 	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ThrowHandledExceptionStatement.evaluate(ThrowHandledExceptionStatement.java:33)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TransactionAddFailureOnAnyExceptionStatement.evaluate(TransactionAddFailureOnAnyExceptionStatement.java:23)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedBeforeStatement.evaluate(PlatformTestRunner.java:340)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsInitStatement.evaluate(BeanAnnotationsInitStatement.java:46)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.PlatformTestRunner$InterceptedAfterStatement.evaluate(PlatformTestRunner.java:361)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.BeanAnnotationsCleanupStatement.evaluate(BeanAnnotationsCleanupStatement.java:38)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.ClearThreadInterruptionStatusStatement.evaluate(ClearThreadInterruptionStatusStatement.java:35)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.SubjectStatement.evaluate(SubjectStatement.java:58)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RegisterBeanStatement.evaluate(RegisterBeanStatement.java:49)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.TimesStatement.evaluate(TimesStatement.java:44)
04:17:12 	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
04:17:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
04:17:12 	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
04:17:12 	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
04:17:12 	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
04:17:12 	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
04:17:12 	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
04:17:12 	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.SafeStatementInvoker.run(SafeStatementInvoker.java:39)
04:17:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:34)
04:17:12 	at org.eclipse.scout.rt.platform.util.concurrent.Callables$1.call(Callables.java:1)
04:17:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:227)
04:17:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequiresNew(TransactionProcessor.java:100)
04:17:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.runTxRequired(TransactionProcessor.java:129)
04:17:12 	at org.eclipse.scout.rt.platform.transaction.TransactionProcessor.intercept(TransactionProcessor.java:71)
04:17:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain$Chain.continueChain(CallableChain.java:222)
04:17:12 	at org.eclipse.scout.rt.platform.chain.callable.CallableChain.call(CallableChain.java:170)
04:17:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:156)
04:17:12 	at org.eclipse.scout.rt.platform.context.RunContext.call(RunContext.java:137)
04:17:12 	at org.eclipse.scout.rt.platform.context.RunContext.run(RunContext.java:108)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.RunContextStatement.evaluate(RunContextStatement.java:40)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.AssertNoRunningJobsStatement.evaluate(AssertNoRunningJobsStatement.java:62)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluateWithNewPlatform(PlatformStatement.java:85)
04:17:12 	at org.eclipse.scout.rt.testing.platform.runner.statement.PlatformStatement.evaluate(PlatformStatement.java:72)
04:17:12 	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
04:17:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:367)
04:17:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:274)
04:17:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
04:17:12 	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:161)
04:17:12 	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:290)
04:17:12 	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242)
04:17:12 	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
04:17:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.eclipse.scout.rt.ui.html.UiThreadInterruptionTest
04:17:12 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
04:17:12 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheControlTest
04:17:12 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
04:17:12 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheKeyTest
04:17:12 Running org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
04:17:12 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpCacheObjectTest
04:17:12 Running org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
04:17:12 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.cache.HttpResourceCacheTest
04:17:12 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
04:17:12 2021-04-28 08:17:12,902 WARN  [main] org.eclipse.scout.testing.client.ClientSessionProviderWithCache.registerSessionForNotifications(ClientSessionProviderWithCache.java:149) - Failed to register session for notifications. - MDC[]
04:17:12 2021-04-28 08:17:12,902 WARN  [main] org.eclipse.scout.rt.client.AbstractClientSession.getUserAgent(AbstractClientSession.java:186) - UserAgent not set; using default [default=UNKNOWN|UNKNOWN|UNKNOWN|UNKNOWN|Linux] - MDC[]
04:17:12 2021-04-28 08:17:12,905 INFO  [scout-model-thread-24] org.eclipse.scout.rt.client.AbstractClientSession.start(AbstractClientSession.java:325) - Client session started [session=org.eclipse.scout.rt.client.testenvironment.TestEnvironmentClientSession@5b821037[id = 184d9790-fa71-41a7-98ff-d2a90f7ff32e], user=jenkins] - MDC[jobName=Starting ClientSession [sessionId=184d9790-fa71-41a7-98ff-d2a90f7ff32e]]
04:17:12 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapterTest
04:17:12 Running org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
04:17:12 2021-04-28 08:17:12,936 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'fooBar: baz' for FooType with id fooId. Model: m_model - MDC[jobName=Running JUnit test in model job]
04:17:12 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserverTest
04:17:12 Running org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
04:17:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.DefaultValuesFilterTest
04:17:12 Running org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
04:17:12 2021-04-28 08:17:12,991 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: Test' for StringField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:12 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec - in org.eclipse.scout.rt.ui.html.json.JsonAdapterRegistryTest
04:17:12 Running org.eclipse.scout.rt.ui.html.json.JsonBeanTest
04:17:12 2021-04-28 08:17:12,995 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@77969fdc] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,002 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@22a71085] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,006 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@3d46d813] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,009 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@4fd0f9e1] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,011 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@3185d997] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,014 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@6e72a64a] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,017 INFO  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory.getFactories(MainJsonObjectFactory.java:39) - Using following object factories: [org.eclipse.scout.rt.ui.html.json.MainJsonObjectFactory@29ed1e28, org.eclipse.scout.rt.ui.html.JsonObjectFactory@7e858ac9] - MDC[jobName=Running JUnit test in model job]
04:17:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.ui.html.json.JsonBeanTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
04:17:13 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.JsonByteArrayTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonDateTest
04:17:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonDateTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonEventTest
04:17:13 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonEventTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
04:17:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.JsonObjectUtilityTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonRequestTest
04:17:13 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonRequestTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonResponseTest
04:17:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.eclipse.scout.rt.ui.html.json.JsonResponseTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest
04:17:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStartupRequestTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonStatusTest
04:17:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonStatusTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
04:17:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.JsonUtilityTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
04:17:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.json.PropertyEventFilterTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
04:17:13 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.scout.rt.ui.html.json.basic.filechooser.JsonFileChooserAcceptAttributeBuilderTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
04:17:13 2021-04-28 08:17:13,113 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlanner.toJson(JsonPlanner.java:227) - Id: 2. Resources: {"id":"3","resourceCell":{"text":"resource1","horizontalAlignment":-1,"editable":false,"htmlEnabled":false,"mandatory":false},"activities":[{"id":"4"}]} - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,114 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selectionRange: Range [m_from=null, m_to=null]' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@242fad83 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@242fad83 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'resourcesInserted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@242fad83 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allResourcesDeleted' for Planner with id 2. Model: org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest$P_Planner@242fad83 - MDC[jobName=Running JUnit test in model job]
04:17:13 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.eclipse.scout.rt.ui.html.json.basic.planner.JsonPlannerTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
04:17:13 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 sec - in org.eclipse.scout.rt.ui.html.json.desktop.DownloadHandlerStorageTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
04:17:13 2021-04-28 08:17:13,483 WARN  [scout-model-thread-24] org.eclipse.scout.rt.client.services.common.prefs.FileSystemUserPreferencesStorageService.getBaseFolder(FileSystemUserPreferencesStorageService.java:170) - No user area property found. Using '/home/jenkins/user' as fallback. Consider specifying a user area using property 'user.area'. - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,497 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@b625f5b - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,498 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'openUri' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@b625f5b - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,625 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@976a4b5 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,627 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,716 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@3d289566 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,717 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,721 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,721 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,722 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,727 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@216a1826 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,729 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [3, 4, 5] - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,729 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 3. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithOneOutline@216a1826 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,743 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'outlineContentActivate' for Desktop with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.DesktopWithNonDisplayableOutline@3a2dde6e - MDC[jobName=Running JUnit test in model job]
04:17:13 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonDesktopTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
04:17:13 2021-04-28 08:17:13,771 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@44750ae7 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,804 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesSelected' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@2b05f968 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,804 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@2b05f968 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,812 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@5916aafc - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,812 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesInserted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@5916aafc - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,913 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@7f983c7b - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,918 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'pageChanged' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@52ea1360 - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,931 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:13 2021-04-28 08:17:13,932 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 11. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:13 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineTest
04:17:13 Running org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
04:17:14 2021-04-28 08:17:14,023 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@7d2b6592' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@48f78801 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,024 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@48f78801 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,028 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'outline: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineWithOneNode@e79741f' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@1aff2b3f - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,029 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for OutlineViewButton with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.OutlineViewButton@1aff2b3f - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec - in org.eclipse.scout.rt.ui.html.json.desktop.JsonOutlineViewButtonTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
04:17:14 2021-04-28 08:17:14,036 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 6. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,036 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 6. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,037 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,037 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 6. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormMenuTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
04:17:14 2021-04-28 08:17:14,040 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'visible: false' for GroupBox with id 5. Model: null/MainBox (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,041 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'gridData: GridData[x=-1, y=-1, w=1, h=1, weightX=-1.0, weightY=-1.0, useUiWidth=false, useUiHeight=false]' for StringField with id 6. Model: null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,041 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=4, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,042 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formActivate' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,042 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=9, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,042 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,042 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: true' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: true' for Form with id 9. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: false' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'saveNeeded: false' for Form with id 9. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,046 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=9, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,046 ERROR [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.form.JsonForm.findChildAdapter(JsonForm.java:221) - Cannot handle form-event 6020, because adapter for null/StringField (org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField$MainBox$StringField) could not be resolved in Form[id=4, modelClass=org.eclipse.scout.rt.ui.html.json.form.fixtures.FormWithOneField, parentId=1] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,046 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 9. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,047 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,088 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,088 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 11. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,089 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 11. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,089 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,089 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,089 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 11. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,089 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,092 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 14. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,093 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,093 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 10. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,093 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,093 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,094 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,094 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 14. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,094 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,094 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,097 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 17. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,098 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 17. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,098 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 13. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,098 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 4. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 17. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,100 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,100 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,103 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 2. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,103 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 20. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,103 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 20. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 16. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 10. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 7. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,104 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,105 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 20. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,105 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 16. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,105 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,105 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 7. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 2 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formShow' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 2 and reference 23. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 19. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 13. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 10. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,116 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:346) - Added action event 'formHide' for Desktop with id 3 and reference 4. Model: org.eclipse.scout.rt.client.testenvironment.ui.desktop.TestEnvironmentDesktop@34c38739 - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 sec - in org.eclipse.scout.rt.ui.html.json.form.JsonFormTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
04:17:14 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonAdapterPropertyConfigBuilderTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
04:17:14 2021-04-28 08:17:14,120 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'label: fooBar' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,120 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'enabled: false' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,121 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'errorStatus: MultiStatus [severity=16777216, message=allesFalsch, children=[DefaultFieldStatus [severity=ERROR, message=allesFalsch]]]' for FormField with id 2. Model: fooBar/ (org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.JsonFormFieldTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
04:17:14 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.browserfield.JsonBrowserFieldTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
04:17:14 2021-04-28 08:17:14,132 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,189 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'borderDecoration: x' for GroupBox with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.groupbox.JsonGroupBoxTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
04:17:14 2021-04-28 08:17:14,200 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: <img src="binaryResource:test_resource">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,203 WARN  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:77) - iconId 'test_icon' could not be resolved - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,203 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'displayText: <img src="iconId:test_icon">' for HtmlField with id 2. Model: null/ (org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest$1) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,204 WARN  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtility.createIconUrl(BinaryResourceUrlUtility.java:77) - iconId 'test_icon' could not be resolved - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.htmlfield.JsonHtmlFieldTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
04:17:14 2021-04-28 08:17:14,233 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@44891d2b - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,233 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@44891d2b - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,236 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@44891d2b - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,236 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@44891d2b - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,237 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 11. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@44891d2b - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.listbox.JsonListBoxTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
04:17:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.stringfield.JsonStringFieldTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
04:17:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tabbox.JsonTabBoxTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
04:17:14 2021-04-28 08:17:14,549 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@1e27b9ed' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,550 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'keyStrokes: []' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,551 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@7751885c' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,558 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.TablePage$Table@265619c6' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,558 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'keyStrokes: []' for TableField with id 10. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,563 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'table: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@4ceac6d6' for TableField with id 2. Model: null/TableField (org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.fixtures.TableField) - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.eclipse.scout.rt.ui.html.json.form.fields.tablefield.JsonTableFieldTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
04:17:14 2021-04-28 08:17:14,590 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [3] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,591 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tooltipText: Test-Tooltip' for Menu with id 3. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@530bc567 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,591 WARN  [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.action.JsonAction.handleModelPropertyChange(JsonAction.java:188) - Setting visibleGranted=false has no effect, because JsonAdapter 3 (org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@530bc567) is already sent to the UI. - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,591 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'visible: false' for Menu with id 3. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.MenuWithNonDisplayableChild$DisplayableMenu@530bc567 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,597 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,597 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'text: bar' for Menu with id 2. Model: org.eclipse.scout.rt.ui.html.json.menu.fixtures.Menu@24243bb2 - MDC[jobName=Running JUnit test in model job]
04:17:14 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec - in org.eclipse.scout.rt.ui.html.json.menu.JsonMenuTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
04:17:14 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonCellToJsonTest
04:17:14 Running org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
04:17:14 2021-04-28 08:17:14,643 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@33adb00f - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,647 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@35d769eb]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@6e3f1f97 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,647 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: []' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@6e3f1f97 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,651 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@1fc82488 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@1fc82488 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,653 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@1fc82488 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,658 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@66560bf9 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,658 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,699 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,705 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@57e64d33 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,735 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'uiSortPossible: true' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@71eddb6c - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,741 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.Table@71eddb6c - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,749 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@ecd96e2 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,750 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,754 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3243afc0 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,754 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3243afc0 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,758 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,766 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6aec58f9 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,767 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6aec58f9 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,767 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6aec58f9 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,787 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,792 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3ddc1b56 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,798 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@61a7e1b7 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,798 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnHeadersUpdated' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@61a7e1b7 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,798 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,802 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$1@4f8907dd - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,805 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsSelected' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.JsonTableTest$2@3800050b - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,816 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,817 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@262f16b4 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,821 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [6] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,831 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@6c3b454f - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,838 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3dcbe795 - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,844 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 4] - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,845 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsUpdated' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@748b875c - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,846 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@748b875c - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,846 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.client.ui.form.fields.listbox.AbstractListBox$DefaultListBoxTable@748b875c - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,894 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7ca9b57f - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,895 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7ca9b57f - MDC[jobName=Running JUnit test in model job]
04:17:14 2021-04-28 08:17:14,895 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@7ca9b57f - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,008 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@660a88c - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,014 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3ca989ee - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,014 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'columnStructureChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3ca989ee - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,015 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@3ca989ee - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,020 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allRowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@207a2a5e - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,023 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2, 6] - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,023 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@45226cef - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,023 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsDeleted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@45226cef - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,026 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@6840bbd2]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3cfd91f8 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,026 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@6840bbd2, org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@99637ac]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3cfd91f8 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,026 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'tableControls: [org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@99637ac]' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWithoutMenus@3cfd91f8 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowsInserted' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@576a1dd1 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,030 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'rowOrderChanged' for Table with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.TableWith3Cols@576a1dd1 - MDC[jobName=Running JUnit test in model job]
04:17:15 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec - in org.eclipse.scout.rt.ui.html.json.table.JsonTableTest
04:17:15 Running org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
04:17:15 2021-04-28 08:17:15,034 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,037 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@7a17b4cf - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,038 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@7a17b4cf - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,038 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,042 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@3568b0fa - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,042 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'form: Form FormWithOneField' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@612fc6d6 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,045 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonPropertyObserver.addPropertyChangeEvent(AbstractJsonPropertyObserver.java:210) - Added property change event 'selected: true' for FormTableControl with id 2. Model: org.eclipse.scout.rt.ui.html.json.table.fixtures.FormTableControl@612fc6d6 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,046 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'requestFocus' for Form with id 3. Model: Form FormWithOneField - MDC[jobName=Running JUnit test in model job]
04:17:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.scout.rt.ui.html.json.table.control.JsonFormTableControlTest
04:17:15 Running org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
04:17:15 2021-04-28 08:17:15,050 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@7e48aebb - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,054 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesInserted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@73f89089 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,057 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@4c194512 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,091 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesChecked' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@51abddb5 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,096 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@18d80f5c - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,098 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","scrollToSelection":false,"nodes":[{"id":"3","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","enabled":false,"initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"6","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"9","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"10","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
04:17:15 2021-04-28 08:17:15,099 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@71711b97 - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #2: {"#":1,"events":[{"target":"2","type":"nodesDeleted","commonParentNodeId":"4","nodeIds":["5"]}]}
04:17:15 2021-04-28 08:17:15,101 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","scrollToSelection":false}}}
04:17:15 Response #2: {"#":1}
04:17:15 2021-04-28 08:17:15,103 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@351acc53 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,106 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@78afcaa3 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,113 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.TreeWith3Levels@6fefb0c9 - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,115 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodesDeleted' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@3e80945a - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,214 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.JsonResponse.toJsonInternal(JsonResponse.java:319) - Adapter data created for these adapters: [2] - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #1: {"startupData":{},"adapterData":{"2":{"id":"2","objectType":"Tree","scrollToSelection":false,"nodes":[{"id":"3","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"4","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false,"childNodes":[{"id":"5","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false},{"id":"6","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"7","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false}]},{"id":"8","initialExpanded":false,"childNodeIndex":1,"htmlEnabled":false,"childNodes":[{"id":"9","initialExpanded":false,"childNodeIndex":0,"htmlEnabled":false}]},{"id":"10","initialExpanded":false,"childNodeIndex":2,"htmlEnabled":false}]}}}
04:17:15 2021-04-28 08:17:15,214 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@609a41db - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,215 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@609a41db - MDC[jobName=Running JUnit test in model job]
04:17:15 2021-04-28 08:17:15,215 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@609a41db - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #2: {"#":1,"events":[{"target":"2","type":"nodeExpanded","nodeId":"3","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"8","expanded":true,"expandedLazy":false,"recursive":true},{"target":"2","type":"nodeExpanded","nodeId":"10","expanded":true,"expandedLazy":false,"recursive":true}]}
04:17:15 2021-04-28 08:17:15,215 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'nodeExpanded' for Tree with id 2. Model: org.eclipse.scout.rt.ui.html.json.tree.fixtures.Tree@609a41db - MDC[jobName=Running JUnit test in model job]
04:17:15 Response #3: {"#":2,"events":[{"target":"2","type":"nodeExpanded","nodeId":"3","expanded":false,"expandedLazy":false,"recursive":true}]}
04:17:15 2021-04-28 08:17:15,219 DEBUG [scout-model-thread-24] org.eclipse.scout.rt.ui.html.json.AbstractJsonAdapter.addActionEvent(AbstractJsonAdapter.java:342) - Added action event 'allChildNodesDeleted' for Outline with id 2. Model: org.eclipse.scout.rt.ui.html.json.desktop.fixtures.Outline@4d4133 - MDC[jobName=Running JUnit test in model job]
04:17:15 Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec - in org.eclipse.scout.rt.ui.html.json.tree.JsonTreeTest
04:17:15 Running org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest
04:17:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec - in org.eclipse.scout.rt.ui.html.res.BinaryResourceUrlUtilityTest
04:17:15 Running org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest
04:17:15 2021-04-28 08:17:15,282 WARN  [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:340) - Removing unknown or improperly formatted scout tag from 'html/path': <scout:invalid
04:17:15       info="this tag is not recognized by HtmlDocumentParser and should be removed"> - MDC[]
04:17:15 2021-04-28 08:17:15,283 WARN  [main] org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParser.stripUnknownTags(HtmlDocumentParser.java:340) - Removing unknown or improperly formatted scout tag from 'html/path': <scout:did-you-know that="1 > 0?"        > - MDC[]
04:17:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.eclipse.scout.rt.ui.html.res.loader.HtmlDocumentParserTest
04:17:15 Running org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest
04:17:15 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.scout.rt.ui.html.res.loader.TextsLoaderTest
04:17:15 
04:17:15 Results :
04:17:15 
04:17:15 Tests run: 290, Failures: 0, Errors: 0, Skipped: 0
04:17:15 
04:17:15 [INFO] 
04:17:15 [INFO] --- jasmine-maven-plugin:2.2:test (default) @ org.eclipse.scout.rt.ui.html.test ---
04:18:00 [INFO] jetty-8.2.0.v20160908
04:18:00 [INFO] Started SelectChannelConnector@0.0.0.0:34692
04:18:00 [INFO] Executing Jasmine Specs
04:18:00 Apr 28, 2021 8:18:00 AM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
04:18:00 INFO: executable: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/phantomjs-maven-plugin/phantomjs-2.1.1-linux-x86_64/bin/phantomjs
04:18:00 Apr 28, 2021 8:18:00 AM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
04:18:00 INFO: port: 9034
04:18:00 Apr 28, 2021 8:18:00 AM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
04:18:00 INFO: arguments: [--webdriver=9034, --webdriver-logfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/phantomjsdriver.log]
04:18:00 Apr 28, 2021 8:18:00 AM org.openqa.selenium.phantomjs.PhantomJSDriverService <init>
04:18:00 INFO: environment: {}
04:18:00 [INFO  - 2021-04-28T08:18:00.544Z] GhostDriver - Main - running on port 9034
04:18:00 [INFO  - 2021-04-28T08:18:00.733Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.settings - {"XSSAuditingEnabled":false,"javascriptCanCloseWindows":true,"javascriptCanOpenWindows":true,"javascriptEnabled":true,"loadImages":true,"localToRemoteUrlAccessEnabled":false,"userAgent":"Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) PhantomJS/2.1.1 Safari/538.1","webSecurityEnabled":true}
04:18:00 [INFO  - 2021-04-28T08:18:00.733Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.customHeaders:  - {}
04:18:00 [INFO  - 2021-04-28T08:18:00.733Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - Session.negotiatedCapabilities - {"browserName":"phantomjs","version":"2.1.1","driverName":"ghostdriver","driverVersion":"1.2.0","platform":"linux-unknown-64bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}
04:18:00 [INFO  - 2021-04-28T08:18:00.733Z] SessionManagerReqHand - _postNewSessionCommand - New Session Created: 3f1ab6b0-a7fa-11eb-a4e3-6527245984c8
04:18:02 [ERROR - 2021-04-28T08:18:02.154Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:02.153 [WARN] router: no route registered for location= null
04:18:02 
04:18:02   phantomjs://platform/console++.js:263 in error
04:18:02 [ERROR - 2021-04-28T08:18:02.154Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:02   _log (:8294)
04:18:02 
04:18:02   phantomjs://platform/console++.js:263 in error
04:18:02 [ERROR - 2021-04-28T08:18:02.236Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Calendar init creates an empty calendar' has no expectations.
04:18:02 
04:18:02   phantomjs://platform/console++.js:263 in error
04:18:02 [ERROR - 2021-04-28T08:18:02.236Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:02   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:02 
04:18:02   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.518Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Desktop displayStyle COMPACT does not bring activateForm to fail for fake views' has no expectations.
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.518Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:03   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.752Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'OutlineMediator tableRowOrderChanged' has no expectations.
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.752Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:03   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.906Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'FileChooser addFiles adds the files if multiSelect is true' has no expectations.
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.906Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:03   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.908Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'FileChooser addFiles does only add one file if multiSelect is false' has no expectations.
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.908Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:03   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.914Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'FileChooser removeFile removes the file' has no expectations.
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:03 [ERROR - 2021-04-28T08:18:03.914Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:03   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:03 
04:18:03   phantomjs://platform/console++.js:263 in error
04:18:04 [ERROR - 2021-04-28T08:18:04.482Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'BasicField acceptInput must always be sent to server at the end of input, if at least one change has been made does not fail if field is removed while acceptInput is still pending' has no expectations.
04:18:04 
04:18:04   phantomjs://platform/console++.js:263 in error
04:18:04 [ERROR - 2021-04-28T08:18:04.482Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:04   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:04 
04:18:04   phantomjs://platform/console++.js:263 in error
04:18:04 [ERROR - 2021-04-28T08:18:04.529Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'ValueFieldAdapter _createPropertySortFunc should order properties' has no expectations.
04:18:04 
04:18:04   phantomjs://platform/console++.js:263 in error
04:18:04 [ERROR - 2021-04-28T08:18:04.529Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:04   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:04 
04:18:04   phantomjs://platform/console++.js:263 in error
04:18:05 [ERROR - 2021-04-28T08:18:05.563Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:05.563 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:05 
04:18:05   phantomjs://platform/console++.js:263 in error
04:18:05 [ERROR - 2021-04-28T08:18:05.563Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:05   _log (:8294)
04:18:05 
04:18:05   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.239Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.239 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.239Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.241Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.241 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.241Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.243Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.243 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.243Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.246Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.246 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.246Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.248Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.248 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.248Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.555Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.555 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.555Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.557Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.557 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.557Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.559Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:06.559 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=Not Found
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:06 [ERROR - 2021-04-28T08:18:06.559Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:06   _log (:8294)
04:18:06 
04:18:06   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.793Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:07.793 [WARN] Polling request failed. Interrupt polling until the next user-initiated request succeeds
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.793Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:07   _log (:8294)
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.800Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:07.800 [ERROR] errorResponse: status=404, textStatus=error, errorThrown=
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.800Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:07   _log (:8294)
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.805Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: 08:18:07.805 [WARN] Session terminated, stopped polling for background jobs
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:07 [ERROR - 2021-04-28T08:18:07.805Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:07   _log (:8294)
04:18:07 
04:18:07   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.107Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table insertRows rowsInserted event must be triggered before rowOrderChanged event' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.107Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.548Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table sort regroups the data if group by column is active' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.548Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.557Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table sort sorting sorts text columns considering locale (if browser supports it)' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.557Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.577Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table sort sorting uses non sort columns as fallback' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.577Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.578Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping renders an aggregate row for each group' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.578Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.580Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.580Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.581Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping considers view range -> only renders an aggregate row for rendered rows' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.581Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.586Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping considers view range -> doesn't render an aggregate row if the last row of the group is not rendered' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.586Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.588Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping regroups if rows get inserted' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.588Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.589Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping regroups if rows get inserted, event is from server and table was empty' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.589Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.591Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping does not regroup if rows get inserted, event is from server and table was not empty' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.591Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.592Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping regroups if rows get deleted' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.592Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.594Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping removes aggregate rows if all rows get deleted' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.594Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.595Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping regroups if rows get updated' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.595Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.597Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group column 0 only' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.597Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.598Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group column 1 only' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.598Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.600Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group columns 0 (avg) and 1 (sum)' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.600Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.602Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group columns 0, 1 and 2' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.602Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.603Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group columns 2 and 1' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.603Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.604Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group column 1 only after grouping column 0 first' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.604Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.606Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Table column grouping may group column 1 and 2 after grouping column 0 first' has no expectations.
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:09 [ERROR - 2021-04-28T08:18:09.606Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:09   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:09 
04:18:09   phantomjs://platform/console++.js:263 in error
04:18:12 [ERROR - 2021-04-28T08:18:12.741Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - msg: Spec 'Widget setProperty with widget property does not fail if new widget is null' has no expectations.
04:18:12 
04:18:12   phantomjs://platform/console++.js:263 in error
04:18:12 [ERROR - 2021-04-28T08:18:12.741Z] Session [3f1ab6b0-a7fa-11eb-a4e3-6527245984c8] - page.onError - stack:
04:18:12   specDone (http://localhost:34692/ext/WebContent/res/jasmine-2.5.2/jasmine-html.js:106)
04:18:12 
04:18:12   phantomjs://platform/console++.js:263 in error
04:18:13 [INFO  - 2021-04-28T08:18:13.160Z] ShutdownReqHand - _handle - About to shutdown
04:18:13 [INFO] 
04:18:13 -------------------------------------------------------
04:18:13  J A S M I N E   S P E C S
04:18:13 -------------------------------------------------------
04:18:13 [INFO] 
04:18:13 JasmineScout
04:18:13   toContainEventTypesExactly
04:18:13     checks whether event types in correct order
04:18:13     checks whether event types are complete
04:18:13     considers empty values
04:18:13 
04:18:13 jquery-scout
04:18:13   isEnabled
04:18:13     is only false when class disabled is set
04:18:13   isVisible
04:18:13     returns true when display != none and visiblity != hidden
04:18:13   setEnabled
04:18:13     DIV does not have disabled attribute
04:18:13     INPUT must have disabled attribute
04:18:13   toggleAttr
04:18:13     toggles attribute
04:18:13   icon
04:18:13     sets and removes icons
04:18:13   textOrNbsp
04:18:13     sets text or nbsp
04:18:13   htmlOrNbsp
04:18:13     sets html or nbsp
04:18:13   nvl
04:18:13     can return alternative element
04:18:13   elementFromPoint
04:18:13     returns the element from point but only if it is a child
04:18:13     considers the selector
04:18:13     returns the document element if no element matches and document is used as container
04:18:13     returns an empty collection if called on empty collection
04:18:13   cssPxValue
04:18:13     is behaves differently with different types of arguments
04:18:13   debounce
04:18:13     is debounces function calls
04:18:13 
04:18:13 Extension
04:18:13   extend functions of StringField
04:18:13     should extend _init method
04:18:13     should extend _renderProperties method
04:18:13     should extend _renderInputMasked method
04:18:13 
04:18:13 ObjectFactory
04:18:13   creates objects which are registered in scout.objectFactories
04:18:13   scout.create works with KeyStroke
04:18:13   puts the object type to the resulting object
04:18:13   puts the object type to the resulting object
04:18:13   throws an error if no explicit type is specified
04:18:13   throws an error if argument list is wrong
04:18:13   finds the correct constructor function if no factory is defined
04:18:13     uses scout namespace by default
04:18:13     uses namespace of given object type if provided
04:18:13     considers variants
04:18:13     considers variants also within a custom namespace for object type
04:18:13     considers variants also within a custom namespace for variant
04:18:13     considers variants also within a custom namespace for variant and a different variant for objectType
04:18:13     can handle too many variants in objectType
04:18:13     can handle nested namespaces
04:18:13     throws errors
04:18:13     variantLenient
04:18:13       tries to create an object without variant if with variant fails
04:18:13       tries to create an object without variant if with variant fails also with custom namespace
04:18:13 
04:18:13 ObjectInfo
04:18:13   parse
04:18:13     parses objectType only - without namespace
04:18:13     parses objectType only - with namespace
04:18:13     parses objectType and variant - without namespace
04:18:13     parses objectType and variant - with namespace on objectType (model variant inherits namespace from object type)
04:18:13     parses objectType and variant - different namespaces for model variant and  object type
04:18:13     parses objectType with multiple nested namespaces
04:18:13   toString
04:18:13     returns correct string
04:18:13 
04:18:13 Action
04:18:13   defaults
04:18:13     should be as expected
04:18:13   setTabbable
04:18:13     should modify $container tabindex
04:18:13   key stroke
04:18:13     triggers action
04:18:13     is not triggered if another action with the same key stroke handled it first
04:18:13 
04:18:13 Calendar
04:18:13   init
04:18:13     creates an empty calendar
04:18:13   dayPosition
04:18:13     calculates the day position
04:18:13   component
04:18:13     part day position
04:18:13       calculates the part day position
04:18:13       calculates the part day position for a range smaller than the minimum
04:18:13       calculates the part day position for components larger than a day
04:18:13     sort
04:18:13       sorts first from then to
04:18:13     arrangeComponents
04:18:13       does nothing for no components
04:18:13       arranges a single component
04:18:13       arranges non intersecting components
04:18:13       arranges intersecting components
04:18:13       arranges equal components
04:18:13       arranges intersecting and non-intersecting components
04:18:13       reduces rows when arranging components
04:18:13       arranges intersecting components spanning more than one day
04:18:13   navigation
04:18:13     navigate forward and back (with first day of month selected)
04:18:13     navigate forward and back (with last day of month selected)
04:18:13 
04:18:13 DateRange
04:18:13   equals
04:18:13 
04:18:13 Code
04:18:13   init
04:18:13     registers texts if texts property is set
04:18:13     uses the language configured by scout.codes.defaultLanguage as default
04:18:13     fails if text and texts are set
04:18:13   text
04:18:13     returns the text for the given languageTag (with texts property)
04:18:13     returns the text for the given locale (with texts property)
04:18:13     returns the text for the given languageTag (with text property)
04:18:13     returns the text for the given languageTag (with text property including a text key)
04:18:13 
04:18:13 CodeType
04:18:13   init
04:18:13     creates codes and hierarchy
04:18:13   add
04:18:13     adds new root code to codeType
04:18:13     adds new child code to codeType
04:18:13   get
04:18:13     returns code with codeId
04:18:13     throws error for unknown codeId
04:18:13   getCodes
04:18:13     returns all codes
04:18:13     returns root codes
04:18:13 
04:18:13 scout.codes
04:18:13   can init without data
04:18:13   finds a code type by ID
04:18:13   finds a code by ID (single and two parameter call)
04:18:13   throws an error when code type is not found
04:18:13   throws an error when code is not found
04:18:13   optGet
04:18:13     should work as get if code exists
04:18:13     should return null if code does not exist
04:18:13   add
04:18:13     adds a code type or an array of code types
04:18:13 
04:18:13 DatePicker
04:18:13   showDate
04:18:13     shows the month specified by the given date
04:18:13 
04:18:13 DesktopAdapter
04:18:13   activateForm
04:18:13     sends formActivateEvent
04:18:13     can close and open new form in the same response
04:18:13   onFormShow
04:18:13     activates form but does not send an activate form event
04:18:13 
04:18:13 DesktopFormController
04:18:13   Listens to popupWindowReady event and calls _onReady - having a popupWindow instance
04:18:13   Listens to popupWindowReady event and calls _onReady - having only a form ID (reload case)
04:18:13   _addPopupWindow registers listeners and adds to array with popup-windows
04:18:13   _removePopupWindow cleans up and removes from array with popup-windows
04:18:13 
04:18:13 Desktop
04:18:13   notification
04:18:13     is rendered when desktop is rendered
04:18:13     may be added with addNotification
04:18:13     schedules addNotification when desktop is not rendered
04:18:13     removeNotification with object
04:18:13     removeNotification with (string) ID
04:18:13     _onNotificationRemove - last notifications removes $notifications DIV
04:18:13   outline
04:18:13     gets displayed in desktop navigation 
04:18:13     activates modal views when being rendered
04:18:13   benchVisible
04:18:13     controls visibility of the bench
04:18:13     removes the content after the animation
04:18:13   navigationVisible
04:18:13     controls visibility of the navigation
04:18:13     only affects content in navigation, not in bench or header
04:18:13   headerVisible
04:18:13     controls visibility of the header
04:18:13   geolocation
04:18:13     asks the browser for its geographic location
04:18:13   showForm
04:18:13     shows and activates the form
04:18:13     adds a view to the bench if displayHint is View
04:18:13   activateForm
04:18:13     brings non-modal dialog in front upon activation
04:18:13     keeps the order of other non-modal dialogs even when one of them is the display-parent of the dialog to activate
04:18:13     activates outline when activating dialog of other outline
04:18:13     activates outline when activating child dialog of other's outline dialog
04:18:13     does not bring non-modal dialog in front of desktop-modal dialog
04:18:13     brings non-modal dialog in front of other non-modal dialog and it's modal child-dialog
04:18:13     brings complete hierarchy of a non-modal dialog with 2-levels of modal child dialogs in front
04:18:13     keeps position of dialog's messagebox relative to it's parent dialog while reordering dialogs
04:18:13     brings dialog with messagebox on top upon mousedown on messagebox
04:18:13     keeps desktop's messagebox on top while reordering dialogs
04:18:13     keeps position of dialog's fileChooser relative to it's parent dialog while reordering dialogs
04:18:13     brings dialog with filechooser on top upon mousedown on filechooser
04:18:13     does not change position of desktop's fileChooser while reordering dialogs
04:18:13     activates parent view upon activation of child dialog
04:18:13   activeForm
04:18:13     will be set to the display parent form if dialog closes
04:18:13     will be set to currentView if dialog closes and there is no display parent form
04:18:13     will be set to undefined if dialog closes and there is no currentView and no display parent
04:18:13     must not be the detail form
04:18:13     must not be the detail form even if it is the display parent
04:18:13     must be a form
04:18:13   displayStyle
04:18:13     COMPACT
04:18:13       shows bench and hides navigation if a view is open
04:18:13       opens the bench again if a view is shown right after the last view was closed
04:18:13       hides bench and shows navigation if the last view gets closed
04:18:13       does not bring activateForm to fail for fake views
04:18:13 
04:18:13 PopupWindow
04:18:13   Constructor sets cross references and window-name
04:18:13   Initialization in _onReady
04:18:13 
04:18:13 DesktopBench
04:18:13   updateOutlineContent
04:18:13     called when an outline page gets selected
04:18:13     doesn't get called if page already is selected
04:18:13     sets detailForm as outlineContent if node gets selected
04:18:13     preserves desktop.inBackground when updating outline content
04:18:13     preserves desktop.inBackground when switching nodes
04:18:13 
04:18:13 DesktopHeader
04:18:13   onBenchOutlineContentChange
04:18:13     attaches listener to new outline content
04:18:13     removes listener from old outline content
04:18:13     removes listener when getting removed
04:18:13 
04:18:13 DesktopNavigation
04:18:13   viewButtonBox
04:18:13     is rendered if there are view buttons
04:18:13     is not rendered if there are no view buttons
04:18:13   outline
04:18:13     collapses and expands in two steps when breadcrumb toggling enabled
04:18:13     collapses and expands in one step when breadcrumb toggling disabled
04:18:13 
04:18:13 DesktopNotification
04:18:13   will fade in, be added to the desktop and be renderd upon show() 
04:18:13   will fade out and be removed from the dektop upon hide()
04:18:13   _init copies properties from event (model)
04:18:13   has close-icon when notification is closable
04:18:13 
04:18:13 OutlineMediator
04:18:13   tableRowsInserted
04:18:13   tableRowsDeleted
04:18:13   tableRowsUpdated
04:18:13   tableRowAction
04:18:13   tableRowOrderChanged
04:18:13   tableRowsFiltered
04:18:13 
04:18:13 Outline
04:18:13   collapsing
04:18:13     still allows a messagebox to be shown
04:18:13   dispose
04:18:13     calls onNodeDeleted for every node to be able to cleanup
04:18:13     calls onNodeDeleted for every node (which was not already deleted before) to be able to cleanup
04:18:13   deleteNodes
04:18:13     calls onNodeDeleted for every node to be able to cleanup
04:18:13   deleteAllChildNodes
04:18:13     calls onNodeDeleted for every node to be able to cleanup
04:18:13   navigateToTop
04:18:13     collapses all nodes in bread crumb mode
04:18:13   selectNodes
04:18:13     handle navigateUp only once
04:18:13     otherwise handle single selection (or do nothing when selection is != 1 node)
04:18:13   updateDetailMenus
04:18:13     adds the empty space menus of the detail table to the detail menu bar
04:18:13     adds the single selection menus of the parent detail table to the detail menu bar
04:18:13     attaches a listener to the detail table to get dynamic menu changes
04:18:13     removes the listener from the detail tables on selection changes and destroy
04:18:13   click on a node inside the detail content
04:18:13     does not modify the outline
04:18:13 
04:18:13 SearchOutlineAdapter
04:18:13   onModelPropertyChange
04:18:13     requestFocusQueryField
04:18:13       may be called multiple times
04:18:13 
04:18:13 NavigateButton
04:18:13   is only created once for each node
04:18:13   will be destroyed when navigateButtonsVisible is set to false
04:18:13 
04:18:13 NavigateDownButton
04:18:13   _toggleDetail is always false
04:18:13   _isDetail returns true or false depending on the state of the detail-form and detail-table
04:18:13   _buttonEnabled
04:18:13     is disabled when node is a leaf
04:18:13     is enabled when node is not a leaf and we're currently displaying the detail
04:18:13     is only enabled when detail-table has exactly one selected row
04:18:13     is not enabled when selected row is not linked to a page
04:18:13     is enabled when selected row is linked to a page later when page is inserted (remote case)
04:18:13   _drill drills down to first selected row in the detail table
04:18:13 
04:18:13 NavigateUpButton
04:18:13   _toggleDetail is always true
04:18:13   _isDetail returns true or false depending on the state of the detail-form and detail-table
04:18:13   _buttonEnabled
04:18:13     is true when current node has a parent or...
04:18:13     is true when current node is a top-level node and outline a default detail-form or...
04:18:13     is false otherwise
04:18:13   _drill
04:18:13     drills up to parent node, sets the selection on the tree
04:18:13     shows default detail-form or outline overview
04:18:13 
04:18:13 ViewButtonBox
04:18:13   viewMenuTab
04:18:13     is only visible if there are visible view buttons with displayStyle == "MENU"
04:18:13     is not visible if there are no visible view buttons ith displayStyle == "MENU"
04:18:13     is not visible if there are visible view buttons with displayStyle == "TAB"
04:18:13     is not visible if there are no view buttons at all
04:18:13 
04:18:13 FileChooserAdapter
04:18:13   cancel
04:18:13     does not close the chooser but sends a cancel event
04:18:13 
04:18:13 FileChooser
04:18:13   open
04:18:13     opens the chooser
04:18:13   close
04:18:13     closes the chooser
04:18:13   addFiles
04:18:13     adds the files if multiSelect is true
04:18:13     does only add one file if multiSelect is false
04:18:13   removeFile
04:18:13     removes the file
04:18:13 
04:18:13 scout.FocusManager
04:18:13   isSelectableText
04:18:13     must return true for disabled text-fields
04:18:13   Focus fixes for Internet Explorer (IE)
04:18:13     Click on table-cell, must focus table
04:18:13     Click on tree-node, must focus tree
04:18:13   validateFocus
04:18:13     When nothing else is focusable, focus must be on the Desktop (=sandbox)
04:18:13     with forms:
04:18:13       Focus-context must install listeners on its $container
04:18:13       Focus must be on the 1st form-field when form is rendered
04:18:13       FocusContext must remember the last focused element
04:18:13       A new FocusContext must be created when a form is opened as dialog
04:18:13       Must focus another valid field if the focused field is removed
04:18:13       Must focus another valid field if the focused field is hidden
04:18:13   activateFocusContext
04:18:13     activates the context of the given $container and restores its focus
04:18:13 
04:18:13 FormAdapter
04:18:13   form destroy
04:18:13     destroys the adapters of the children
04:18:13   onModelAction
04:18:13     disposeAdapter
04:18:13       destroys the form
04:18:13 
04:18:13 FormLifecycle
04:18:13   cancel
04:18:13     don't open popup when nothing has been changed
04:18:13     open popup when value of field has been changed
04:18:13     triggers close event after cancel
04:18:13   ok
04:18:13     should validate fields and display message box when form is saved
04:18:13     should call save handler when form is saved and all fields are valid
04:18:13   validation error message
04:18:13     should list labels of missing and invalid fields
04:18:13 
04:18:13 FormMenu
04:18:13   setSelected
04:18:13     opens and closes the form popup
04:18:13     opens the popup and the ellipsis if the menu is overflown
04:18:13     opens the popup but not the ellipsis if the menu is overflown and mobile popup style is used
04:18:13   onModelPropertyChange
04:18:13     selected
04:18:13       calls setSelected
04:18:13 
04:18:13 Form
04:18:13   init
04:18:13     marks the root group box as main box
04:18:13   open
04:18:13     opens the form
04:18:13     adds it to the display parent
04:18:13   close
04:18:13     closes the form
04:18:13     removes it from the display parent
04:18:13   abort
04:18:13     closes the form if there is a close button
04:18:13     closes the form by using cancel if there is no close button
04:18:13   destroy
04:18:13     destroys its children
04:18:13   cacheBounds
04:18:13     read and store bounds
04:18:13     update bounds - if cacheBounds is true
04:18:13     update bounds - if cacheBounds is false
04:18:13   modal
04:18:13     creates a glass pane if true
04:18:13     does not create a glass pane if false
04:18:13   displayParent
04:18:13     is required if form is managed by a form controller, defaults to desktop
04:18:13     is not required if form is just rendered
04:18:13     always same as parent if display parent is set
04:18:13     blocks desktop if modal and displayParent is desktop
04:18:13     blocks detail form and outline if modal and displayParent is outline
04:18:13     blocks form if modal and displayParent is form
04:18:13   rootGroupBox.gridData
04:18:13     is created using gridDataHints when the logical grid is validated
04:18:13   initialFocus
04:18:13     references the widget which should gain focus after the form is displayed
04:18:13 
04:18:13 BasicField
04:18:13   acceptInput must always be sent to server at the end of input, if at least one change has been made
04:18:13     updateDisplayTextOnModify = true, with changed text
04:18:13     updateDisplayTextOnModify = false, with changed text
04:18:13     updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with changed text
04:18:13     updateDisplayTextOnModify = true, then property change to updateDisplayTextOnModify = false, with *pending* changed text
04:18:13     updateDisplayTextOnModify = true, then acceptInput(false) is fired. -> send should be done immediately
04:18:13     updateDisplayTextOnModify = true, w/o changed text
04:18:13     updateDisplayTextOnModify = false, w/o changed text
04:18:13     does not fail if field is removed while acceptInput is still pending
04:18:13   clear
04:18:13     removes the text and accepts input also with updateDisplayTextOnAnyKey set to true
04:18:13 
04:18:13 FormFieldAdapter
04:18:13   onModelPropertyChange
04:18:13     event should update model
04:18:13 
04:18:13 FormField
04:18:13   inheritance
04:18:13     inherits from Widget
04:18:13   _initProperty
04:18:13     gridDataHints are extended (not replaced) on init when gridDataHints is a plain object
04:18:13     gridDataHints are replaced when gridDataHints is instanceof GridData
04:18:13   property label position
04:18:13     position on_field
04:18:13       sets the label as placeholder
04:18:13       does not call field._renderLabelPosition initially
04:18:13     position top
04:18:13       guarantees a minimum height if label is empty
04:18:13     does not display a status if status visible = false
04:18:13   disabled style read-only
04:18:13     sets css class 'read-only' when field is disabled and setDisabledStyle has been called 
04:18:13   property tooltipText
04:18:13     adds class has-tooltip if there is a tooltip text
04:18:13   property menus
04:18:13     adds class has-menus if there are menus
04:18:13     adds class has-menus has-tooltip if there are menus and a tooltip
04:18:13   property status visible
04:18:13     shows a status if status visible = true
04:18:13     does not show a status if status visible = false
04:18:13     shows a status even though status visible is false but tooltipText is set
04:18:13     shows a status even though status visible is false but errorStatus is set
04:18:13   property visible
04:18:13     shows the field if visible = true
04:18:13     does not show the field if visible = false
04:18:13     hides the status message if field is made invisible
04:18:13     shows the status message if field is made visible
04:18:13 
04:18:13 ValueFieldAdapter
04:18:13   _createPropertySortFunc
04:18:13     should order properties
04:18:13 
04:18:13 ValueField
04:18:13   property status visible
04:18:13     shows a status even though status visible is false but there are visible menus
04:18:13   init
04:18:13     sets display text using formatValue if value is set initially
04:18:13     does not override display text using formatValue if display text is set initially
04:18:13     does not override display text using formatValue if display text is set initially even if value is set as well
04:18:13     does not set value if value is invalid initially
04:18:13     does not override the errorStatus if an errorStatus is set initially
04:18:13     does not override the errorStatus if an errorStatus set initially even if an invalid value is set
04:18:13     calls validate and format when value is set initially
04:18:13   setValue
04:18:13     sets the value, formats it and sets the display text
04:18:13     does not set the value but the error status and display text if the validation fails
04:18:13     deletes the error status if value is valid
04:18:13     does not fire a property change if the value has not changed
04:18:13     executes every validator when validating the value
04:18:13     converts undefined to null
04:18:13   _validateValue
04:18:13     may throw an error if value is invalid
04:18:13     may throw a scout.Status if value is invalid
04:18:13     may throw a message if value is invalid
04:18:13   parseAndSetValue
04:18:13     parses and sets the value
04:18:13     does not set the value but the error status if the parsing fails
04:18:13     deletes the error status if parsing succeeds
04:18:13   acceptInput
04:18:13     accepts the current display text by calling parse, validate and format
04:18:13     is triggered when input is accepted
04:18:13     contains the actual displayText even if it was changed using format value
04:18:13     updates the display text even if it was changed using parse value
04:18:13   validator
04:18:13     may be set initially
04:18:13   addValidator
04:18:13     adds a validator and revalidates the value
04:18:13   removeValidator
04:18:13     removes a validator and revalidates the value
04:18:13   setValidator
04:18:13     removes every validator and sets the new one
04:18:13   setValidators
04:18:13     replaces the list of validators with the given ones
04:18:13   parser
04:18:13     may be set initially
04:18:13   setParser
04:18:13     replaces the existing parser by a new one and parses the display text again
04:18:13   formatter
04:18:13     may be set initially
04:18:13   setFormatter
04:18:13     replaces the existing formatter by a new one and formats the value again
04:18:13   clear
04:18:13     removes the text and accepts input
04:18:13   validation: initialValue, touched, empty and mandatory
04:18:13     sets initialValue when markAsSaved is called
04:18:13     sets touched to true when value is different from initial value
04:18:13     sets empty to true when value is an empty string (for StringField)
04:18:13     validate returns valid when errorStatus is not set and field is not mandatory
04:18:13     validate returns not valid when errorStatus is set or field is mandatory and empty
04:18:13   menu visibility
04:18:13     context menu only shows visible menus
04:18:13     context menu only shows only menus of specific type
04:18:13     context menu triggers a display text changed event
04:18:13 
04:18:13 BeanField
04:18:13   renders the bean
04:18:13   updates properties correctly
04:18:13 
04:18:13 BrowserFieldAdapter
04:18:13   sends postMessage on message
04:18:13 
04:18:13 Button
04:18:13   setLabel
04:18:13     toggles the class with-label on the icon
04:18:13   setIconId
04:18:13     toggles the class with-label on the icon
04:18:13   setting legacy styles
04:18:13     sets style attributes
04:18:13 
04:18:13 CheckBoxField
04:18:13   inheritance
04:18:13     inherits from ValueField
04:18:13     _renderValue sets checked property
04:18:13     _renderValue sets disabled property
04:18:13   keyStroke
04:18:13     toggles the value
04:18:13 
04:18:13 CheckBoxFieldWithTriState
04:18:13   inheritance
04:18:13     inherits from ValueField
04:18:13     _renderValue sets checked and undefined classes
04:18:13     _renderValue sets disabled property
04:18:13 
04:18:13 ClipboardField
04:18:13   Rendered container has the right class
04:18:13   Rendered field DIV has _not_ an unselectable attribute in IE9
04:18:13 
04:18:13 DateFieldAdapter
04:18:13   parseValue
04:18:13     sets the server errorStatus if the displayText was reverted to the one provoking the error
04:18:13     sets the server errorStatus if the displayText was reverted to the one provoking the error using key down/up
04:18:13     sets the server errorStatus if the displayText was reverted to the one provoking the error using picker
04:18:13     does not accidentially remove the model error status on acceptInput
04:18:13   picker
04:18:13     sends displayText and value if date was selected
04:18:13 
04:18:13 DateField
04:18:13   displayText
04:18:13     is shown correctly after rendering
04:18:13     is removed properly when setting to ''
04:18:13   parseAndSetValue
04:18:13     parses and sets the value
04:18:13   init
04:18:13     sets display text using formatValue if value is set initially
04:18:13   setValue
04:18:13     sets the value, formats it and sets the display text
04:18:13     does not set the value but the error status and display text if the validation fails
04:18:13     deletes the error status if value is valid
04:18:13   acceptInput
04:18:13     validate again if a new date was typed and reverted
04:18:13   acceptDate
04:18:13     removes time as well if date was deleted
04:18:13     does not remove time if date was deleted and time has an error
04:18:13   acceptTime
04:18:13     removes date as well if time was deleted
04:18:13     does not remove date if time was deleted and date has an error
04:18:13   click
04:18:13     opens the datepicker
04:18:13     opens the picker and preselects the current date but not the previous date if it was cleared before
04:18:13   blur
04:18:13     closes the datepicker
04:18:13     accepts the prediction
04:18:13     accepts the prediction with autoDate
04:18:13     updates the model with the selected value
04:18:13     sends value and displayText
04:18:13     does not send value and displayText again if not changed
04:18:13     does not send value and displayText if no date was entered
04:18:13   validation
04:18:13     invalidates field if value is invalid (not a date)
04:18:13     prevents model update if value is invalid
04:18:13   picker
04:18:13     sets selected date as field value when a date was selected
04:18:13     unselects the date if the field's text was removed
04:18:13     sets selected date as field value when a date was selected even if another date was typed
04:18:13   key handling
04:18:13     ESC
04:18:13       closes the datepicker
04:18:13     ENTER
04:18:13       updates the model with the selected value and closes picker
04:18:13     DOWN
04:18:13       opens the picker and selects the current date and time
04:18:13       selects the current date if picker is open and no date is selected
04:18:13       removes the error status if the date was invalid before opening the picker
04:18:13       increases day by one
04:18:13       increases month by one if shift is used as modifier
04:18:13       increases year by one if ctrl is used as modifier
04:18:13       increases minutes to the next 30 if pressed in time field
04:18:13     UP
04:18:13       decreases day by one
04:18:13       decreases month by one if shift is used as modifier
04:18:13       decreases year by one if ctrl is used as modifier
04:18:13   date validation and prediction
04:18:13     can validate inputs
04:18:13     can predict dates
04:18:13     can predict yyyy.MM
04:18:13   can predict partial years
04:18:13   allowed dates
04:18:13     _referenceDate returns only allowed date - only one date
04:18:13     _referenceDate returns only allowed date - choose nearest date in the future
04:18:13     _referenceDate returns only allowed date - when no date in future is available, choose nearest date in past
04:18:13     _setAllowedDates must convert date strings into Dates
04:18:13   touch = true
04:18:13     date picker touch popup
04:18:13       is opened if datefield is touched
04:18:13       is closed when date in picker is selected
04:18:13       unregisters clone after close
04:18:13       updates displayText and value of datefield if date in picker is selected
04:18:13       updates displayText and value of datefield if date in picker is entered
04:18:13       updates displayText and value of datefield if date and time in picker are entered
04:18:13       shows datefield with same date as clicked datefield
04:18:13       shows datefield with same date as clicked datefield, if field empty initially
04:18:13       clears displayText and value of datefield if date in picker was removed
04:18:13       shows datefield with same date as clicked datefield, even if value was deleted before
04:18:13       does not remove time if date was cleared but another date selected 
04:18:13     time picker touch popup
04:18:13       is opened if datefield is touched
04:18:13       is closed when time in picker is selected
04:18:13       updates displayText and value of datefield if date in picker is selected
04:18:13       updates displayText and value of datefield if date in picker is entered
04:18:13       does not remove date if time was cleared but another time selected 
04:18:13   hasDate
04:18:13     renders date field if set to true
04:18:13     renders before time field even if set later
04:18:13     does not loose date if hasDate is toggled
04:18:13     sets enabled property correctly if hasDate is toggled
04:18:13   hasTime
04:18:13     renders time field if set to true
04:18:13     renders after date field even if set later
04:18:13     does not loose time if hasTime is toggled
04:18:13     sets enabled property correctly if hasTime is toggled
04:18:13 
04:18:13 GroupBoxBodyGrid01
04:18:13   group box layout 01
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid02
04:18:13   group box layout 02
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid03
04:18:13   group box layout 0100
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid04
04:18:13   group box layout 04
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid05
04:18:13   group box layout 05
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid06
04:18:13   group box layout 06
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid07
04:18:13   group box layout 07
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid08
04:18:13   group box layout 08
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid09
04:18:13   group box layout 09
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid10
04:18:13   group box layout 10
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBoxBodyGrid11
04:18:13   group box layout 11
04:18:13     test horizontal layout
04:18:13     test vertical smart layout
04:18:13 
04:18:13 GroupBox
04:18:13   _render
04:18:13     adds group-box div when label is set
04:18:13     renders controls initially if expanded
04:18:13     does not render controls initially if collapsed, but on expand
04:18:13   focus
04:18:13     focus first focusable field in groupBox
04:18:13   default values
04:18:13     gridDataHints
04:18:13   enabled
04:18:13     is not propagated to children by default
04:18:13     but maybe propagated to children if required
04:18:13   logical grid
04:18:13     is validated automatically by the logical grid layout
04:18:13     will get dirty if a field gets invisible
04:18:13     may be specified using the object type
04:18:13     uses widthInPixel and heightInPixel as dialog width and height if set on main box
04:18:13   scrollable
04:18:13     null by default
04:18:13     is set to true if it is a mainbox
04:18:13     is not set to true if it is a mainbox but explicitly set to false
04:18:13 
04:18:13 LabelField
04:18:13   HtmlEnabled
04:18:13     if false, encodes html in display text
04:18:13     if true, does not encode html in display text
04:18:13     if false, replaces 
04:18:13  with br tag and encodes other text
04:18:13     if true, does not replace 
04:18:13  with br tag and does not encode other text
04:18:13 
04:18:13 NumberFieldAdapter
04:18:13   parse
04:18:13     prevents setting the error status
04:18:13     prevents clearing the error status
04:18:13   supports the calculator
04:18:13 
04:18:13 NumberField
04:18:13   setValue
04:18:13     sets the value and formats it using decimalFormat if the value is valid
04:18:13     tries to convert the value into a number
04:18:13     does not set the value if it is invalid
04:18:13     sets the error status and display text if the value is invalid
04:18:13     uses another invalidation message than the value field
04:18:13   acceptInput
04:18:13     updates the display text after calculation even if the value was not changed
04:18:13   setDecimalFormat
04:18:13     sets the decimal format
04:18:13     if the parameter is a string, it is assumed it is the pattern
04:18:13     updates the value and the display text if the format changes
04:18:13     updates the value and the display text if the multiplier changes
04:18:13   calculates value
04:18:13     with . as separator and ' as grouping char
04:18:13     with , as separator and . as grouping char
04:18:13     of unary expressions
04:18:13     of sum expressions
04:18:13     of product expressions
04:18:13     of complex expressions
04:18:13     of invalid expressions
04:18:13 
04:18:13 RadioButtonGroup
04:18:13   enabled
04:18:13     propagation
04:18:13   selectButton
04:18:13     selects the new button and unselects the old one
04:18:13     makes only the new button tabbable
04:18:13     does not remove the tabindex if the button is deselected
04:18:13     focuses the new button if the old button had the focus
04:18:13 
04:18:13 RadioButton
04:18:13   keyStroke
04:18:13     selects the button
04:18:13     does not focus the button
04:18:13 
04:18:13 SequenceBox
04:18:13   mandatory indicator
04:18:13     does not exist
04:18:13   label width
04:18:13     is 0 if it is empty
04:18:13   status handling
04:18:13     moves the error status of the last field to the seq box
04:18:13     moves the tooltip of the last field to the seq box
04:18:13     moves the menus of the last field to the seq box
04:18:13     does not display the error message of the last field, only the one of the seq box
04:18:13     removes the tooltip from the seq box if last field gets invisible
04:18:13     moves the tooltip from the first field to the seq box if it gets the last field after a visibility change
04:18:13     moves the error from the first field to the seq box if it gets the last field after a visibility change
04:18:13     makes sure the status may be displayed on the field again if the field was the last visible field once
04:18:13 
04:18:13 SliderField
04:18:13   slider
04:18:13     accepts the value
04:18:13 
04:18:13 SmartField
04:18:13   _onKeyUp
04:18:13     does not call _openProposal() when TAB, CTRL or ALT has been pressed
04:18:13     calls _openProposal() when a character key has been pressed
04:18:13   _syncProposalChooser
04:18:13     must reset _requestProposal property
04:18:13   _openProposal
04:18:13     must "browse all" when field is valid and browseAll parameter is true
04:18:13     must search by display-text when field is valid and browseAll parameter is false
04:18:13     must "browseAll" when field is invalid
04:18:13   _acceptProposal
04:18:13     must set displayText
04:18:13     must call clearTimeout() for pending typedProposal events
04:18:13     dont send _acceptProposal when displayText has not changed
04:18:13     send _acceptProposal when displayText has changed
04:18:13     send deleteProposal when displayText has been deleted quickly
04:18:13   touch = true
04:18:13     opens a touch popup when smart field gets touched
04:18:13     opens a touch popup if there already is a proposal chooser while rendering
04:18:13     shows smartfield with same text as clicked smartfield
04:18:13   _formatValue
04:18:13     uses a lookupcall to format the value
04:18:13     returns empty string if value is null or undefined
04:18:13     returns the value as string if there is no lookup call
04:18:13   multiline
04:18:13     multi-line lookupcall on single-line field
04:18:13     multi-line lookupcall on multi-line field
04:18:13   display text
04:18:13     is also rendered if it is empty
04:18:13 
04:18:13 ProposalField2
04:18:13   proposal field
04:18:13     defaults
04:18:13     setValue
04:18:13     setLookupRow should set value too
04:18:13     lookupOnAcceptByText
04:18:13     when lookupOnAcceptByText=true the value is not deleted when aboutToBlurByMouseDown is called
04:18:13     should set error status when result has an exception
04:18:13 
04:18:13 SmartField2Multiline
04:18:13   display text
04:18:13     show first line as INPUT value, additional lines in separate DIV
04:18:13     reset multiline-lines DIV on error
04:18:13 
04:18:13 SmartField2
04:18:13   general behavior
04:18:13     defaults
04:18:13     setLookupRow
04:18:13     init LookupCall when configured as string
04:18:13     when setValue is called, load and set the correct lookup row
04:18:13     load proposals for the current displayText
04:18:13   clear
04:18:13     clears the value
04:18:13     clears the value, also in touch mode
04:18:13     does not close the popup but does a browse all
04:18:13   touch popup
04:18:13     marks field as clearable even if the field is not focused
04:18:13     stays open if active / inactive radio buttons are clicked
04:18:13     stays open even if there are no results (with active filter)
04:18:13   acceptInput
04:18:13     should not be triggered, when search text is (still) empty or equals to the text of the lookup row
04:18:13     should not be triggered, when search text is (still) empty or equals to the text of the lookup row (lookupRow.text is null)
04:18:13     should (not) reset selected lookup row
04:18:13       use lookup row
04:18:13       reset when popup is closed
04:18:13       reset when user was typing or search-text has changed
04:18:13       reset when lookup result is out-dated
04:18:13       must add CSS class from selected lookup-row to field
04:18:13   lookup
04:18:13     should increase lookupSeqNo when a lookup is executed
04:18:13     should set error status when result has an exception
04:18:13     _executeLookup should always remove lookup-status (but not the error-status)
04:18:13     lookupByKey should set first lookup-row from result as this.lookupRow
04:18:13   touch / embed
04:18:13     must clone properties required for embedded field
04:18:13     _copyValuesFromField
04:18:13   aboutToBlurByMouseDown
04:18:13     should not perform lookup for search by text
04:18:13   maxBrowseRowCount
04:18:13     default - don't limit lookup rows
04:18:13     limit lookup rows
04:18:13 
04:18:13 StringFieldAdapter
04:18:13   onModelPropertyChange
04:18:13     insertText
04:18:13       may be called multiple times with the same text
04:18:13 
04:18:13 StringField
04:18:13   inputMasked
04:18:13     sets the field into password mode, if true
04:18:13     unsets the password mode, if false
04:18:13   insertText
04:18:13     expects empty field at the beginning
04:18:13     inserts text into an empty field
04:18:13     appends text to the previous value (if no text is selected)
04:18:13     replaces selection #1 (if part of the text is selected, selection does not start at the beginning)
04:18:13     replaces selection #2 (if part of the text is selected, start at the beginning)
04:18:13     replaces selection #3 (if whole content is selected)
04:18:13     sends display text changed to server using accept text
04:18:13     sends display text changed to server using accept text, twice, if updateDisplayTextOnModify=true
04:18:13   trim
04:18:13     should restore selection
04:18:13     should not break when displayText is very long (regex is too big)
04:18:13   setValue
04:18:13     sets the value and display text if the value is valid
04:18:13     tries to convert the value into a string
04:18:13     sets the value to null if given value is empty
04:18:13     sets value to null if given value only consists of whitespaces and trim is true
04:18:13     does not set value to null if given value only consists of whitespaces and trim is false
04:18:13 
04:18:13 TabBoxAdapter
04:18:13   onModelPropertyChange
04:18:13     selectedTab
04:18:13       selects the tab but does not send a selectTab event
04:18:13 
04:18:13 TabBox
04:18:13   render
04:18:13     does NOT call layout for the selected tab on initialization
04:18:13     must not create LogicalGridData for tab items
04:18:13   selection
04:18:13     should select tabs by ID
04:18:13   key handling
04:18:13     supports left/right keys to select a tab-item
04:18:13 
04:18:13 TabItem
04:18:13   _renderStatusVisible
04:18:13     invalidates tabarea if status visibility changes
04:18:13   _renderCssClass
04:18:13     adds CSS class to both, TabItem and GroupBox
04:18:13 
04:18:13 TableFieldAdapter
04:18:13   property table
04:18:13     destroys the table and model adapter if value is changed to ''
04:18:13 
04:18:13 TableField
04:18:13   property table
04:18:13     shows (renders) the table if the value is set
04:18:13     destroys the table if value is changed to null
04:18:13     table gets class 'field' to make it work with the form field layout
04:18:13     table gets class 'field' to make it work with the form field layout (also when table is set later)
04:18:13   requiresSave
04:18:13     should require save when row has been updated
04:18:13     does not create a memory leak if same row is updated multiple times
04:18:13     should require save when row has been deleted
04:18:13     should require save when row has been inserted
04:18:13     should NOT require save when row has been inserted and deleted again
04:18:13     should NOT require save when row has been inserted and deleted again even if it was updated or checked in the meantime
04:18:13     should require save when row has been checked
04:18:13     should NOT require save when row has been checked and unchecked again
04:18:13 
04:18:13 WrappedForm
04:18:13   mandatory indicator
04:18:13     does not exist
04:18:13   test initial focus disabled
04:18:13     string field in inner form hasn't focus
04:18:13   test initial focus enabled
04:18:13     string field in inner form has focus
04:18:13 
04:18:13 IFrame
04:18:13   setLocation
04:18:13     sets the location of the iframe
04:18:13     sets the location to about:blank if location is empty
04:18:13 
04:18:13 scout.Icon
04:18:13   render
04:18:13     creates a span if it is a font icon
04:18:13     creates an img if it is an image icon
04:18:13   setIconDesc
04:18:13     accepts a string representing the iconId
04:18:13     accepts a scout.IconDesc
04:18:13 
04:18:13 Key
04:18:13   toKeyStrokeString
04:18:13     creates a string representing that key
04:18:13     considers modifiers
04:18:13 
04:18:13 KeyStroke
04:18:13   unrepeatability
04:18:13     means that an unrepeatable KeyStroke is triggered exactly once per keyup event, even given three keydown events
04:18:13     means that an unrepeatable KeyStroke is triggered exactly once given the sequence (keydown, keyup)
04:18:13 
04:18:13 HtmlComponent
04:18:13   install
04:18:13     does NOT set data 'htmlComponent' when constructor is called
04:18:13     sets data 'htmlComponent' when install() is called
04:18:13   size
04:18:13     returns getBoundingClientRect() of JQuery comp
04:18:13   setSize
04:18:13     accepts scout.Dimension as single argument
04:18:13     calls invalidate on layout when size has changed
04:18:13   insets
04:18:13     reads padding, margin and border correctly
04:18:13   validateLayout
04:18:13     calls htmlComp.layout
04:18:13     calls layout of the child component
04:18:13     does not layout invisible components
04:18:13     does not layout components with an invisible parent
04:18:13     does not call isParentVisible too many times
04:18:13 
04:18:13 LayoutValidator
04:18:13   invalidateTree
04:18:13     keeps track of invalid html components
04:18:13     considers only the topmost component
04:18:13     and validate roots
04:18:13     makes sure parent components are put in front of child components
04:18:13   validate
04:18:13     calls layout for each invalid html component
04:18:13     does not call layout if component has been removed
04:18:13     does not call layout if component has been detached, but does not remove from invalid components either
04:18:13     removes the component from the list of invalidate components after validation
04:18:13   cleanupInvalidObjects
04:18:13     removes the widget from invalid components when a widget gets removed
04:18:13 
04:18:13 LogicalGridLayoutInfo
04:18:13   Rectangle.union
04:18:13     produces same results as java.awt.Rectangle
04:18:13   layoutCellBounds
04:18:13     calculates bounds
04:18:13 
04:18:13 graphics
04:18:13   bounds
04:18:13     returns rectangle with position from JQuery.position()
04:18:13     returns rectangle with size from JQuery.outerWidth/Height
04:18:13     returns rectangle with size from  JQuery.outerWidth/Height() including margin if includeMargin is true
04:18:13   Point
04:18:13     equals
04:18:13   Dimension
04:18:13     accepts two numbers as width and height arguments
04:18:13     accepts a single scout.Dimension argument
04:18:13     equals
04:18:13   Rectangle
04:18:13     equals
04:18:13     intersects
04:18:13   Insets
04:18:13     equals
04:18:13 
04:18:13 LookupRow
04:18:13   constructor
04:18:13   sets defaults when created with a plain object
04:18:13   uses values from plain object instead of defaults, when set
04:18:13 
04:18:13 main
04:18:13   nvl
04:18:13     can return alternative value
04:18:13   assertParameter
04:18:13     throws Error when value is not set
04:18:13     throws Error when value has wrong type
04:18:13   isOneOf
04:18:13     can check if value is one of multiple values
04:18:13   create
04:18:13     accepts string or object as first argument
04:18:13     creates a new initialized widget with parent and session set
04:18:13     creates local object if first parameter is the objectType
04:18:13       sets property 'id' correctly when no ID is provided
04:18:13       session must be set, but adapter should not be registered
04:18:13     creates local object if first parameter of type object and contains objectType property
04:18:13 
04:18:13 ButtonAdapterMenu
04:18:13   initialization / destroy
04:18:13     should set/delete adaptedBy property on original button instance
04:18:13   focusable element
04:18:13     button should delegate to adapter menu
04:18:13 
04:18:13 ContextMenuPopup
04:18:13   options.cloneMenuItems
04:18:13     true
04:18:13       clones the given menus and renders the clones
04:18:13       only destroys and removes the clones on popup close
04:18:13     false
04:18:13       renders the original menus
04:18:13       removes but does not destroy the menus on popup close
04:18:13   renderMenuItems
04:18:13     renders invisible menus
04:18:13     adds last and first classes
04:18:13     considers visibility when adding last and first classes
04:18:13 
04:18:13 MenuBarPopup
04:18:13   is opened on doAction if the menu has child actions
04:18:13   rerenders the head on a menu property change
04:18:13 
04:18:13 MenuBar
04:18:13   setMenuItems
04:18:13     prefers EmptySpace for the left position if menu has multiple menuTypes
04:18:13     must add/destroy dynamically created separators
04:18:13     renders menu bar invisible if no visible menu items are available
04:18:13     renders menu bar visible if at least one visible menu item is available
04:18:13   propertyChange
04:18:13     must listen on property changes of its menu items (even when menu bar is not rendered)
04:18:13     must remove property change listeners on destroy
04:18:13   layout
04:18:13     gets invalidated if a menu changes its visibility
04:18:13   updateDefaultMenu
04:18:13     marks first visible and enabled menu that reacts to ENTER keystroke as default menu
04:18:13     updates state if menu gets enabled or disabled
04:18:13     considers rendered state of default menu
04:18:13 
04:18:13 MenuItemsOrder
04:18:13   _createSeparator
04:18:13   _menuTypes
04:18:13 
04:18:13 Menu
04:18:13   defaults
04:18:13     should have expected defaults
04:18:13   render
04:18:13     render depending on the actionStyle
04:18:13     render as separator
04:18:13     must not render childActions when popup is not open
04:18:13   isTabTarget
04:18:13     should return true when menu can be a target of TAB action
04:18:13 
04:18:13 menus
04:18:13   filter
04:18:13     does nothing if no menus are given
04:18:13     returns no menus if no types are given
04:18:13     only returns visible menus, if onlyVisible param is set to true
04:18:13     only returns menus with given type (even when menu is not visible)
04:18:13     only returns parent menus if child menus should be displayed
04:18:13     only returns parent menus if child menus have correct type
04:18:13   updateSeparatorVisibility
04:18:13     makes leading separators invisible
04:18:13     makes trailing separators invisible
04:18:13     makes duplicate separators invisible
04:18:13     makes all separators invisible if there are no other visible menus
04:18:13     reverts to old state if sibling menus get visible
04:18:13     considers all rules
04:18:13 
04:18:13 Planner
04:18:13   deleteResources
04:18:13     deletes resources from model
04:18:13     deletes resources from html document
04:18:13     also adjusts selectedResources and selectionRange if deleted resource was selected
04:18:13   updateResources
04:18:13     updates resources in model
04:18:13     updates resources in html document
04:18:13     updates activities
04:18:13   renderScale
04:18:13     displayMode: DAY
04:18:13       draws scale for whole day
04:18:13       draws scale for one hour
04:18:13       draws scale for two hour interval
04:18:13       draws scale with only showing every second label
04:18:13     displayMode: WEEK / WORK_WEEK
04:18:13       draws scale for WEEK for whole day with 6h interval
04:18:13       draws scale for WEEK with only showing every second label
04:18:13       draws scale for WEEK with changing month
04:18:13       draws scale for WORK_WEEK for whole day with 6h interval
04:18:13       draws scale for WORK_WEEK with only showing every second label
04:18:13     displayMode: MONTH
04:18:13       draws scale
04:18:13       draws scale with only showing every second label
04:18:13     displayMode: CALENDAR_WEEK
04:18:13       draws scale for CALENDAR_WEEK displayMode
04:18:13       draws scale with only showing every second label
04:18:13       draws scale with only showing every third label
04:18:13     displayMode: YEAR
04:18:13       draws scale for YEAR displayMode
04:18:13       draws scale with only showing every second label
04:18:13       draws scale with only showing every third label
04:18:13   transformLeft/transformWidth
04:18:13     calculates left and width in WEEK mode for whole days
04:18:13     calculates left and width in WEEK mode for limitted day range
04:18:13     calculates left and width in WEEK mode for limitted day range (only firstHourOfDay set)
04:18:13   select
04:18:13     selects at least the number of intervals configured by display mode options
04:18:13     respects end of day if minSelectionIntervalCount is set
04:18:13 
04:18:13 Popup
04:18:13   withGlassPane
04:18:13     shows a glass pane if set to true
04:18:13     does not show a glass pane if set to false
04:18:13 
04:18:13 scrollbars
04:18:13   onScroll
04:18:13     attaches handler to scrolling parents which execute when scrolling
04:18:13   offScroll
04:18:13     detaches handler from scrolling parents
04:18:13   isLocationInView
04:18:13     returns true if the given location is inside the given $scrollable
04:18:13     returns false if x of the given location is outside of the given $scrollable (smaller)
04:18:13     returns false if y of the given location is outside of the given $scrollable (smaller)
04:18:13     returns false if x of the given location is outside of the given $scrollable (greater)
04:18:13     returns false if y of the given location is outside of the given $scrollable (greater)
04:18:13   render
04:18:13     ensures parent has position absolute or relative
04:18:13 
04:18:13 BusyIndicator
04:18:13   render
04:18:13     uses entry point as parent if no $parent is provided
04:18:13     uses $parent as parent if provided
04:18:13 
04:18:13 ModelAdapter
04:18:13   can handle properties in any order
04:18:13   _syncPropertiesOnPropertyChange calls set* methods or setProperty method
04:18:13   init
04:18:13     copies properties to widget
04:18:13     sets default values
04:18:13   destroy
04:18:13     destroys the adapter and its children
04:18:13     does not destroy children, which are globally used
04:18:13   onModelPropertyChange
04:18:13     adapter
04:18:13       creates and registers the new adapter
04:18:13       destroys the old adapter
04:18:13     filters
04:18:13       propertyChange events
04:18:13         should send event when property change is triggered by widget
04:18:13         should not send event when property is triggered by server
04:18:13       widget events
04:18:13         should handle widget event when it is not filtered
04:18:13         should not handle widget event when it is filtered
04:18:13     export adapter
04:18:13       exportAdapterData should export last part of model-class as ID
04:18:13     adapters
04:18:13       creates and registers adapters
04:18:13       destroys the old adapters
04:18:13       destroys the old and creates the new adapters if the array contains both
04:18:13 
04:18:13 ResponseQueue
04:18:13   add
04:18:13     adds elements to the queue in the correct order
04:18:13     removes elements that are superseded by combined response
04:18:13   process
04:18:13     processes elements in the correct order
04:18:13     does not process elements in the wrong order
04:18:13     does not process same response twice
04:18:13 
04:18:13 Session
04:18:13   send
04:18:13     sends multiple async events in one call
04:18:13     sends multiple async events in one call over multiple user interactions if sending was delayed
04:18:13     does not await the full delay if a susequent send call has a smaller delay
04:18:13     does not await the full delay if a previous send call has a smaller delay
04:18:13     coalesces events if event provides a coalesce function
04:18:13     sends requests consecutively
04:18:13     sends requests consecutively and respects delay
04:18:13     queues ?poll results when user requests are pending
04:18:13     resumes polling after successful responses
04:18:13     does not resume polling after JS errors
04:18:13     does not resume polling after UI server errors
04:18:13     does not resume polling after HTTP errors
04:18:13     does not resume polling after session terminated
04:18:13   init
04:18:13     sends startup parameter
04:18:13     sends user agent on startup
04:18:13   texts
04:18:13     check if correct text is returned
04:18:13     check if empty text is returned
04:18:13     check if null text is returned
04:18:13     check if arguments are replaced in text
04:18:13     check if multiple arguments are replaced in text
04:18:13     check if undefined texts return an error message
04:18:13     optText returns undefined if key is not found
04:18:13     optText returns default value if key is not found
04:18:13     optText returns text if key found
04:18:13     optText returns text if key found, with arguments
04:18:13 
04:18:13 Splitter
04:18:13   renders the splitter at the given position
04:18:13 
04:18:13 SimpleTabArea
04:18:13   renders the tabs in the correct order
04:18:13 
04:18:13 TableAdapter
04:18:13   selectRows
04:18:13     sends rowsSelected event containing rowIds
04:18:13     does not send selection event if triggered by server
04:18:13   checkRows
04:18:13     sends rowsChecked event containing rowIds
04:18:13     does not send rowsChecked event if triggered by server
04:18:13   onModelAction
04:18:13     rowsSelected event
04:18:13       calls selectRows
04:18:13     rowsDeleted event
04:18:13       calls deleteRows
04:18:13       does not send rowsSelected event for the deleted rows
04:18:13     allRowsDeleted event
04:18:13       calls deleteAllRows
04:18:13       does not send rowsSelected event
04:18:13     rowsInserted event
04:18:13       calls insertRows
04:18:13       may contain cells as objects
04:18:13       may contain cells as scalars
04:18:13       respects null values
04:18:13       uses text as value if value is not provided
04:18:13     rowOrderChanged event
04:18:13       calls updateRowOrder
04:18:13       correct DOM order for newly inserted rows
04:18:13     rowsUpdated event
04:18:13       calls updateRows
04:18:13     columnStructureChanged event
04:18:13       calls updateColumnStructure
04:18:13     columnOrderChanged event
04:18:13       calls updateColumnOrder
04:18:13     columnHeadersUpdated event
04:18:13       calls updateColumnHeaders
04:18:13   onModelPropertyChange
04:18:13     menus
04:18:13       creates and registers menu adapters
04:18:13       destroys the old menus
04:18:13       destroys the old and creates the new menus if the list contains both
04:18:13   _sendFilter
04:18:13     should not coalesce remove and 'add' events
04:18:13   _postCreateWidget
04:18:13     should send a filter event, if a filter exists on table after widget is created.
04:18:13 
04:18:13 TableFilter
04:18:13   row filtering
04:18:13     applies row filter when table gets initialized
04:18:13     doesn't filter anymore if filter gets removed
04:18:13     applies row filter if a new row gets inserted
04:18:13     applies row filter if a new row gets inserted, even if table is not rendered
04:18:13     applies row filter if a row gets updated
04:18:13     applies row filter if a row gets updated, even if table is not rendered
04:18:13     properly handles successive row insertion and updates
04:18:13     properly handles reset table case
04:18:13     considers view range
04:18:13     renders empty data if all rows are removed due to filtering
04:18:13   selection
04:18:13     gets removed for non visible rows after filtering
04:18:13     stays removed even if filtered row is selected explicitly
04:18:13     gets removed for non visible rows after filtering if a row has been updated
04:18:13     gets restored for visible rows after filtering
04:18:13   events
04:18:13     filter
04:18:13       gets fired when table with a filter is initializing
04:18:13       does not get fired when table with no filters is initializing
04:18:13       gets fired if filter() is called
04:18:13       gets fired if filter() is called, even if table is not rendered
04:18:13       gets not fired if rows are filtered again but the filtered rows have not changed
04:18:13       gets fired if rows are filtered during updateRows
04:18:13       gets fired if rows are filtered during insertRows
04:18:13       gets fired if rows are filtered during deleteRows
04:18:13       gets fired if rows are filtered during deleteAllRows
04:18:13       does not get fired if rows are updated but row filter state has not changed
04:18:13       gets sent to server containing rowIds when rows are filtered
04:18:13 
04:18:13 TableFooterSpec
04:18:13   render
04:18:13     attaches listener to the table but only once
04:18:13   remove
04:18:13     stops the open animation of the selected control
04:18:13     stops the close animation of the selected control
04:18:13   controls
04:18:13     removes old and renders new controls on property change
04:18:13   TableStatusTooltip
04:18:13     shows ERROR tooltip
04:18:13     shows INFO tooltip when table is rendered
04:18:13     hides INFO tooltip when user clicks in table
04:18:13     does not hide ERROR tooltip when user clicks in table
04:18:13 
04:18:13 TableHeaderMenu
04:18:13   filter
04:18:13     string column
04:18:13       shows the unique string values
04:18:13       converts multiline text to single line
04:18:13       strips html tags if html is enabled
04:18:13       reflects the state of the filter
04:18:13       correctly updates the list after inserting a new row, if a filter is applied
04:18:13       always displays the selected value, even if the table does not contain the value anymore
04:18:13       displays empty values as -empty-
04:18:13       stores selected text in filter.selectedValues
04:18:13       stores empty as null and not '-empty-'
04:18:13     grouping / sorting
04:18:13       count sorted columns
04:18:13       count grouped columns
04:18:13     boolean column
04:18:13       shows the unique string values
04:18:13     sort enabled
04:18:13       option enabled shows sort options in table header menu
04:18:13       option disabled does not show sort options in table header menu
04:18:13     sort mode
04:18:13       sorts alphabetically
04:18:13       sorts by amount
04:18:13 
04:18:13 TableHeaderSpec
04:18:13   render
04:18:13     attaches listener to the table but only once
04:18:13 
04:18:13 TableKeyStrokes
04:18:13   key up
04:18:13     selects the above row
04:18:13     selects the last row if no row is selected yet
04:18:13     selects the second last row if all rows are selected
04:18:13     selects the only row if there is only one
04:18:13     does nothing if first row already is selected
04:18:13     if first row already is selected but is not the last action row, the row above the last action row gets selected
04:18:13     if there is a last action row, selects the row above last last action row
04:18:13     selects the row above the last action row even if the row above already is selected
04:18:13     uses last row of selection as last action row if last action row is not visible anymore
04:18:13      + shift
04:18:13       adds the row above to the selection
04:18:13       removes the row above from the selection if the last action row is the last row of the selection
04:18:13       if the row above the last action row is not selected, adds the row above to the selection
04:18:13   key down
04:18:13     selects the row below
04:18:13     selects the first row if no row is selected yet
04:18:13     selects the second row if all rows are selected
04:18:13     selects the only row if there is only one
04:18:13     does nothing if last row already is selected
04:18:13     if there is a last action row, selects the row below the last action row
04:18:13     selects the row below the last action row even if the row below already is selected
04:18:13     uses last row of selection as last action row if last action row is not visible anymore
04:18:13      + shift
04:18:13       adds the row below to the selection
04:18:13       removes the row below from the selection if the last action row is the first row of the selection
04:18:13       if the row below the last action row is not selected, adds the row below to the selection
04:18:13   end
04:18:13     selects last row
04:18:13      + shift
04:18:13       selects all rows from currently selected row to last row
04:18:13       preserves existing selection
04:18:13       considers last action row as start row for new selection
04:18:13       uses last row of selection as last action row if last action row is not visible anymore
04:18:13       does nothing if last row is already selected
04:18:13       does not add same rows to selectedRows twice
04:18:13   home
04:18:13     selects first row
04:18:13      + shift
04:18:13       selects all rows from currently selected row to first row
04:18:13       preserves existing selection
04:18:13       considers last action row as start row for new selection
04:18:13       uses first row of selection as last action row if last action row is not visible anymore
04:18:13       does nothing if first row is already selected
04:18:13       does not add same rows to selectedRows twice
04:18:13   space
04:18:13     does nothing if no rows are selected
04:18:13     checks the selected rows if first row is unchecked
04:18:13     does not modify already checked rows when checking
04:18:13     unchecks the selected rows if first row is checked
04:18:13   page up
04:18:13     selects the only row if there is only one
04:18:13   page down
04:18:13     selects the only row if there is only one
04:18:13 
04:18:13 Table
04:18:13   render
04:18:13     renders CSS class
04:18:13     renders a table header
04:18:13     renders table rows
04:18:13       accepts rows with cells
04:18:13       accepts rows with text only
04:18:13   _calculateViewRangeForRowIndex
04:18:13     returns a range based on viewRangeSize
04:18:13   rowIcons and checkable rows
04:18:13     creates an artificial cell when a rowIcon is set on a row
04:18:13   insertRows
04:18:13     inserts rows at the end of the table
04:18:13     renders rows only if view range is not full yet
04:18:13     rowsInserted event must be triggered before rowOrderChanged event
04:18:13   updateRows
04:18:13     updates the model cell texts
04:18:13     updates the html cell texts
04:18:13     does not fail if the row to update is the same instance as the existing one
04:18:13     does not destroy selection
04:18:13     silently updates rows which are not in view range
04:18:13   deleteRows
04:18:13     deletes single rows from model
04:18:13     deletes single rows from html document
04:18:13     considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
04:18:13   deleteAllRows
04:18:13     deletes all rows from model
04:18:13     deletes all rows from html document
04:18:13     silently removes not rendered rows
04:18:13   updateRowOrder
04:18:13     reorders the model rows
04:18:13     reorders the html nodes
04:18:13     considers view range
04:18:13   checkRow
04:18:13     checks the row, does not uncheck others if multiCheck is set to true
04:18:13     unchecks other rows if multiCheck is set to false
04:18:13     does not check the row if checkable is set to false
04:18:13     does not check the row if the row is disabled
04:18:13     does not check the row if the table is disabled
04:18:13     considers view range
04:18:13     keeps added checkable column visible even when reloading factory settings
04:18:13     does not add an additional checkable column if one is already configured
04:18:13   selectRows
04:18:13     updates model
04:18:13     selects rendered rows and unselects others
04:18:13     considers view range
04:18:13     triggers rowsSelected
04:18:13     selectedRow() returns first selected row or null when table has no selection
04:18:13   toggle selection
04:18:13     selects all if not all are selected
04:18:13     selects none if all are selected
04:18:13   selectAll
04:18:13     selects all rows
04:18:13     considers view range -> renders selection only for rendered rows
04:18:13   doRowAction
04:18:13     sends rowAction event with row and column
04:18:13     does not send rowAction event if the row is not selected
04:18:13     does not send rowAction event if it is not the only one selected row
04:18:13   resizeColumn
04:18:13     updates column model and sends resize event 
04:18:13     does not send resize event when resizing is in progress
04:18:13     sends resize event when resizing is finished
04:18:13   autoResizeColumns
04:18:13     distributes the table columns using initialWidth as weight
04:18:13     excludes columns with fixed width
04:18:13     does not make the column smaller than the initial size
04:18:13     does not make the column smaller than a minimum size
04:18:13   sort
04:18:13     updates column model
04:18:13     model update
04:18:13       sets sortAscending according to direction param
04:18:13       resets properties on other columns
04:18:13       sets sortIndex
04:18:13       does not remove sortIndex for columns always included at begin
04:18:13       does not remove sortIndex for columns always included at end
04:18:13       does not remove sortIndex for columns always included at begin and end (combination)
04:18:13       removes column from sort columns
04:18:13     sends sort without sortingRequested event when client side sorting is possible
04:18:13     sends sort event with sortingRequested if client side sorting is not possible
04:18:13     sorts the data
04:18:13     regroups the data if group by column is active
04:18:13     restores selection after sorting
04:18:13     sorting
04:18:13       sorts text columns considering locale (if browser supports it)
04:18:13       sorts number columns
04:18:13       sorts date columns
04:18:13       uses non sort columns as fallback
04:18:13   column grouping
04:18:13     renders an aggregate row for each group
04:18:13     considers groupingStyle -> aggregate rows must be rendered previous to the grouped rows
04:18:13     considers view range -> only renders an aggregate row for rendered rows
04:18:13     considers view range -> doesn't render an aggregate row if the last row of the group is not rendered
04:18:13     regroups if rows get inserted
04:18:13     regroups if rows get inserted, event is from server and table was empty
04:18:13     does not regroup if rows get inserted, event is from server and table was not empty
04:18:13     regroups if rows get deleted
04:18:13     removes aggregate rows if all rows get deleted
04:18:13     regroups if rows get updated
04:18:13     may group column 0 only
04:18:13     may group column 1 only
04:18:13     may group columns 0 (avg) and 1 (sum)
04:18:13     may group columns 0, 1 and 2
04:18:13     may group columns 2 and 1
04:18:13     may group column 1 only after grouping column 0 first
04:18:13     may group column 1 and 2 after grouping column 0 first
04:18:13   row click
04:18:13     selects row and unselects others
04:18:13     sends selection and click events
04:18:13     sends only click if row already is selected
04:18:13     sends selection, checked and click events if table is checkable and checkbox has been clicked
04:18:13   right click on row
04:18:13     opens context menu
04:18:13     context menu only shows items without header type also if there is a type singleSelection
04:18:13     context menu only shows visible menus
04:18:13   _filterMenus
04:18:13     returns no menus for contextMenu if no row is selected
04:18:13     returns only single selection menus for contextMenu if one row is selected
04:18:13     returns only multi selection menus for contextMenu if multiple rows are selected
04:18:13     returns menus with single- and multi selection set for contextMenu if one or more rows are selected
04:18:13     returns only empty space menus if no row is selected
04:18:13     returns empty space and single selection menus if one row is selected
04:18:13     returns empty space and multi selection menus if multiple rows are selected
04:18:13     returns menus with empty space, single- and multi selection set if one or more rows are selected
04:18:13   row mouse down / move / up
04:18:13     selects multiple rows
04:18:13     only sends selection event, no click
04:18:13     only send one event for mousedown and immediate mouseup on the same row
04:18:13     only selects first row if mouse move selection or multi selection is disabled
04:18:13   moveColumn
04:18:13     moves column from oldPos to newPos
04:18:13     considers view range (does not fail if not all rows are rendered)
04:18:13   updateRowOrder
04:18:13     correct DOM order for newly inserted rows
04:18:13   initColumns
04:18:13     sets the column indices if not already set
04:18:13     does not set the column indices if already set
04:18:13   updateColumnStructure
04:18:13     resets the model columns
04:18:13     redraws the header to reflect header cell changes (text)
04:18:13     updates width of empty data
04:18:13   updateColumnOrder
04:18:13     reorders the model columns
04:18:13     reorders the html nodes
04:18:13     silently moves cells which are not rendered in view range
04:18:13   updateColumnHeaders
04:18:13     updates the text and sorting state of model columns
04:18:13     updates sort indices of the sort columns if a sort column got removed
04:18:13     updates the text and sorting state of html table header nodes
04:18:13     updates the custom css class of table header nodes
04:18:13     considers html enabled property of table header cells
04:18:13   headerVisible
04:18:13     hides/shows the table header
04:18:13   View range markers
04:18:13     Must not throw an error when called in detached state
04:18:13   Column visibility
04:18:13     update headers and rows when visibility of a column changes
04:18:13     visibleColumns() only return visible columns
04:18:13     moveColumn() must deal with different indices for visible and all columns
04:18:13 
04:18:13 TableUpdateBuffer
04:18:13   buffers updateRow calls and processes them when all promises resolve
04:18:13   prevents rendering viewport while buffering
04:18:13   processes immediately when a resolved promise is added
04:18:13 
04:18:13 BooleanColumn
04:18:13   table checkable column
04:18:13     a checkbox column gets inserted if table.checkable=true
04:18:13     no checkbox column gets inserted if table.checkable=false
04:18:13     this.checkableColumn is set to the new column
04:18:13     displays the row.checked state as checkbox
04:18:13   boolean column
04:18:13     displays the cell value as checkbox
04:18:13 
04:18:13 Column
04:18:13   considers horizontal alignment
04:18:13   converts linebreak into <br> in header cells
04:18:13   considers custom css class of a column
04:18:13   considers custom css class of a column, as well for checkbox columns
04:18:13   considers custom css class of a cell, if both are set only the cell class is used
04:18:13   considers htmlEnabled of a cell
04:18:13   caches encoded text of a cell to improve performance
04:18:13   multilineText
04:18:13     replaces
04:18:13  with br, but only if htmlEnabled is false
04:18:13   textWrap
04:18:13     wraps text if column.textWrap and table.multilineText are true
04:18:13     does not wrap text if column.textWrap is false and table.multilineText is true
04:18:13     does not wrap text if column.textWrap is true and table.multilineText is false
04:18:13   initCell
04:18:13     sets the value and the text
04:18:13     calls formatValue to format the text
04:18:13     calls formatValue to format the text, also for cell objects
04:18:13     does not format the value if a text is provided
04:18:13     sets the value to null if only text is provided
04:18:13   setCellValue
04:18:13     sets the value and the text
04:18:13     calls formatValue to format the text
04:18:13   cell getters
04:18:13     cell() should return cell of given row
04:18:13     selectedCell() should return cell from selected row
04:18:13   autoOptimizeWidth
04:18:13     will resize the column to fit its content after layouting
04:18:13     also works if there is no header
04:18:13     considers images
04:18:13     autoOptimizeWidthRequired
04:18:13       will be set to true if a row is updated and the content changed
04:18:13       will be set to true if a row is inserted
04:18:13       will be set to true if a row is deleted
04:18:13       will be set to true if all rows are deleted
04:18:13       will be set to true if autoOptimizeWidth is set dynamically
04:18:13   displayable
04:18:13     if set to false, column may not be made visible
04:18:13 
04:18:13 NumberColumn
04:18:13   background effect
04:18:13     colorGradient1
04:18:13       colors cells from red to green
04:18:13       colors cells according to rounded values
04:18:13     considers view range -> only colors rendered cells
04:18:13     updates colors if row gets deleted
04:18:13     updates colors if row gets inserted
04:18:13     updates colors if row gets updated
04:18:13     colors cells if table gets rendered
04:18:13     restores existing background color if background effect gets removed
04:18:13     barChart
04:18:13       does not overwrite existing background color
04:18:13     setBackgroundEffect
04:18:13       changes the background effect
04:18:13       sends columnBackgroundEffectChanged event
04:18:13       does not send columnBackgroundEffectChanged if server triggered it
04:18:13   calculateMinMaxValues
04:18:13     calculates the min/max values based on rounded values
04:18:13   format
04:18:13     updates the value and the display text if the multiplier changes
04:18:13 
04:18:13 scout.comparators
04:18:13   tests 'compare' method of TEXT comparator
04:18:13   tests 'compareIgnoreCase' method of TEXT comparator
04:18:13   tests 'compare' method of NUMERIC comparator
04:18:13   tests 'compare' method of ALPHANUMERIC comparator
04:18:13   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator
04:18:13   tests 'compareIgnoreCase' method of ALPHANUMERIC comparator with session
04:18:13 
04:18:13 AggregateTableControl
04:18:13   aggregate
04:18:13     creates an aggregate row
04:18:13     sums up numbers in a number column
04:18:13     aggregation type none does not aggregate
04:18:13     sums up numbers in a number column but only on filtered rows
04:18:13     sums up numbers in a number column and considers format pattern
04:18:13     sums up numbers in a number column and considers rounded values fo aggregation
04:18:13     updates aggregation if a row is inserted
04:18:13     updates aggregation if a row is updated
04:18:13     updates aggregation if a row is deleted
04:18:13   eanbled state
04:18:13     is false if there are no number columns
04:18:13     is true if there is at least one number column
04:18:13     is false if there is a number column but without an aggregate function
04:18:13   selected state
04:18:13     is false if control is not enabled initially
04:18:13     is set to false if control will be disabled
04:18:13 
04:18:13 TableControl
04:18:13   selected
04:18:13     opens and closes the control container
04:18:13     removes the content of the previous selected control without closing the container
04:18:13     sends selected events (for current and previous selection)
04:18:13 
04:18:13 CellEditor
04:18:13   mouse click
04:18:13     starts cell edit if cell is editable
04:18:13     does not start cell edit if cell is not editable
04:18:13     does not start cell edit if row is disabled
04:18:13     does not start cell edit if table is disabled
04:18:13     does not start cell edit if mouse down and up happened on different cells
04:18:13     does not start cell edit if right mouse button was pressed
04:18:13     does not start cell edit if middle mouse button was pressed
04:18:13     does not open cell editor if a ctrl or shift is pressed, because the user probably wants to do row selection rather than cell editing
04:18:13   startCellEdit event
04:18:13     opens popup with field
04:18:13   endCellEdit event
04:18:13     destroys the field
04:18:13     removes the cell editor popup
04:18:13   completeEdit
04:18:13     sends completeCellEdit
04:18:13     sends completeCellEdit only once
04:18:13     does not remove the popup and its field (will be done by endCellEdit)
04:18:13   cancelEdit
04:18:13     sends cancelCellEdit
04:18:13     removes the popup and its field
04:18:13   validation
04:18:13     shows a tooltip if field has an error
04:18:13     does not sho a tooltip if field has no error
04:18:13   popup recovery
04:18:13     reopens popup if row gets updated
04:18:13     closes popup if row gets deleted
04:18:13     closes popup if all rows get deleted
04:18:13     closes popup (before) table is detached
04:18:13     closes popup when table is removed
04:18:13   tooltip recovery
04:18:13     removes tooltip if row gets deleted
04:18:13 
04:18:13 DateColumnUserFilter
04:18:13   acceptByFields works
04:18:13   acceptByFields works with time
04:18:13   addFilterFields must not create date fields with time
04:18:13 
04:18:13 TableTextUserFilter
04:18:13   filter
04:18:13     filters rows based on cell text
04:18:13     separates cell values with whitepace
04:18:13     works with bean columns
04:18:13 
04:18:13 DateFormat
04:18:13   format
04:18:13     considers d M y
04:18:13     considers h H m a
04:18:13     considers E
04:18:13   parse
04:18:13     considers d M y
04:18:13     considers h H m a
04:18:13   analyze
04:18:13     analyzes the text and returns an object with months, years and days
04:18:13       considers pattern dd.MM.yyyy
04:18:13       considers pattern yyyy-MM-dd
04:18:13       considers pattern MM/dd/yyy
04:18:13       checks correct handling of am/pm
04:18:13       proposes valid dates for pattern dd.MM.yyyy
04:18:13       proposes valid dates for pattern MM.yyyy
04:18:13       proposes valid dates for pattern yyyy
04:18:13       proposes valid times
04:18:13 
04:18:13 DecimalFormat
04:18:13   constructor
04:18:13     uses the pattern from the options
04:18:13     if the options parameter is a string, it assumes it is the pattern
04:18:13   format
04:18:13     considers decimal separators
04:18:13     considers grouping separators
04:18:13     is lenient with grouping separators
04:18:13     can swap the position of the minus sign
04:18:13     can handle invalid patterns
04:18:13     distinguishes digits and zero digits
04:18:13     can handle positive and negative subpattern
04:18:13     can handle exotic symbols
04:18:13     can handle percentages, format taken from application
04:18:13     can handle multiplier
04:18:13     can handle rounding mode
04:18:13   round
04:18:13     can handle rounding modes
04:18:13 
04:18:13 TextMap
04:18:13   get
04:18:13     returns correct text for key
04:18:13     may return empty text
04:18:13     may return null text
04:18:13     replaces arguments in text
04:18:13     may replace multiple arguments
04:18:13     returns a text containing undefinied if the key is not found
04:18:13     does a parent lookup if key is not found
04:18:13     returns a text containing undefinied if neither child nor parent contains the key
04:18:13   optGet
04:18:13     returns undefined if key is not found
04:18:13     returns default value if key is not found
04:18:13     returns text if key is found
04:18:13     returns text if key is found, with arguments
04:18:13     replaces the same placeholder if used multiple times
04:18:13     does a parent lookup if key is not found
04:18:13 
04:18:13 scout.texts
04:18:13   init
04:18:13     creates Texts objects for each language tag given in the model
04:18:13     links Texts objects according the sub tags of the language tag
04:18:13     does not override existing text maps
04:18:13   get
04:18:13     returns the Texts for the given language tag
04:18:13     returns a Texts object with correct linking
04:18:13     creates an empty Texts object with correct linking if language tag is unknown
04:18:13 
04:18:13 scout.tooltips
04:18:13   can be installed and uninstalled for a form field
04:18:13   creates a tooltip on mouseenter and removes it on mouseleave
04:18:13   if text
04:18:13     is empty no tooltip will be shown
04:18:13     is a function, it will be called for tooltip text
04:18:13     is undefined no tooltip will be shown
04:18:13     is provided by component, it will be used as tooltip text
04:18:13     is provided as function by component, it will be called and used as tooltip text
04:18:13     is provided using options and by component, text provided using options will be used
04:18:13     is a function, component is passed as first and only argument
04:18:13 
04:18:13 CompactTreeAdapter
04:18:13   selectNodes
04:18:13     selects child node and notifies server if server selects the first title node
04:18:13 
04:18:13 Compacttree
04:18:13   creation
04:18:13     adds no empty section node
04:18:13     adds a node with child node
04:18:13     adds a node with child nodes in correct order
04:18:13     deletes a node
04:18:13     inserts a child node
04:18:13   node click
04:18:13     calls selectNodes
04:18:13 
04:18:13 TreeAdapter
04:18:13   node click
04:18:13     sends selection and click events in one call in this order
04:18:13     sends selection, check and click events if tree is checkable and checkbox has been clicked
04:18:13     does not send click if mouse down happens on another node than mouseup
04:18:13     does not send click if mouse down does not happen on a node
04:18:13   node double click
04:18:13     sends clicked, selection, action and expansion events
04:18:13   node control double click
04:18:13     sends clicked, selection, action and expansion events
04:18:13   selectNodes
04:18:13     sends nodeExpanded for the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
04:18:13     does not send selection event if triggered by server
04:18:13   checkNodes
04:18:13     does not send checked event if triggered by server
04:18:13   setNodesExpanded
04:18:13     does not send expand event if triggered by server
04:18:13   collapseAll
04:18:13     sends nodeExpanded for every collapsed node
04:18:13   onModelAction
04:18:13     nodesInserted event
04:18:13       calls insertNodes
04:18:13     nodesDeleted event
04:18:13       calls deleteNodes
04:18:13     allChildNodesDeleted event
04:18:13       calls deleteAllChildNodes
04:18:13     nodesSelected event
04:18:13       calls selectNodes
04:18:13     nodeChanged event
04:18:13       calls changeNode
04:18:13       updates the text of the node
04:18:13     nodesUpdated event
04:18:13       calls updateNodes
04:18:13     childNodeOrderChanged event
04:18:13       calls updateNodeOrder
04:18:13     multiple events
04:18:13       handles delete, collapse, insert, expand events correctly
04:18:13 
04:18:13 TreeKeyStrokes
04:18:13   key up
04:18:13     selects the above node in collapsed tree
04:18:13     selects the above node node in expanded tree
04:18:13     selects the last node if no node is selected yet
04:18:13     selects the only node if there is only one
04:18:13     does nothing if first node already is selected
04:18:13   key down
04:18:13     selects the node below in collapsed tree
04:18:13     selects the first node if no row is selected yet
04:18:13     selects the above node node in expanded tree
04:18:13     selects the only node if there is only one
04:18:13     does nothing if last node already is selected
04:18:13   Home
04:18:13     selects first node in collapsed tree
04:18:13     selects first node in expanded tree
04:18:13   Subtract
04:18:13      collapses a node
04:18:13      collapses a node and drill up
04:18:13   Add
04:18:13      expands a node
04:18:13      expands a node and drill down
04:18:13   End
04:18:13      jumps to last node
04:18:13   space
04:18:13     does nothing if no nodes are selected
04:18:13     checks the selected node 
04:18:13     unchecks the selected node 
04:18:13 
04:18:13 TreeNodePosition
04:18:13   _findInsertPositionInFlatList
04:18:13     insert node between two other nodes on the same level
04:18:13     insert node between two other nodes on another level
04:18:13     insert node ahead all other nodes on the same level
04:18:13     insert node below all other nodes on the same level
04:18:13     insert a subtree between two other nodes on the same level
04:18:13     insert a node below another node of the same level with an expanded subtree
04:18:13   _addChildrenToFlatListIfExpanded
04:18:13     expands collapsed node
04:18:13     expands collapsed node with different levels in insertBatch
04:18:13 
04:18:13 Tree
04:18:13   creation
04:18:13     adds nodes
04:18:13     does not add notes if no nodes are provided
04:18:13   insertNodes
04:18:13     inserting a child
04:18:13       inserts in a reasonable order if childNodeIndex is not set
04:18:13       updates model
04:18:13       updates model with a complex node containing another node
04:18:13       updates html document if parent is expanded
04:18:13       updates html document at a specific position
04:18:13     only updates the model if parent is collapsed
04:18:13     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
04:18:13     with breadcrumb style
04:18:13       inserts a html node if the parent node is selected
04:18:13       only updates model if the parent node is not selected
04:18:13       inserts html nodes at a specific position
04:18:13     expands the parent if parent.expanded = true and the new inserted nodes are the first child nodes
04:18:13   updateNodes
04:18:13     update same node instance
04:18:13     enabled update
04:18:13       updates the enabled state of the model node
04:18:13       updates the enabled state of the html node, if visible
04:18:13       updates the enabled state of the html node after expansion, if not visible
04:18:13     enabled update on checkable tree
04:18:13       updates the enabled state of the model node
04:18:13       updates the enabled state of the html node, if visible
04:18:13       updates the enabled state of the html node after expansion, if not visible
04:18:13   changeNode
04:18:13     updates the text of the model node
04:18:13     updates the text of the html node
04:18:13     updates custom cssClass of model and html node
04:18:13     preserves child-of-selected when root nodes get changed
04:18:13     preserves child-of-selected when child nodes get changed
04:18:13     preserves group css class when nodes get updated
04:18:13   deleteNodes
04:18:13     deleting a child
04:18:13       updates model
04:18:13       updates html document
04:18:13       updates child node indices
04:18:13       considers view range (distinguishes between rendered and non rendered rows, adjusts viewRangeRendered)
04:18:13     deleting a root node
04:18:13       updates model
04:18:13       updates html document
04:18:13       deleting a collapsed root node
04:18:13         updates model
04:18:13         updates html document
04:18:13     deleting all nodes
04:18:13       updates model
04:18:13       updates html document
04:18:13   deleteAllChildNodes
04:18:13     deletes all nodes from model
04:18:13     deletes all nodes from html document
04:18:13     deletes all nodes from model for a given parent
04:18:13     deletes all nodes from html document for a given parent
04:18:13   checkNodes
04:18:13     checks a subnode -> mark upper nodes 
04:18:13     checks a node -> mark upper nodes -> uncheck node and test if node keeps marked because children are checked
04:18:13     checks a subnode and its sibling -> mark upper nodes -> uncheck one of the siblings
04:18:13     does not check a disabled node
04:18:13     does not check a node in a disabled tree
04:18:13     never checks two nodes if multiCheck is set to false
04:18:13     checks children if autoCheckChildren is set to true
04:18:13     does not check the children if autoCheckChildren is set to false
04:18:13     does not check nodes if checkable is set to false
04:18:13   node click
04:18:13     calls tree._onNodeMouseDown
04:18:13     updates model (selection)
04:18:13   node double click
04:18:13     expands/collapses the node
04:18:13   node control double click
04:18:13     does the same as control single click (does NOT expand and immediately collapse again)
04:18:13   deselectAll
04:18:13     clears the selection
04:18:13   selectNodes
04:18:13     selects a node
04:18:13     selectedNode()
04:18:13     expands the parents if a hidden node should be selected whose parents are collapsed (revealing the selection)
04:18:13     also expands the node if bread crumb mode is enabled
04:18:13     also expands the parents in breadcrumb mode if a hidden node should be selected after being expanded and collapsed while in its hidden state
04:18:13     sets css class ancestor-of-selected on every ancestor of the selected element
04:18:13     sets css class child-of-selected on direct children of the selected element
04:18:13     may select a node which is not rendered
04:18:13     sets parent and ancestor css classes even if nodes are not rendered
04:18:13     sets child-of-selected css class even if nodes are not rendered
04:18:13   expandNode
04:18:13     sets css class child-of-selected on direct children if the expanded node is selected
04:18:13     renders the child nodes if parent is expanded
04:18:13     with breadcrumb style
04:18:13       renders the child nodes if parent is expanded
04:18:13       ensures top level nodes are rendered
04:18:13   expandAllParentNodes
04:18:13     expands all parent nodes of the given node (model)
04:18:13     expands all parent nodes of the given node (html)
04:18:13   collapseNode
04:18:13     prevents collapsing in bread crumb mode if node is selected
04:18:13   collapseAll
04:18:13     collapses all nodes
04:18:13   updateItemPath
04:18:13     Sets css class group on every element within the same group
04:18:13   updateNodeOrder
04:18:13     reorders the child nodes if parent is given (model)
04:18:13     reorders the child nodes if parent is given and expanded (model)
04:18:13     reorders the child nodes if parent is given (html)
04:18:13     considers view range when updating child node order
04:18:13     reorders expanded child nodes if parent is given (model)
04:18:13     reorders the root nodes if no parent is given (model)
04:18:13     reorders the root nodes if no parent is given (html)
04:18:13     reorders expanded root nodes if no parent is given (model)
04:18:13     reorders expanded root nodes if no parent is given (html)
04:18:13   tree filter
04:18:13     filters nodes when filter() is called
04:18:13     filters nodes when filter is added and removed
04:18:13     makes sure only filtered nodes are displayed when node gets expanded
04:18:13     applies filter if a node gets changed
04:18:13     applies filter if a node gets inserted
04:18:13     make sure nodes unchanged by filters are attached. See ticket #168957
04:18:13     shows nodes correctly if nodes are made hidden right before
04:18:13   tree enabled/disabled
04:18:13     disables checkboxes when tree is disabled
04:18:13   test visible list and map
04:18:13     with initial all expanded nodes
04:18:13       init with all expanded in correct order
04:18:13       collapse a node -> all children have to be removed
04:18:13       filter node -> filtered node and children has to be removed from visible
04:18:13       update node -> node is filtered
04:18:13       insert expanded node to expanded parent
04:18:13       insert child node in filtered parent
04:18:13       insert child node which should be filtered
04:18:13     with initial all closed nodes
04:18:13       init with all collapsed
04:18:13       insert child node collapsed parent
04:18:13       expand node
04:18:13       expand child node
04:18:13   destroy tree nodes
04:18:13     should destroy all tree nodes and set destroyed flag
04:18:13 
04:18:13 scout.Call
04:18:13   calls done on success
04:18:13   calls fail on failure
04:18:13   retries on failure
04:18:13 
04:18:13 DetachHelper
04:18:13   restores sticky tooltips
04:18:13   removes tooltip when achor is detached
04:18:13   considers the context of $anchor -> only removes tooltips in that context
04:18:13 
04:18:13 Device
04:18:13   scout.device
04:18:13     is initialized automatically
04:18:13   isWindowsTablet
04:18:13     returns true when browser is Edge and scrollbarWidth is 0
04:18:13   user agent parsing
04:18:13     recognizes iOS devices
04:18:13     recognizes Android devices
04:18:13     recognizes normal Windows PCs
04:18:13     recognizes supported browsers
04:18:13 
04:18:13 EventSupport
04:18:13   on / trigger / off
04:18:13     single event func only triggered until off() is called
04:18:13     multiple events
04:18:13   one
04:18:13     single event func only triggered once when registered with one()
04:18:13     event parameter passed to registered func
04:18:13     de-register function registered with one()
04:18:13   off
04:18:13     remove all with same type
04:18:13     remove specific listener
04:18:13 
04:18:13 Range
04:18:13   equals
04:18:13   union
04:18:13     returns a new range with the sum of both ranges
04:18:13     returns a copy of both ranges if the ranges don't overlap
04:18:13     returns a copy of the non empty range if one range is empty
04:18:13   subtract
04:18:13     returns a new range where the second range is removed from the first
04:18:13     returns a copy of the first range if the second does not overlap the first
04:18:13     returns an empty range if second range completely covers the first
04:18:13     returns a new range if second range is inside the first and touches a border
04:18:13     returns an array of two ranges if second range is inside the first but does not touch a border
04:18:13     returns a copy of the first range if the second range is empty
04:18:13     returns an empty range if the first range is empty
04:18:13   subtractAll
04:18:13     subtracts all given ranges
04:18:13     may return multiple ranges
04:18:13   intersect
04:18:13     returns a new range with the part where both ranges overlap
04:18:13     returns an empty range if the ranges don't overlap
04:18:13     returns an empty range if one range is empty
04:18:13 
04:18:13 scout.URL
04:18:13   can parse super-simple URL
04:18:13   can parse empty hash
04:18:13   can parse a moderately simple URL
04:18:13   can convert the URL to string (only changed in order of arguments)
04:18:13   can handle multi-valued parameters
04:18:13   can add parameters
04:18:13   can remove parameters
04:18:13   can create or replace parameters
04:18:13   can handle non-ascii characters
04:18:13   can sort parameters
04:18:13 
04:18:13 scout.arrays
04:18:13   init
04:18:13     checks whether array has correct length and initial values
04:18:13   ensure
04:18:13     creates an array if the param is not an array
04:18:13     returns the param if the param already is an array
04:18:13   remove
04:18:13     removes elements
04:18:13   removeAll
04:18:13     removes all given elements
04:18:13     considers emtpy args
04:18:13   replace
04:18:13     replaces elements
04:18:13   insert
04:18:13     insert element at index
04:18:13   insertArray
04:18:13     insert element array at index
04:18:13   max
04:18:13     returns 0 iff input contains 0
04:18:13     behaves like Math.max on null and undefined
04:18:13     ignores non-number elements
04:18:13   min
04:18:13     returns 0 iff input contains 0
04:18:13     behaves like Math.min on null and undefined
04:18:13     ignores non-number elements
04:18:13   move
04:18:13     replaces elements
04:18:13   union
04:18:13     merges two arrays
04:18:13     merges two arrays and removes duplicates
04:18:13     also works with floats
04:18:13     if the arrays contain objects instead of primitives, it uses their id to check for equality
04:18:13     does not fail if arr1 or arr2 are not defined
04:18:13   equals
04:18:13     checks whether two arrays contain the same elements in the same order
04:18:13     considers emtpy and same arrays
04:18:13     returns true if one array is undefined/null and the other empty
04:18:13   equalsIgnoreOrder
04:18:13     checks whether two arrays contain the same elements without considering the order
04:18:13     considers emtpy and same arrays
04:18:13     returns true if one array is undefined/null and the other empty
04:18:13   findIndex
04:18:13     returns the index of the element for which the given predicate returns true
04:18:13   find
04:18:13     returns the element for which the given predicate returns true
04:18:13   findFrom
04:18:13     returns the element for which the given predicate returns true, starting from a given index
04:18:13     does not return the element for which the given predicate returns true, if it is on the left side of the start index
04:18:13     also checks the element at start index 
04:18:13     searches from right to left if backwards is true
04:18:13   format
04:18:13     formats an array by concatenating each entry
04:18:13     returns '' for empty array or if no array was provided
04:18:13   formatEncoded
04:18:13     encodes the html of each array element
04:18:13   first
04:18:13     finds first array element
04:18:13   last
04:18:13     finds last array element
04:18:13   pushIfDefined
04:18:13     pushes element only if it is defined
04:18:13 
04:18:13 scout.dates
04:18:13   shift
04:18:13     shifts year or month or day
04:18:13     shifts year and month if both provided
04:18:13     shifts year and month and day if all provided
04:18:13     shift year
04:18:13       adds or removes years
04:18:13       handles edge case leap year
04:18:13     shift month
04:18:13       adds or removes months
04:18:13       handles edge case start month
04:18:13       handles edge case end month
04:18:13       handles edge case leap year
04:18:13   shiftToNextDayOfType
04:18:13     shifts to next day of type
04:18:13   shiftToPreviousDayOfType
04:18:13     shifts to previous day of type
04:18:13   ensureMonday
04:18:13     shifts to next monday in direction if it is not a monday yet
04:18:13   isSameDay
04:18:13     returns true if day, month and year matches
04:18:13   compareMonths
04:18:13     returns the differences in number of months
04:18:13     ignores time
04:18:13     works with different years
04:18:13   compareDays
04:18:13     returns the differences in number of days
04:18:13     ignores time
04:18:13     works with different month
04:18:13     works with different years
04:18:13   timestamp
04:18:13     returns a string of the expected length withonly digits
04:18:13   orderWeekdays
04:18:13     orders weekdays
04:18:13   toJsonDate / parseJsonDate
04:18:13     can handle missing or invalid inputs
04:18:13     can convert JSON and JS dates
04:18:13   create
04:18:13     can create dates
04:18:13   weekInYear
04:18:13     can calculate week in year
04:18:13   format
04:18:13     can handle invalid values
04:18:13     can format valid dates
04:18:13   compare
04:18:13     can handle invalid dates
04:18:13     can compare valid dates
04:18:13   equals
04:18:13     returns true if the dates are equal, false if not
04:18:13   isLeapYear
04:18:13     correctly identifies leap years
04:18:13   combineDateTime
04:18:13     creates a new date by using date part of param date and time part of param time.
04:18:13     uses 01-01-1970 as date part if date is ommitted
04:18:13     uses 00:00 as time part if time is ommitted
04:18:13 
04:18:13 scout.defaultValues
04:18:13   init
04:18:13     can load invalid configurations
04:18:13   applyTo
04:18:13     can apply default values to JSON
04:18:13     can apply default values to JSON considering the model variant
04:18:13     copies default values 'by value'
04:18:13 
04:18:13 scout.icons
04:18:13   parses bitmap icons
04:18:13   parses font icons (scoutIcons font)
04:18:13   parses font icons (custom font)
04:18:13   parses returns a CSS class for custom fonts
04:18:13   appends CSS class string with custom fonts
04:18:13 
04:18:13 scout.models
04:18:13   get
04:18:13     load object without type
04:18:13     ensure the object is a copy
04:18:13   extend
04:18:13     insert new property into root object
04:18:13     override property in root object
04:18:13     insert new property into a non existing array on root object
04:18:13     override property in tree object
04:18:13     insert new object into tree object
04:18:13     insert new object tree into tree object
04:18:13     insert new object into tree object with fixed index
04:18:13     insert new object into tree object with relative index
04:18:13     insert new object into tree object with relative index and two extension elements
04:18:13     insert object referenced by String
04:18:13     insert object bound to field
04:18:13     insert objects array bound to field
04:18:13 
04:18:13 scout.numbers
04:18:13   round
04:18:13     tests special cases
04:18:13     tests rounding mode 'UP'
04:18:13     tests rounding mode 'DOWN'
04:18:13     tests rounding mode 'CEILING'
04:18:13     tests rounding mode 'FLOOR'
04:18:13     tests rounding mode 'HALF_UP'
04:18:13     tests rounding mode 'HALF_DOWN'
04:18:13   shiftDecimalPoint
04:18:13     can shift decimal point to left and right
04:18:13   randomId
04:18:13     can generate random IDs
04:18:13   correlationId
04:18:13     can generate random correlation IDs
04:18:13   isNumber
04:18:13     returns true if the value is a number
04:18:13     returns false if the value is not a number
04:18:13     returns false if the value is NaN
04:18:13 
04:18:13 scout.objects
04:18:13   copyProperties
04:18:13     copies all properties
04:18:13     copies the properties from prototype as well
04:18:13     copies only the properties specified by the filter, if there is one
04:18:13   copyOwnProperties
04:18:13     copies all properties
04:18:13     does not copy the properties from prototype
04:18:13     copies only the properties specified by the filter, if there is one
04:18:13   countOwnProperties
04:18:13     counts all own properties
04:18:13   valueCopy
04:18:13     copies an object by value
04:18:13   isNumber
04:18:13     returns true iff argument is a number
04:18:13   isArray
04:18:13     returns true when argument is an array
04:18:13   isNullOrUndefined
04:18:13     returns true when argument is null or undefined, but not when 0 or any other value
04:18:13   values
04:18:13     returns object values
04:18:13     can handle maps
04:18:13   findChildObjectByKey
04:18:13     find root object
04:18:13     find object in tree
04:18:13     find object in array
04:18:13     find object in nested array
04:18:13     find object in array within the tree
04:18:13     search for not existing property
04:18:13     search for not existing id
04:18:13     search for not existing property and value
04:18:13   isPlainObject
04:18:13     works as expected
04:18:13   argumentsToArray
04:18:13     returns an array
04:18:13 
04:18:13 scout.promises
04:18:13   oneByOne stops executing after failure
04:18:13   groupwise stops executing after failed group
04:18:13   parallel stops executing after failed promise
04:18:13   does not cut off error arguments
04:18:13   adds all result arguments, one for each deferred
04:18:13 
04:18:13 scout.strings
04:18:13   nl2br
04:18:13     can convert newlines to br tags
04:18:13     encodes html, if the parameter is set to true (default)
04:18:13   hasText
04:18:13     can check if string has text
04:18:13   repeat
04:18:13     can repeat strings
04:18:13   padZeroLeft
04:18:13     can pad strings with 0
04:18:13   startsWith
04:18:13     can check if a string starts with another
04:18:13   endsWith
04:18:13     can check if a string ends with another
04:18:13   count
04:18:13     can count occurrences
04:18:13   encode
04:18:13     encodes html
04:18:13     does not try to encode empty strings
04:18:13     caches the html element used for encoding
04:18:13   join
04:18:13     joins strings
04:18:13     join works with array as second parameter
04:18:13   box
04:18:13     boxes strings
04:18:13   lowercaseFirstLetter
04:18:13     converts first letter to lowercase
04:18:13   quote
04:18:13     quotes special characters for regexp
04:18:13   asString
04:18:13     converts input to string
04:18:13   plainText
04:18:13     converts html to plain text
04:18:13     does not try to get plaintext of empty strings
04:18:13     caches the html element used for getting plain text
04:18:13     considers upper and lower case tags
04:18:13     converts br, p, div into new lines
04:18:13     converts li, tr into new lines
04:18:13     converts td into whitespaces
04:18:13     converts &nbsp;, &amp;, &gt;, &lt;
04:18:13     preserves tabs
04:18:13     removes leading and trailing newlines if configured
04:18:13     leaves multiple newlines alone unless configured
04:18:13   insertAt
04:18:13     can insert strings into other strings
04:18:13   nvl
04:18:13     returns an empty string when input is null or undefined
04:18:13     should throw an error when called with more than one parameter
04:18:13   countCodePoints
04:18:13     returns the number of codepoints in a string
04:18:13   splitMax
04:18:13     returns not more than limit elements
04:18:13 
04:18:13 scout.styles
04:18:13   can calculate and apply legacy styles
04:18:13 
04:18:13 Widget
04:18:13   rendering
04:18:13     should set rendering, rendered flags correctly
04:18:13     should set rendering flag to true _while_ the component is rendering
04:18:13   attach/detach
04:18:13     attached and rendered is false by default
04:18:13     attached and rendered has the right value after render/remove and attach/detach
04:18:13   clone
04:18:13     clones only properties marked as clone property
04:18:13     'text' must be recognized as clone property, but not '$container'
04:18:13     prefers properties passed as modelOverride
04:18:13   init
04:18:13     links widget properties with the widget
04:18:13   destroy
04:18:13     destroys the widget
04:18:13     destroys the children
04:18:13     does only destroy children if the parent is the owner
04:18:13     removes the link to parent and owner
04:18:13   setParent
04:18:13     links the widget with the new parent
04:18:13     removes the widget from the old parent if the old is not the owner
04:18:13     does not remove the widget from the old parent if the old is the owner
04:18:13     relinks parent destroy listener to the new parent
04:18:13   remove
04:18:13     removes the widget
04:18:13     removes the children
04:18:13     does not remove the children if owner is removed but parent is still rendered
04:18:13   setProperty
04:18:13     triggers a property change event if the value changes
04:18:13     does not trigger a property change event if the value does not change
04:18:13     with widget property
04:18:13       links the widget with the new child widget
04:18:13       links the widget with the new child widgets if it is an array
04:18:13       does not fail if new widget is null
04:18:13     calls the _render* method if there is one for this property
04:18:13   property css class
04:18:13     adds or removes custom css class
04:18:13     does not accidentally remove other css classes on a property change
04:18:13     addCssClass
04:18:13       adds the cssClass to the existing classes
04:18:13       does not add the same class multiple times
04:18:13     removeCssClass
04:18:13       removes the cssClass from the existing classes
04:18:13   focus
04:18:13     sets the focus on the container
04:18:13     schedules the focus request if the widget is not rendered
04:18:13   Widget properties
04:18:13     automatically resolves referenced widgets
04:18:13 
04:18:13 Results: 1572 specs, 0 failures, 0 pending
04:18:13 
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/webjars,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/classpath,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/ext,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/spec,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] stopped o.e.j.s.h.ContextHandler{/src,file:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/}
04:18:13 [INFO] 
04:18:13 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
04:18:13 [INFO] 
04:18:13 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Skipping because packaging 'jar' is not pom.
04:18:13 [INFO] 
04:18:13 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
04:18:13 [INFO] 
04:18:13 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
04:18:13 [INFO] 
04:18:13 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:13 [INFO] 
04:18:13 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Checking compile classpath
04:18:13 [INFO] Checking runtime classpath
04:18:13 [INFO] Checking test classpath
04:18:13 [INFO] 
04:18:13 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.test ---
04:18:13 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:14 [INFO] 
04:18:14 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.test ---
04:18:14 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.jar
04:18:14 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT.pom
04:18:14 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-tests.jar
04:18:14 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-sources.jar
04:18:14 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.test/target/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:14 [INFO] 
04:18:14 [INFO] -----< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium >-----
04:18:14 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium 7.0.300-SNAPSHOT [33/39]
04:18:14 [INFO] --------------------------------[ jar ]---------------------------------
04:18:14 [INFO] 
04:18:14 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:14 [INFO] 
04:18:14 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:14 [INFO] 
04:18:14 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] 
04:18:15 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:15 [INFO] Copying 1 resource
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Changes detected - recompiling the module!
04:18:15 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/classes
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/src/test/resources
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] No sources to compile
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] No tests to run.
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Skipping because packaging 'jar' is not pom.
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Skipping packaging of the test-jar
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
04:18:15 [INFO] 
04:18:15 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] No sources in project. Archive not created.
04:18:15 [INFO] 
04:18:15 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:15 [INFO] Checking compile classpath
04:18:16 [INFO] Checking runtime classpath
04:18:16 [INFO] Checking test classpath
04:18:16 [INFO] 
04:18:16 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:16 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:16 [INFO] 
04:18:16 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.selenium ---
04:18:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.jar
04:18:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT.pom
04:18:16 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.selenium/target/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.selenium/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.selenium-7.0.300-SNAPSHOT-sources.jar
04:18:16 [INFO] 
04:18:16 [INFO] --< org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test >--
04:18:16 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test 7.0.300-SNAPSHOT [34/39]
04:18:16 [INFO] --------------------------------[ jar ]---------------------------------
04:18:16 [INFO] 
04:18:16 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:16 [INFO] 
04:18:16 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:16 [INFO] 
04:18:16 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] 
04:18:17 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:17 [INFO] 
04:18:17 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/main/resources
04:18:17 [INFO] 
04:18:17 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] No sources to compile
04:18:17 [INFO] 
04:18:17 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/src/test/resources
04:18:17 [INFO] 
04:18:17 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] Changes detected - recompiling the module!
04:18:17 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/test-classes
04:18:17 [INFO] 
04:18:17 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:17 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/surefire-reports
04:18:17 
04:18:17 -------------------------------------------------------
04:18:17  T E S T S
04:18:17 -------------------------------------------------------
04:18:17 Running org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
04:18:17 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:18:17 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:18:17 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:18:18 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 sec - in org.eclipse.scout.rt.ui.html.scriptprocessor.ScriptProcessorTest
04:18:19 
04:18:19 Results :
04:18:19 
04:18:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
04:18:19 
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [WARNING] JAR will be empty - no content was marked for inclusion!
04:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Skipping because packaging 'jar' is not pom.
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] No sources in project. Archive not created.
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:19 [INFO] 
04:18:19 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Checking compile classpath
04:18:19 [INFO] Checking runtime classpath
04:18:19 [INFO] Checking test classpath
04:18:19 [INFO] 
04:18:19 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.ui.html.scriptprocessor.test ---
04:18:19 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.jar
04:18:19 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT.pom
04:18:19 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-tests.jar
04:18:19 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.ui.html.scriptprocessor.test/target/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.ui.html.scriptprocessor.test/7.0.300-SNAPSHOT/org.eclipse.scout.rt.ui.html.scriptprocessor.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:19 [INFO] 
04:18:19 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html >--------
04:18:19 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html 7.0.300-SNAPSHOT [35/39]
04:18:19 [INFO] --------------------------------[ jar ]---------------------------------
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] 
04:18:19 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] 
04:18:19 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:19 [INFO] 
04:18:19 [INFO] --- build-helper-maven-plugin:1.12:add-resource (add-js-resource) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:19 [INFO] Copying 1 resource
04:18:19 [INFO] Copying 5 resources
04:18:19 [INFO] 
04:18:19 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:19 [INFO] Changes detected - recompiling the module!
04:18:19 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/classes
04:18:20 [INFO] 
04:18:20 [INFO] --- jandex-maven-plugin:1.0.5:jandex (make-index) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/src/test/resources
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] No sources to compile
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] No tests to run.
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Skipping because packaging 'jar' is not pom.
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Skipping packaging of the test-jar
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] No sources in project. Archive not created.
04:18:20 [INFO] 
04:18:20 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Checking compile classpath
04:18:20 [INFO] Checking runtime classpath
04:18:20 [INFO] Checking test classpath
04:18:20 [INFO] 
04:18:20 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:20 [INFO] 
04:18:20 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt.svg.ui.html ---
04:18:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.jar
04:18:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT.pom
04:18:20 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt.svg.ui.html/target/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt.svg.ui.html/7.0.300-SNAPSHOT/org.eclipse.scout.rt.svg.ui.html-7.0.300-SNAPSHOT-sources.jar
04:18:20 [INFO] 
04:18:20 [INFO] ----------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty >----------
04:18:20 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty 7.0.300-SNAPSHOT [36/39]
04:18:20 [INFO] --------------------------------[ jar ]---------------------------------
04:18:22 [INFO] 
04:18:22 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty ---
04:18:22 [INFO] 
04:18:22 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty ---
04:18:22 [INFO] 
04:18:22 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] 
04:18:23 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/src/main/resources
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Changes detected - recompiling the module!
04:18:23 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/classes
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/src/test/resources
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] No sources to compile
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] No tests to run.
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Skipping because packaging 'jar' is not pom.
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Skipping packaging of the test-jar
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] No sources in project. Archive not created.
04:18:23 [INFO] 
04:18:23 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Checking compile classpath
04:18:23 [INFO] Checking runtime classpath
04:18:23 [INFO] Checking test classpath
04:18:23 [INFO] 
04:18:23 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty ---
04:18:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.jar
04:18:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT.pom
04:18:23 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty/target/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty-7.0.300-SNAPSHOT-sources.jar
04:18:23 [INFO] 
04:18:23 [INFO] ----< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix >-----
04:18:23 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix 7.0.300-SNAPSHOT [37/39]
04:18:23 [INFO] --------------------------------[ jar ]---------------------------------
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:23 [INFO] 
04:18:23 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:23 [INFO] 
04:18:23 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] 
04:18:24 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:24 [INFO] Copying 1 resource
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] No sources to compile
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/src/test/resources
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] No sources to compile
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] No tests to run.
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Skipping because packaging 'jar' is not pom.
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Skipping packaging of the test-jar
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] No sources in project. Archive not created.
04:18:24 [INFO] 
04:18:24 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Checking compile classpath
04:18:24 [INFO] Checking runtime classpath
04:18:24 [INFO] Checking test classpath
04:18:24 [INFO] 
04:18:24 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test.affix ---
04:18:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.jar
04:18:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT.pom
04:18:24 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test.affix/target/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test.affix/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test.affix-7.0.300-SNAPSHOT-sources.jar
04:18:24 [INFO] 
04:18:24 [INFO] -------< org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test >--------
04:18:24 [INFO] Building org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test 7.0.300-SNAPSHOT [38/39]
04:18:24 [INFO] --------------------------------[ jar ]---------------------------------
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.dev.jetty.test ---
04:18:24 [INFO] 
04:18:24 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.dev.jetty.test ---
04:18:24 [INFO] 
04:18:24 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] 
04:18:25 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:25 [INFO] 
04:18:25 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:25 [INFO] Copying 7 resources
04:18:25 [INFO] 
04:18:25 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] No sources to compile
04:18:25 [INFO] 
04:18:25 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/src/test/resources
04:18:25 [INFO] 
04:18:25 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] Changes detected - recompiling the module!
04:18:25 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/test-classes
04:18:25 [INFO] 
04:18:25 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.dev.jetty.test ---
04:18:25 [INFO] Surefire report directory: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/surefire-reports
04:18:25 
04:18:25 -------------------------------------------------------
04:18:25  T E S T S
04:18:25 -------------------------------------------------------
04:18:25 Running org.eclipse.scout.dev.jetty.JettyServerTest
04:18:26 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
04:18:26 SLF4J: Defaulting to no-operation (NOP) logger implementation
04:18:26 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
04:18:26 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec - in org.eclipse.scout.dev.jetty.JettyServerTest
04:18:26 
04:18:26 Results :
04:18:26 
04:18:26 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
04:18:26 
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Skipping because packaging 'jar' is not pom.
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:26 [INFO] 
04:18:26 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Checking compile classpath
04:18:26 [INFO] Checking runtime classpath
04:18:26 [INFO] Checking test classpath
04:18:26 [INFO] 
04:18:26 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.dev.jetty.test ---
04:18:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.jar
04:18:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT.pom
04:18:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-tests.jar
04:18:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-sources.jar
04:18:26 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.dev.jetty.test/target/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.dev.jetty.test/7.0.300-SNAPSHOT/org.eclipse.scout.dev.jetty.test-7.0.300-SNAPSHOT-test-sources.jar
04:18:26 [INFO] 
04:18:26 [INFO] ---------< org.eclipse.scout.rt:org.eclipse.scout.rt-settings >---------
04:18:26 [INFO] Building org.eclipse.scout.rt-settings 7.0.300-SNAPSHOT          [39/39]
04:18:26 [INFO] --------------------------------[ jar ]---------------------------------
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.scout.rt-settings ---
04:18:26 [INFO] 
04:18:26 [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-rules) @ org.eclipse.scout.rt-settings ---
04:18:26 [INFO] 
04:18:26 [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] 
04:18:27 [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (default) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] master_test_jacocoArgLine set to -javaagent:/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=/home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/../org.eclipse.scout.rt/target/jacoco-all.exec
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:27 [INFO] Copying 15 resources
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] No sources to compile
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
04:18:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/src/test/resources
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] No sources to compile
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] No tests to run.
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-site-plugin:3.6:attach-descriptor (attach-descriptor) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Skipping because packaging 'jar' is not pom.
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-jar-plugin:2.6:test-jar (attach-tests) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Skipping packaging of the test-jar
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-source-plugin:2.4:jar-no-fork (attach-sources) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Building jar: /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-source-plugin:2.4:test-jar-no-fork (attach-test-sources) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] No sources in project. Archive not created.
04:18:27 [INFO] 
04:18:27 [INFO] --- duplicate-finder-maven-plugin:1.2.1:check (default) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Checking compile classpath
04:18:27 [INFO] Checking runtime classpath
04:18:27 [INFO] Checking test classpath
04:18:27 [INFO] 
04:18:27 [INFO] --- animal-sniffer-maven-plugin:1.15:check (enforce-java-api-compatibility) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
04:18:27 [INFO] 
04:18:27 [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ org.eclipse.scout.rt-settings ---
04:18:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.jar
04:18:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/pom.xml to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT.pom
04:18:27 [INFO] Installing /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/org.eclipse.scout.rt-settings/target/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-7.0_continuous/.repository/org/eclipse/scout/rt/org.eclipse.scout.rt-settings/7.0.300-SNAPSHOT/org.eclipse.scout.rt-settings-7.0.300-SNAPSHOT-sources.jar
04:18:27 [INFO] ------------------------------------------------------------------------
04:18:27 [INFO] Reactor Summary for Eclipse Scout RT 7.0.300-SNAPSHOT:
04:18:27 [INFO] 
04:18:27 [INFO] Eclipse Scout RT ................................... SUCCESS [04:18 min]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.json ........ SUCCESS [ 20.932 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform . SUCCESS [ 16.373 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.platform.test SUCCESS [01:54 min]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared ... SUCCESS [ 10.264 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.shared.test SUCCESS [  6.099 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons SUCCESS [  1.770 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.commons.test SUCCESS [  9.194 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api .. SUCCESS [  2.895 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server ... SUCCESS [  1.261 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.test SUCCESS [ 11.534 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jms SUCCESS [  2.767 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws SUCCESS [  2.100 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.jaxws.apt ... SUCCESS [  1.254 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jaxws.test SUCCESS [ 34.739 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc SUCCESS [  1.235 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.server.jdbc.test SUCCESS [  3.978 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.api.test SUCCESS [  2.302 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms .. SUCCESS [  0.989 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.mom.jms.test SUCCESS [02:45 min]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson .. SUCCESS [  0.936 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest ..... SUCCESS [  1.558 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.rest.test  SUCCESS [  2.809 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.jackson.test SUCCESS [  2.427 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client ... SUCCESS [  3.774 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.client.test SUCCESS [ 21.761 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client SUCCESS [  6.247 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.client.test SUCCESS [  2.372 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.serverbridge SUCCESS [  1.143 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor SUCCESS [ 17.150 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html .. SUCCESS [  3.167 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.test SUCCESS [01:53 min]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.selenium SUCCESS [  2.370 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.ui.html.scriptprocessor.test SUCCESS [  2.527 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.rt.svg.ui.html SUCCESS [  1.286 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty ... SUCCESS [  3.387 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test.affix SUCCESS [  0.983 s]
04:18:27 [INFO] org.eclipse.scout.rt:org.eclipse.scout.dev.jetty.test SUCCESS [  1.701 s]
04:18:27 [INFO] org.eclipse.scout.rt-settings ...................... SUCCESS [  0.900 s]
04:18:27 [INFO] ------------------------------------------------------------------------
04:18:27 [INFO] BUILD SUCCESS
04:18:27 [INFO] ------------------------------------------------------------------------
04:18:27 [INFO] Total time:  14:19 min
04:18:27 [INFO] Finished at: 2021-04-28T08:18:27Z
04:18:27 [INFO] ------------------------------------------------------------------------
04:18:27 Recording test results
04:18:29 [Checks API] No suitable checks publisher found.
04:18:29 Finished: SUCCESS